mirror of https://github.com/apache/kafka.git
CI / build (push) Waiting to run
Details
This PR adds a check to the storage tool's format command which throws a TerseFailure when the controller.quorum.voters config is defined and the node is formatted with the --standalone flag or the --initial-controllers flag. Without this check, it is possible to have two voter sets. For example, in a three node setup, the two nodes that formatted with --no-initial-controllers could form quorum with each other since they have the static voter set, and the --standalone node would ignore the config and read the voter set of itself from its log, forming its own quorum of 1. Reviewers: José Armando García Sancio <jsancio@apache.org>, TaiJuWu <tjwu1217@gmail.com>, Alyssa Huang <ahuang@confluent.io> |
||
---|---|---|
.. | ||
documentation | ||
images | ||
js | ||
streams | ||
README.md | ||
api.html | ||
compatibility-summary.html | ||
configuration.html | ||
connect.html | ||
design.html | ||
docker.html | ||
documentation.html | ||
ecosystem.html | ||
implementation.html | ||
introduction.html | ||
ops.html | ||
protocol.html | ||
quickstart.html | ||
security.html | ||
toc.html | ||
upgrade.html | ||
uses.html | ||
zk2kraft-summary.html |
README.md
Docs
The documentation needs to run with kafka-site. Please check the README in the kafka-site repository to preview documentation locally.