DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
controller.quorum.fetch.timeout.msType: int (ms)
Lower bound: 1000 ms (enforced)
Default: unchanged (2000ms)
Behavior: Values < 1000 ms are invalid and will be rejected with a clear error message.
...
Unit tests for config validation (values below/at/above 1000).
Rejected Alternatives
- Do not change the limitation:
Maybe cause the system unavailable if users' configuration is wrong.
Make raft max fetch wait configurable instead:
Out of scope here. Even if exposed, we would still need a minimum for the timeout to maintain a robust ratio.