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

[jira] [Created] (KAFKA-7469) Broker keeps group rebalance after adding FS

Boaz created KAFKA-7469:
---------------------------

             Summary: Broker keeps group rebalance after adding FS 
                 Key: KAFKA-7469
                 URL: https://issues.apache.org/jira/browse/KAFKA-7469
             Project: Kafka
          Issue Type: Bug
          Components: core
    Affects Versions: 0.10.1.1
            Reporter: Boaz
             Fix For: 0.8.1.2


Hi,

I'm using a kafka_2.10-0.10.1.1 with 3 brokers cluster.

A few days ago, we started running out of FS and our System Admin allocated some more Disc space. After the allocation, we started experiencing high lags on the consumers which kept growing. 

On the Consumer side, we saw that no data is being consumed and the following message keep coming in the log files:

o.a.k.c.c.internals.AbstractCoordinator : (Re-)joining group AutoPaymentSyncGroup

 

On the Broker logs, we keep seeing seeing messages of restabilize group :

[2018-09-27 18:38:16,264] INFO [GroupCoordinator 0]: Preparing to restabilize group AutoPaymentActivityGroup with old generation 357 (kafka.coordinator.GroupCoordinator)
[2018-09-27 18:38:16,264] INFO [GroupCoordinator 0]: Preparing to restabilize group AutoPaymentCreditCardTypeGroup with old generation 278 (kafka.coordinator.GroupCoordinator)
[2018-09-27 18:38:16,284] INFO [GroupCoordinator 0]: Preparing to restabilize group AutoPaymentAuthChannelGroup with old generation 349 (kafka.coordinator.GroupCoordinator)
[2018-09-27 18:38:16,411] INFO [GroupCoordinator 0]: Preparing to restabilize group AutoPaymentAuthCodeGroup with old generation 284 (kafka.coordinator.GroupCoordinator)
[2018-09-27 18:38:16,463] INFO [GroupCoordinator 0]: Preparing to restabilize group AutoPaymentInteractionSyncGroup with old generation 359 (kafka.coordinator.GroupCoordinator)
[2018-09-27 18:38:16,464] INFO [GroupCoordinator 0]: Preparing to restabilize group AutoPaymentSyncGroup with old generation 358 (kafka.coordinator.GroupCoordinator)

 

After bouncing the broker, the issue was resolved.

Thanks,

Boaz.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)