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

Why Is the Health Check Status Inherited by PeerID During Reload? #84

Open
c1390528 opened this issue Jan 29, 2022 · 0 comments
Open

Why Is the Health Check Status Inherited by PeerID During Reload? #84

c1390528 opened this issue Jan 29, 2022 · 0 comments

Comments

@c1390528
Copy link

I have a cluster that contains two servers. The health check of the first server is down and the second server is OK. When I delete the first server and retain the second server, after reload , the second server is immediately set to Down.This is because the peer status is updated based on the peer ID.See:

local key = gen_peer_key("d:", u, is_backup, id)

To solve this problem, can we use the name of the peer to identify a peer instead of the ID?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant