spacewander commented on issue #4649: URL: https://github.com/apache/apisix/issues/4649#issuecomment-885406477
There is no so-called "default load balancing mode". We just ignore the health info. Here is the doc: > If there is no healthy node can be chosen, we will continue to access the upstream https://apisix.apache.org/docs/apisix/health-check Here is the code: https://github.com/apache/apisix/blob/aa7ecfafd7fc036b555014418dedb7fd4be1815e/apisix/balancer.lua#L84-L94 -- 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]
