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/07/31 14:10:57 UTC

[GitHub] [openwhisk] style95 opened a new issue, #5301: Handle the cycle in queue manager.

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

   
   ## Steps to reproduce the issue:
   
   It's not easy to reproduce it as it occasionally happens.
   But what we observed is as follows.
   
   1. Queue endpoints are suddenly removed at once for some reason.
   2. The DataMangementService tried to put the queue endpoint again but there was already data written.
   3. So it just removed the queue as it thought there is another queue running.
   4. But there was no queue running and the queue endpoint was the same scheduler.
   5. So there was no queue but queue endpoint data was in ETCD.
   6. Since the endpoint in ETCD points to the scheduler without a queue, activations were sent to the scheduler repeatedly.
   
   
   ## Additional information you deem important:
   * Need to test when etcd data is abnormally removed and recovered.
   


-- 
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 commented on issue #5301: Handle the cycle in queue manager.

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

   I think I just hit this for the first time for one queue. If we don't have a fix for this, it would be great if we could include the remediation steps even if it's just a restart of one of the components.


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