Browse Source

Fix docs for fault detection troubleshooting (#92749)

In #92742 we changed the logging around cluster membership changes but the docs
don't quite match the final version. This commit addresses that.
David Turner 2 years ago
parent
commit
6203560983
1 changed files with 5 additions and 5 deletions
  1. 5 5
      docs/reference/modules/discovery/fault-detection.asciidoc

+ 5 - 5
docs/reference/modules/discovery/fault-detection.asciidoc

@@ -66,9 +66,9 @@ breaks added to make it easier to read):
 
 [source,text]
 ----
-[2022-03-21T11:02:35,513][INFO ][o.e.c.c.NodeLeftExecutor] [instance-0000000000] node-left:
-    removed [{instance-0000000004}{bfcMDTiDRkietFb9v_di7w}{aNlyORLASam1ammv2DzYXA}{172.27.47.21}{172.27.47.21:19054}{m}]
-    with reason [test reason]
+[2022-03-21T11:02:35,513][INFO ][o.e.c.c.NodeLeftExecutor] [instance-0000000000]
+    node-left: [{instance-0000000004}{bfcMDTiDRkietFb9v_di7w}{aNlyORLASam1ammv2DzYXA}{172.27.47.21}{172.27.47.21:19054}{m}]
+    with reason [disconnected]
 ----
 
 This message says that the `NodeLeftExecutor` on the elected master
@@ -79,8 +79,8 @@ breaks added to make it easier to read):
 
 [source,text]
 ----
-[2022-03-21T11:02:59,892][INFO ][o.e.c.c.NodeJoinExecutor] [instance-0000000000] node-join:
-    added [{instance-0000000004}{bfcMDTiDRkietFb9v_di7w}{UNw_RuazQCSBskWZV8ID_w}{172.27.47.21}{172.27.47.21:19054}{m}]
+[2022-03-21T11:02:59,892][INFO ][o.e.c.c.NodeJoinExecutor] [instance-0000000000]
+    node-join: [{instance-0000000004}{bfcMDTiDRkietFb9v_di7w}{UNw_RuazQCSBskWZV8ID_w}{172.27.47.21}{172.27.47.21:19054}{m}]
     with reason [joining after restart, removed [24s] ago with reason [disconnected]]
 ----