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
After the etcd server is upgraded to v3.5.x, the MemberList API will return the member list in a linearizable way by default.
If Linearizable is set to false, the member list will be returned with server's local data.
If Linearizable is set to true, it is served with linearizable guarantee. If the server is disconnected from quorum, MemberList call will fail.
MemberList
I've temporarily turned off this feature for compatibility in #8441, but we'd better turn it on in the future.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Enhancement Task
After the etcd server is upgraded to v3.5.x, the MemberList API will return the member list in a linearizable way by default.
If Linearizable is set to false, the member list will be returned with server's local data.
If Linearizable is set to true, it is served with linearizable guarantee. If the server is disconnected from quorum,
MemberList
call will fail.I've temporarily turned off this feature for compatibility in #8441, but we'd better turn it on in the future.
The text was updated successfully, but these errors were encountered: