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

[3.4] fix grpc proxy member list not updated with node deletion #17896

Conversation

ivanvc
Copy link
Member

@ivanvc ivanvc commented Apr 29, 2024

If grpc starts with --resolver-prefix, its memberlist will return all alive proxy nodes. When one GRPC proxy node goes down, it shouldn't return that node. However, it's returned.

Backport of PR #15907 / commit ecfed91.

Part to #17887.

Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.

If grpc starts with `--resolver-prefix`, its memberlist will return all
alive proxy nodes. When one GRPC proxy node goes down it shouldn't
return that node, however, it's returned.

Backport of PR etcd-io#15907 / commit ecfed91.

Co-authored-by: yellowzf <zzhf3311@163.com>
Signed-off-by: Ivan Valdes <ivan@vald.es>
Copy link
Member

@ahrtr ahrtr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks @ivanvc

@ahrtr ahrtr merged commit 4ac6554 into etcd-io:release-3.4 Apr 30, 2024
17 checks passed
@ivanvc ivanvc deleted the release-3.4-fix-grpc-proxy-member-list-not-updated-with-node-deletion branch April 30, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants