You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Srinivas Yarra (JIRA)" <ji...@apache.org> on 2017/04/10 13:02:41 UTC

[jira] [Comment Edited] (KAFKA-5048) kafka brokers hangup when one of broker node in the cluster is killed and remaining nodes are not consuming the data.

    [ https://issues.apache.org/jira/browse/KAFKA-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15962809#comment-15962809 ] 

Srinivas Yarra edited comment on KAFKA-5048 at 4/10/17 1:02 PM:
----------------------------------------------------------------

reproduce steps:

I'm trying consuming through consume-consumer from three nodes using below command:
/opt/kafka/bin/kafka-console-consumer.sh --bootstrap-server node1:9092,node2:9092,node3:9092 --topic breaker

and producing the data from one of node in cluster using console producer like :/opt/kafka/bin/kafka-console-producer.sh --broker-list node1:9092,node2:9092,node3:9092 --topic breaker

Killed node1 broker using kill -9 $(cat /var/run/kafka.pid)


was (Author: yarrasree):
I am using three node cluster.

> kafka brokers hangup when one of broker node in the cluster is killed and remaining nodes are not consuming the data.
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-5048
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5048
>             Project: Kafka
>          Issue Type: Bug
>          Components: consumer
>    Affects Versions: 0.10.1.1
>            Reporter: Srinivas Yarra
>
> Kafka brokers hang up when one of broker node killed in cluster and remaining broker nodes are not consuming the data. Below message is getting in the console consumer screen:
> WARN Auto offset commit failed for group console-consumer-26249: Offset commit failed with a retriable exception. You should retry committing offsets. (org.apache.kafka.clients.consumer.internals.ConsumerCoordinator)
> if bring it back stopped service and then all brokers are starting consuming data.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)