dabue commented on a change in pull request #3213:
URL: https://github.com/apache/apisix/pull/3213#discussion_r554407251
##########
File path: apisix/balancer.lua
##########
@@ -87,12 +87,17 @@ local function create_checker(upstream, healthcheck_parent)
if healthcheck == nil then
healthcheck = require("resty.healthcheck")
end
- local checker = healthcheck.new({
+ local checker, err = healthcheck.new({
Review comment:
I can't find a way to reproduce it by using Test::Nginx. In my test
case, I've set master_on,workers(10) and added a server on different port, I
create many threads to connect that server when got the initial request, and
wanted the different workers would handled that connections, but only the same
worker which got the initial request dealt with the connection requests.
@membphis @spacewander Do you have a way to get test requests on different
workers?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]