Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZOOKEEPER-2083 Remove deprecated class AuthFastLeaderElection #1171

Closed
wants to merge 7 commits into from
5 changes: 3 additions & 2 deletions zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
Expand Up @@ -1025,10 +1025,11 @@ of servers -- that is, when deploying clusters of servers.
non-authenticated UDP-based version of fast leader election, "2"
corresponds to the authenticated UDP-based version of fast
leader election, and "3" corresponds to TCP-based version of
fast leader election. Currently, algorithm 3 is the default.
fast leader election. Currently, algorithm 3 is the default and
algorithm 1, 2 has been removed from the implementation.
###### Note
>The implementations of leader election 1, and 2 are now
**deprecated**. We have the intention
rabi-kumar marked this conversation as resolved.
Show resolved Hide resolved
**removed**. We have the intention
of removing them in the next release, at which point only the
FastLeaderElection will be available.

Expand Down