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

healthcheck: should receive healthcheck updates from all tablets in cells_to_watch #6852

Merged
merged 1 commit into from
Oct 11, 2020

Conversation

deepthi
Copy link
Member

@deepthi deepthi commented Oct 10, 2020

Healthcheck was incorrectly excluding non-local cell tablets. This fix ensures that healthcheck will connect to and monitor all tablets in cells_to_watch. However, only tablets that are MASTER/local cell/same cell alias will be stored in the list of healthy tablets.
Fixes #6846

Testing:

  • added unit tests
  • manually tested with local multi-cell cluster

Signed-off-by: deepthi [email protected]

@deepthi deepthi requested review from sougou and enisoc October 10, 2020 18:33
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.

tabletgateway doesn't see all tablets in cells from cells_to_watch
3 participants