AlinsRan commented on issue #12803: URL: https://github.com/apache/apisix/issues/12803#issuecomment-4890262803
This is fixed by #13627, which bumps `lua-resty-healthcheck-api7` to 3.2.2. The root cause was in the health-check library: a module-level cleanup timestamp was advanced inside the per-checker loop, so only the first checker purged its stale targets each window — with multiple health-checked upstreams the rest kept their removed nodes and kept probing them, exactly what you're seeing. The fix is on master and will be in the next release. Closing here; feel free to reopen if you can still reproduce it on a build that includes #13627. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
