Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.0.0
-
None
-
None
Description
In https://issues.apache.org/jira/browse/KAFKA-2405, we change the logic in handling ZK session expiration a bit. If a new ZK session can't be established after session expiration, we just log an error and continue. However, this can leave the broker in a bad state since it's up, but not registered from the controller's perspective. Replicas on this broker may never to be in sync.
Attachments
Issue Links
- duplicates
-
KAFKA-3984 Broker doesn't retry reconnecting to an expired Zookeeper connection
- Resolved
- is duplicated by
-
KAFKA-4041 kafka unable to reconnect to zookeeper behind an ELB
- Resolved
-
KAFKA-2864 Bad zookeeper host causes broker to shutdown uncleanly and stall producers
- Resolved
-
KAFKA-2193 Intermittent network + DNS issues can cause brokers to permanently drop out of a cluster
- Resolved
- is related to
-
KAFKA-4871 Kafka doesn't respect TTL on Zookeeper hostname - crash if zookeeper IP changes
- Resolved
- links to