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

etcd: use Linearizable in memberList #8542

Open
lhy1024 opened this issue Aug 16, 2024 · 0 comments · May be fixed by #8564
Open

etcd: use Linearizable in memberList #8542

lhy1024 opened this issue Aug 16, 2024 · 0 comments · May be fixed by #8564
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@lhy1024
Copy link
Contributor

lhy1024 commented Aug 16, 2024

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.

@lhy1024 lhy1024 added the type/enhancement The issue or PR belongs to an enhancement. label Aug 16, 2024
@lhy1024 lhy1024 linked a pull request Aug 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant