Open duylong opened 6 years ago
I have a similar issue. But I am seeing this on Logstash 5.6.7 with Kafka broker 0.11.0.2
input { kafka { codec => json bootstrap_servers => "${KAFKA_CONNECT}" group_id => "logstash-indexer" topics => "logstash" consumer_threads => "16" request_timeout_ms => "305000" } }
The message I am seeing is -
[WARN ][org.apache.kafka.clients.consumer.internals.ConsumerCoordinator] Auto offset commit failed for group logstash-indexer-onprem: Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that the time between subsequent calls to poll() was longer than the configured session.timeout.ms, which typically implies that the poll loop is spending too much time message processing. You can address this either by increasing the session timeout or by reducing the maximum size of batches returned in poll() with max.poll.records.
My temporaly solution, downgrade to Logstash 5.6.x and update the kafka plugin.
Hi,
I have multiples disconnect since update to Logstash 6.2.2, no issue with Logstash 5.6.5. Logstash notice a lost coordinator while there are no problems:
The messages are looped. No problem with my second Logstash that has not been updated.
Kafka logs:
Somebody have also this issue ?