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

Single node down shows other node as broken #31

Open
mishamo opened this issue Nov 5, 2018 · 0 comments
Open

Single node down shows other node as broken #31

mishamo opened this issue Nov 5, 2018 · 0 comments

Comments

@mishamo
Copy link

mishamo commented Nov 5, 2018

Steps to reproduce:

  • Scale up cluster with 2 brokers.
  • Run kafka health check on each node.
  • Stop the first broker.
  • Hit the broker healthcheck endpoint on the second broker.

Expected result:

  • 200 imok

Actual result:

  • 500 nook

Presumably this is related to the fact that the broker healthcheck topic is not replicated onto the first broker and the second broker sees it as unhealthy when the first is down. Perhaps the second broker's healthcheck should ignore the healthcheck topic of the first?

The cluster is also shown as red from the second broker and yellow from the first, which shows an inconsistent view of things. Perhaps the broker healthcheck topics should be filtered out when polling for cluster health.

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