[
https://issues.apache.org/jira/browse/KAFKA-7554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-7554.
------------------------------
Resolution: Not A Problem
Default Zookeeper session timeout value 6 seconds. If the server fails to
heartbeat to zookeeper within this period of time it is considered dead. If you
set this too low the server may be falsely considered dead; if you set it too
high it may take too long to recognize a truly dead server.
We can tune this parameter as per requirement.
> zookeeper.session.timeout.ms Value
> ----------------------------------
>
> Key: KAFKA-7554
> URL: https://issues.apache.org/jira/browse/KAFKA-7554
> Project: Kafka
> Issue Type: Improvement
> Components: zkclient
> Reporter: BELUGA BEHR
> Priority: Major
>
> {quote}
> zookeeper.session.timeout.ms = 6000 (6s)
> zookeeper.connection.timeout.msĀ = 6000 (6s)
> {quote}
> - https://kafka.apache.org/documentation/#configuration
> Kind of an odd value? Was it supposed to be 60000 (60s) ?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)