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

When PING_NUMBER is nonzero, there are many nodes that are immediately marked as unhealthy #97

Open
austintackaberry opened this issue Nov 10, 2020 · 0 comments

Comments

@austintackaberry
Copy link

austintackaberry commented Nov 10, 2020

Describe the bug
If I start off with 50 healthy nodes and then set PING_NUMBER to 20, I notice that roughly 30 nodes get marked as unhealthy. It appears that 20 nodes ping 20 nodes instead of 50 (all) nodes pinging 20 nodes. When I unset PING_NUMBER, the nodes go back to being healthy.

I think the bug is here. It seems to me that AllPods() should be "checked" but only SelectPods() are actually being checked which results in SelectPods() pinging SelectPods().

Expected behavior
All nodes ping PING_NUMBER nodes and no nodes are marked as unhealthy as a result of applying change to set PING_NUMBER.

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