grapevineai edited a comment on pull request #187:
URL: https://github.com/apache/couchdb-docker/pull/187#issuecomment-656705583


   Sure... it happens that the CouchDB container restarts due to cluster 
instability (network issue, unresponsive container or dead process). When 
CouchDB restarts, at the same time it restarts EPMD. The Clouseau container 
doesn't detect this problem and stays on the old EPMD. Resulting in an 
unresponsive Clouseau that never gets restarted.
   
   Having both processes in the same container solve this issue by restarting 
both processes (EPMD and Clouseau) at the same time whenever CouchDB restarts.


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

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


Reply via email to