nic-6443 commented on issue #12879: URL: https://github.com/apache/apisix/issues/12879#issuecomment-4998361476
Went through this while triaging open issues against master. The crash half of this was fixed in 3.17.0 (#13322/#13441). The remaining cause of what you observed — the balancer picker created before the health checker exists gets cached under a key that never changes once the checker shows up, so a picker without health filtering keeps being reused after node changes — is fixed on master by #13505 (with a regression test covering exactly this stale-picker case). It will ship with the next release, expected later this month. Closing; please reopen if you can still reproduce there. -- 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]
