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

[release-3.5]grpcproxy: fix memberlist results not update when proxy node down #15907

Merged
merged 1 commit into from
May 18, 2023

Conversation

yellowzf
Copy link
Contributor

Backport of #15835
cc @lavacat @ahrtr

If start grpc proxy with --resolver-prefix, memberlist will return all alive proxy nodes, when one grpc proxy node is down, it is expected to not return the down node, but it is still return

Signed-off-by: yellowzf <zzhf3311@163.com>
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. Please also add an item in CHANGELOG-3.5.md, of course in a separate PR.

Copy link

@lavacat lavacat left a comment

Choose a reason for hiding this comment

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

lgtm

@ahrtr ahrtr merged commit 721d9fe into etcd-io:release-3.5 May 18, 2023
yellowzf added a commit to yellowzf/etcd that referenced this pull request May 19, 2023
Signed-off-by: yellowzf <zzhf3311@163.com>
ahrtr added a commit that referenced this pull request May 19, 2023
ivanvc added a commit to ivanvc/etcd that referenced this pull request 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 etcd-io#15907 / commit ecfed91.

Co-authored-by: yellowzf <zzhf3311@163.com>
Signed-off-by: Ivan Valdes <ivan@vald.es>
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.

3 participants