You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2022/11/01 21:53:28 UTC

[GitHub] [openwhisk] bdoyle0182 opened a new issue, #5347: ActivationClientProxy commit from yesterday prevents invoker from becoming healthy

bdoyle0182 opened a new issue, #5347:
URL: https://github.com/apache/openwhisk/issues/5347

   This commit from yesterday prevents invokers from registering as healthy. https://github.com/apache/openwhisk/commit/0f4b0c220e050d408a650a8c5a90fbc54b52768a
   
   To reproduce, deploy built invoker with commit to see that it won't become healthy. Then rebuild with the commit before it and deploy. I assume it's some race condition with the healthTestAction where the execution completes faster than the delay that was added here or something along those lines? @style95 
   


-- 
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: issues-unsubscribe@openwhisk.apache.org.apache.org

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


[GitHub] [openwhisk] bdoyle0182 closed issue #5347: ActivationClientProxy commit from yesterday prevents invoker from becoming healthy

Posted by "bdoyle0182 (via GitHub)" <gi...@apache.org>.
bdoyle0182 closed issue #5347: ActivationClientProxy commit from yesterday prevents invoker from becoming healthy
URL: https://github.com/apache/openwhisk/issues/5347


-- 
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: issues-unsubscribe@openwhisk.apache.org

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


[GitHub] [openwhisk] style95 commented on issue #5347: ActivationClientProxy commit from yesterday prevents invoker from becoming healthy

Posted by GitBox <gi...@apache.org>.
style95 commented on issue #5347:
URL: https://github.com/apache/openwhisk/issues/5347#issuecomment-1299432899

   I am unsure if that is a culprit but the change is related to the logic before running activations.
   It is to wait for the activation client proxy to be ready and the container proxy will not execute any activation unless it passes the step(client creation).
   So if any activations are properly executed, the step is already passed and I think it's not related to the issue.
   In my environment, all my invokers become healthy. I tried to reproduce it by restarting invokers multiple times but no invoker became unhealthy though some CI tests in my environment are still failing.
   I am looking into it.


-- 
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: issues-unsubscribe@openwhisk.apache.org

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