bdoyle0182 commented on PR #5391:
URL: https://github.com/apache/openwhisk/pull/5391#issuecomment-1492401381

   Since this will be called from every shutdown case, I just want to make sure 
that there aren't any new race conditions created. Would it be possible for the 
queue removed message to be sent twice if it's called from here now and it was 
sent from another shutdown case such that the queue is removed from the manager 
map and then a new queue is created and this fsm sends another queue removed 
message removing it from the parent map after the new queue is created? I'm not 
sure if that could happen or matters, but want to check


-- 
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-unsubscr...@openwhisk.apache.org

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

Reply via email to