You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/09/21 22:18:32 UTC

[GitHub] nickva opened a new pull request #833: Do not buffer rexi messages to disconnected nodes

nickva opened a new pull request #833: Do not buffer rexi messages to disconnected nodes
URL: https://github.com/apache/couchdb/pull/833
 
 
   When messages cannot be sent because the node is disconnected do not buffer
   it rexi's buffer for that node. If it is a `doit` message immediately tell
   caller that the node is down so they can make progress and not have to wait
   for timeouts.
   
   Also stop all the buffers and rexi servers for disconnected nodes. Previously
   buffers and servers were started on nodeup but never stopped.
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services