1450793561 commented on issue #12690:
URL: https://github.com/apache/apisix/issues/12690#issuecomment-3431034270

   The reproduction steps are as follows:
   
   1. The upstream configuration is as follows
   ```
    {
     "nodes": [
       {
         "host": "10.2.137.151",
         "port": 9180,
         "weight": 1
       },
       {
         "host": "10.2.139.37",
         "port": 8888,
         "weight": 1
       }
     ],
     "timeout": {
       "connect": 60,
       "send": 60,
       "read": 60
     },
     "type": "roundrobin",
     "checks": {
       "active": {
         "concurrency": 10,
         "healthy": {
           "http_statuses": [
             200,
             302,
             201
           ],
           "interval": 2,
           "successes": 2
         },
         "http_path": "/",
         "req_headers": [
           "User-Agent: curl/7.29.0"
         ],
         "timeout": 2,
         "type": "tcp",
         "unhealthy": {
           "http_failures": 2,
           "http_statuses": [
             429,
             404,
             500,
             501,
             502,
             503,
             504,
             505
           ],
           "interval": 1,
           "tcp_failures": 2,
           "timeouts": 3
         }
       }
     },
     "scheme": "http",
     "pass_host": "pass",
     "name": "privcbs",
     "keepalive_pool": {
       "idle_timeout": 60,
       "requests": 1000,
       "size": 320
     }
   }
   ```
   
   2. Conduct ab pressure testing
   
   3. During the ab pressure test process, change the 10.2.139.37:8888 weight 
to 0
   4. Check and view the apisix request log,that 10.2.139.37:8888 of node there 
still  has requests
   


-- 
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]

Reply via email to