nickva edited a comment on issue #1571: rexi_server dies without being restarted
URL: https://github.com/apache/couchdb/issues/1571#issuecomment-414842349
 
 
   It think `rexi_server_mon` can restart by itself. On restart it will check 
`rexi_server_sup` and either start or stop any new servers as needed on startup 
then wait on monitor for cluster membership changes and do the same when 
anything happens there.
   
   For restart intensity I was thinking of `{one_for_one, 1, 1}` in 
https://github.com/apache/couchdb/blob/master/src/rexi/src/rexi_server_sup.erl#L29
 but now not sure anymore. Just the restart strategy switch is a better thing 
to try first
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to