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

__consumer_offsets Replication and min insync replica issue #114

Closed
qrpike opened this issue Dec 23, 2017 · 4 comments
Closed

__consumer_offsets Replication and min insync replica issue #114

qrpike opened this issue Dec 23, 2017 · 4 comments

Comments

@qrpike
Copy link

qrpike commented Dec 23, 2017

I have been running a cluster for a day or so now and I was able to write fine, but for some reason the consumer groups would not work. Eventually I found out that the issue was the __consumer_offsets topic was saying there wasn't enough insync replicas. 1 was insync, but the minimum was 2. Looking at the kafka manager the replication is only set to one so this would never be achieved. Updating the min.insync.replicas to 1 fixed the issue and now everything is working properly.

Not sure where this is set during the creation of the cluster, but it may be a good idea to fix this for future users. Took a couple hours to figure out the issue and fix it.

@solsson
Copy link
Contributor

solsson commented Dec 31, 2017

Were you running from master? Default 2 comes from #107. Was your issue similar #108?

@qrpike
Copy link
Author

qrpike commented Dec 31, 2017

Yea I think I cloned this repo before that merge. It was in the config set to 1.

@shrinandj
Copy link

This looks the same as #139.

@solsson
Copy link
Contributor

solsson commented Feb 3, 2018

I think this is resolved by #140. Anyone with an exiting __consumer_offsets partitions must do something like 49649e1.

@solsson solsson closed this as completed Feb 3, 2018
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

3 participants