为什么在 zookeeper 中找不到目录 /election about "Leader Election"

why cannot find the directory /election in zookeeper about "Leader Election"

在 zookeeper 文档中,它说,当 "Leader Election" 发生时,每个 znode 都会创建一个子 znode “/election/n_”。 为什么我在 zookeeper 中看不到目录“/election”。

zookeeper documentation about Leader Election screenshot

zookeeper root directory screenshot

这个"Leader Election"的意思是你的应用使用ZK来做自己的leader选举。不是ZK自己做leader选举。它们是完全不同的两种东西。