We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To increase availability for a large cluster setup Zookeeper need at least 5 nodes in the cluster.
must have to support FTT=2 (Failures To Tolerate)
pkg/zk/generators.go
Tested with locally build image (using make build-zk-image)
The text was updated successfully, but these errors were encountered:
Two replica failure support FTT=2 (pravega#464)
6fbd51b
a802051
4f827d5
Signed-off-by: Maxim Ferapontov <[email protected]>
4cd62ad
Successfully merging a pull request may close this issue.
Description
To increase availability for a large cluster setup Zookeeper need at least 5 nodes in the cluster.
Importance
must have to support FTT=2 (Failures To Tolerate)
Location
pkg/zk/generators.go
How to verify it
Tested with locally build image (using make build-zk-image)
The text was updated successfully, but these errors were encountered: