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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
