[
https://issues.apache.org/jira/browse/KAFKA-18837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mickael Maison resolved KAFKA-18837.
------------------------------------
Fix Version/s: 4.1.0
Resolution: Fixed
> Validate controller.quorum.fetch.timeout.ms is a positive value
> ---------------------------------------------------------------
>
> Key: KAFKA-18837
> URL: https://issues.apache.org/jira/browse/KAFKA-18837
> Project: Kafka
> Issue Type: Bug
> Reporter: Mickael Maison
> Assignee: TaiJuWu
> Priority: Major
> Fix For: 4.1.0
>
>
> We currently don't have a Validator when defining the
> controller.quorum.fetch.timeout.ms configuration. Setting it to 0 or a
> negative value does not make sense and prevents the broker from starting.
> With a validator, the error would appear when the storage is formatted. Also
> it would be show a meaningful valid values field in the broker configuration
> documentation.
> This is likely to apply to other quorum configurations.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)