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

[GitHub] [apisix-ingress-controller] Donghui0 opened a new issue, #1760: bug: apisix restarts, ingress controller unavailable

Donghui0 opened a new issue, #1760:
URL: https://github.com/apache/apisix-ingress-controller/issues/1760

   ### Current Behavior
   
   The following scenario:
   1 * apisix gateway instance. 
   2 * ingress controller instances.
   
   Apisix gateway restart occurred,   the health check interface of leader ingress controller  throws 500 error code.
   interface: /apisix/healthz
   500 error msg: {"status":"timed out waiting for the condition"}
   This interface keeps reporting errors, but another candidate ingress controller interface is normal.
   
   
   
   ### Expected Behavior
   
   It should be able to recover automatically after reporting an error for a period of time.
   At present, it can only be solved by restarting the ingress controller
   
   
   
   ### Error Logs
   
    curl http://10.227.55.111:8080/apisix/healthz
   {"status":"timed out waiting for the condition"}
   
   
   
   ### Steps to Reproduce
   
   resource preparation:
   1 * apisix gateway instance. 
   2 * ingress controller instances.
   
   step1: restart apisix gateway.
   step2: Observe the leader ingress controller status and logs.
   
   
   
   ### Environment
   
   - APISIX Ingress controller version: v1.5.0
   - Kubernetes cluster version (run `kubectl version`): v1.22
   


-- 
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-ingress-controller] tao12345666333 commented on issue #1760: bug: apisix restarts, ingress controller unavailable

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

   This route has a bug, it should be fixed.
   
   https://github.com/apache/apisix-ingress-controller/blob/38710e71d9dc11a9962198c8927912c44c92a54c/pkg/api/router/apisix_healthz.go#L24-L42


-- 
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-ingress-controller] tao12345666333 closed issue #1760: bug: apisix restarts, ingress controller unavailable

Posted by "tao12345666333 (via GitHub)" <gi...@apache.org>.
tao12345666333 closed issue #1760: bug: apisix restarts, ingress controller unavailable
URL: https://github.com/apache/apisix-ingress-controller/issues/1760


-- 
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-ingress-controller] basefas commented on issue #1760: bug: apisix restarts, ingress controller unavailable

Posted by "basefas (via GitHub)" <gi...@apache.org>.
basefas commented on issue #1760:
URL: https://github.com/apache/apisix-ingress-controller/issues/1760#issuecomment-1498913241

   I want to work on this issue please assign this to me.


-- 
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-ingress-controller] tao12345666333 commented on issue #1760: bug: apisix restarts, ingress controller unavailable

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

   Assigned, thanks 


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