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

Fix race cond. when expanding replication topic #34

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

andpol
Copy link

@andpol andpol commented Feb 7, 2019

Two or more health check instances started at around the same time would
read the partition assignment state, selfishly add only themselves, and
the last to write would be the result. The loser health check instance
would get into an endless loop of:

Unable to find broker's partition in topic "broker-replication-check" in metadata

make test complains with:
> check/health_check.go:115: Warn call has possible formatting directive %s
Two or more health check instances started at around the same time would
read the partition assignment state, selfishly add only themselves, and
the last to write would be the result. The loser health check instance
would get into an endless loop of:

"Unable to find broker's partition in topic \"broker-replication-check\" in metadata"
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

Successfully merging this pull request may close these issues.

1 participant