Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kafka 0.9.0 client offset error #18

Open
goral09 opened this issue Nov 24, 2017 · 0 comments
Open

kafka 0.9.0 client offset error #18

goral09 opened this issue Nov 24, 2017 · 0 comments

Comments

@goral09
Copy link

goral09 commented Nov 24, 2017

Let me start with the output:

[2017-11-24 17:24:57,018] [DEBUG] [UpdatesService] [] Finished inserting 100 new record(s) into MetadataRepository.
[2017-11-24 17:24:58,149] [DEBUG] [UpdatesService] [] Finished inserting 100 new record(s) into MetadataRepository.
[2017-11-24 17:24:58,253] [ERROR] [o.a.k.c.c.i.ConsumerCoordinator] [] Error ILLEGAL_GENERATION occurred while committing offsets for group vies-metadata-listener
[2017-11-24 17:24:58,253] [WARN ] [o.a.k.c.c.i.ConsumerCoordinator] [] Auto offset commit failed: Commit cannot be completed due to group rebalance
[2017-11-24 17:24:58,254] [ERROR] [o.a.k.c.c.i.ConsumerCoordinator] [] Error ILLEGAL_GENERATION occurred while committing offsets for group vies-metadata-listener
[2017-11-24 17:24:58,254] [WARN ] [o.a.k.c.c.i.ConsumerCoordinator] [] Auto offset commit failed: 
[2017-11-24 17:24:59,537] [DEBUG] [UpdatesService] [] Finished inserting 100 new record(s) into MetadataRepository.
[2017-11-24 17:25:00,655] [DEBUG] [UpdatesService] [] Finished inserting 100 new record(s) into MetadataRepository.
[2017-11-24 17:25:01,780] [DEBUG] [UpdatesService] [] Finished inserting 100 new record(s) into MetadataRepository.

Even though I am not spending seconds between consecutive polls I am seeing ILLEGAL_GENERATION error which according to Internet gurus is thrown when kafka consumer group rebalances while I am spending time between polls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant