lua-resty-upstream-healthcheck icon indicating copy to clipboard operation
lua-resty-upstream-healthcheck copied to clipboard

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

Open zhuqiuyang opened this issue 7 years ago • 0 comments

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.

zhuqiuyang avatar Aug 17 '18 08:08 zhuqiuyang