You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: troubleshoot/deployments/cloud-enterprise/rebuilding-broken-zookeeper-quorum.md
+38-16Lines changed: 38 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ products:
12
12
# Rebuilding a broken Zookeeper quorum [ece-troubleshooting-zookeeper-quorum]
13
13
14
14
::::{warning}
15
-
This article covers an advanced recovery method involving directly modifying Zookeeper. This process can potentially corrupt your data. Elastic recommends only following this outline after receiving [confirmation by Elastic Support](/troubleshoot/index.md#contact-us).
15
+
This article covers an advanced recovery method involving directly modifying Zookeeper. This process can potentially corrupt your data. Elastic strongly recommends only following this outline after receiving [confirmation by Elastic Support](/troubleshoot/index.md#contact-us).
16
16
::::
17
17
18
18
@@ -67,28 +67,50 @@ Perform the following steps on each host to back up the Zookeeper data directory
67
67
68
68
## Determine the Zookeeper leader [ece_determine_the_zookeeper_leader]
69
69
70
-
If a Zookeeper quorum is broken, you must establish the best Zookeeper leader to use for recovery before you start the recovery proces.
70
+
If a Zookeeper quorum is broken, you need to identify the best Zookeeper leader candidate to use for recovery before you start the recovery process.
71
71
72
-
The simplest way to check is using the [Zookeeper sync status](verify-zookeeper-sync-status.md) command.
72
+
Collect the following information from all ECE director hosts that have ZK containers running, including any recently created or decommissioned hosts. After you have gathered the information, reach out to [Elastic Support](/troubleshoot/index.md#contact-us) to identify the best ZK leader candidate.
73
73
74
-
If this command is not reporting any leaders, then perform the following actions on each director host:
74
+
* [Output of file list and sizes of Zookeeper directories](#zk-file-list-sizes)
75
+
* [ECE diagnostics](#ece-diagnostics)
75
76
76
-
1. SSH into the host.
77
-
2. Enter the Docker `frc-zookeeper-servers-zookeeper` container and check its `/app/logs/zookeeper.log` logs for`LEADING`:
77
+
### Collect the output of file list and sizes of Zookeeper directories [zk-file-list-sizes]
0 commit comments