You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "thor533 (via GitHub)" <gi...@apache.org> on 2023/04/19 03:46:31 UTC

[GitHub] [apisix] thor533 opened a new issue, #9335: help request:

thor533 opened a new issue, #9335:
URL: https://github.com/apache/apisix/issues/9335

   ### Description
   
   I just turned on the active health check, and when all the nodes were marked unhealthy, I asked again, again randomly selecting the upstream node,
   the error log :
   ![图片](https://user-images.githubusercontent.com/62246176/232961768-a9aa5206-4dde-4a42-a95d-8b7f3ed540d2.png)
   
   the route config:
   {
     "uri": "/test/*",
     "name": "test1231231",
     "priority": 1,
     "methods": [
       "GET",
       "POST",
       "PUT",
       "DELETE",
       "PATCH",
       "HEAD",
       "OPTIONS",
       "CONNECT",
       "TRACE"
     ],
     "upstream": {
       "nodes": [
         {
           "host": "10.4.16.12",
           "port": 9001,
           "weight": 1
         },
         {
           "host": "192.168.88.66",
           "port": 9001,
           "weight": 1
         }
       ],
       "retries": 1,
       "timeout": {
         "connect": 1,
         "send": 1,
         "read": 9
       },
       "type": "least_conn",
       "checks": {
         "active": {
           "concurrency": 10,
           "healthy": {
             "http_statuses": [
               404
             ],
             "interval": 2,
             "successes": 5
           },
           "http_path": "/test",
           "port": 9001,
           "timeout": 1,
           "type": "http",
           "unhealthy": {
             "http_failures": 5,
             "http_statuses": [
               506,
               200
             ],
             "interval": 5,
             "tcp_failures": 2,
             "timeouts": 3
           }
         }
       },
       "scheme": "http",
       "pass_host": "pass",
       "keepalive_pool": {
         "idle_timeout": 60,
         "requests": 1000,
         "size": 320
       },
       "retry_timeout": 1
     },
     "labels": {
       "1": "1"
     },
     "status": 1
   }
   
   ### Environment
   
   - APISIX version (run `apisix 2.15`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] thor533 closed issue #9335: The active health check is abnormal

Posted by "thor533 (via GitHub)" <gi...@apache.org>.
thor533 closed issue #9335: The active health check is abnormal
URL: https://github.com/apache/apisix/issues/9335


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] tao12345666333 commented on issue #9335: The active health check is abnormal

Posted by "tao12345666333 (via GitHub)" <gi...@apache.org>.
tao12345666333 commented on issue #9335:
URL: https://github.com/apache/apisix/issues/9335#issuecomment-1515556454

   Please provide a clearer description, I don't understand your meaning and please format your content.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org