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

What happens if the server in upstream is dynamic changed ? Now health check will ignore the new incoming server. #55

Open
zhuqiuyang opened this issue Aug 17, 2018 · 0 comments

Comments

@zhuqiuyang
Copy link

when call hc.spawn_checker the upstream is:
upstream test { server 127.0.0.1:8080; }

But some time, upstream update to :upstream test { server 127.0.0.1:8080; server 127.0.0.1:8081; }

Health Check will ignore 127.0.0.1:8081 server, because that peer not in upstream, when i first call hc. spawn_checker.

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