You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ewen Cheslack-Postava (JIRA)" <ji...@apache.org> on 2016/12/06 22:35:58 UTC

[jira] [Resolved] (KAFKA-4306) Connect workers won't shut down if brokers are not available

     [ https://issues.apache.org/jira/browse/KAFKA-4306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ewen Cheslack-Postava resolved KAFKA-4306.
------------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.10.2.0

Issue resolved by pull request 2201
[https://github.com/apache/kafka/pull/2201]

> Connect workers won't shut down if brokers are not available
> ------------------------------------------------------------
>
>                 Key: KAFKA-4306
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4306
>             Project: Kafka
>          Issue Type: Bug
>          Components: KafkaConnect
>    Affects Versions: 0.10.1.0
>            Reporter: Gwen Shapira
>            Assignee: Konstantine Karantasis
>             Fix For: 0.10.2.0
>
>
> If brokers are not available and we try to shut down connect workers, sink connectors will be stuck in a loop retrying to commit offsets:
> 2016-10-17 09:39:14,907] INFO Marking the coordinator 192.168.1.9:9092 (id: 2147483647 rack: null) dead for group connect-dump-kafka-config1 (org.apache.kafka.clients.consumer.internals.AbstractCoordinator:600)
> [2016-10-17 09:39:14,907] ERROR Commit of WorkerSinkTask{id=dump-kafka-config1-0} offsets threw an unexpected exception:  (org.apache.kafka.connect.runtime.WorkerSinkTask:194)
> org.apache.kafka.clients.consumer.RetriableCommitFailedException: Offset commit failed with a retriable exception. You should retry committing offsets.
> Caused by: org.apache.kafka.common.errors.GroupCoordinatorNotAvailableException
> We should probably limit the number of retries before doing "unclean" shutdown.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)