Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The controller quorum fetch loop relies on a timing invariant for correctness and liveness: the Raft maximum fetch wait(currently hardcode to 500 ms) must be significantly smaller than half of the controller.quorum.fetch.timeout.ms after KAFKA-16926 Optimize BeginQuorumEpoch heartbeat.

In practice, the algorithm makes progress because:

...