We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If client is marked as BAD due to the slow network( >200ms latency), it cannot come back to be available unless the client goes out and rejoin.
There should be a way to transit from BAD to AVAILABLE.
Pending -> Uninvited This lines marks clients as bad if it cannot find services within 100ms.
Joining -> Available This lines also marks clients as bad if it cannot find services within 100ms.
The text was updated successfully, but these errors were encountered:
It needs two patches to resolve the issue.
Sorry, something went wrong.
No branches or pull requests
If client is marked as BAD due to the slow network( >200ms latency), it cannot come back to be available unless the client goes out and rejoin.
There should be a way to transit from BAD to AVAILABLE.
Pending -> Uninvited
This lines marks clients as bad if it cannot find services within 100ms.
Joining -> Available
This lines also marks clients as bad if it cannot find services within 100ms.
The text was updated successfully, but these errors were encountered: