DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Table of Contents |
|---|
This page is meant as a template for writing a KIP. To create a KIP choose Tools->Copy on this page and modify with your content and replace the heading with the next KIP number and a description of your issue. Replace anything in italics with your own description.
Status
Current state: Draft
...
, we optimize the beginQuorumEpochRequest timeout,
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.
...