mirror of https://github.com/apache/druid.git
corrected leaderlatch name (#11966)
This commit is contained in:
parent
35b610ada7
commit
706d057ccc
|
@ -43,7 +43,7 @@ The operations that happen over ZK are
|
||||||
|
|
||||||
## Coordinator Leader Election
|
## Coordinator Leader Election
|
||||||
|
|
||||||
We use the Curator LeadershipLatch recipe to do leader election at path
|
We use the Curator [LeaderLatch](https://curator.apache.org/curator-recipes/leader-latch.html) recipe to perform leader election at path
|
||||||
|
|
||||||
```
|
```
|
||||||
${druid.zk.paths.coordinatorPath}/_COORDINATOR
|
${druid.zk.paths.coordinatorPath}/_COORDINATOR
|
||||||
|
|
Loading…
Reference in New Issue