nickva opened a new issue, #5554:
URL: https://github.com/apache/couchdb/issues/5554

   Periodically replication jobs die with:
   
   ```
   {changes_reader_died,{timeout,ibrowse_stream_cleanup}}
   ```
   
   They usually restart and things keep working but looking at the code in the 
mailbox cleanup we do seem to miss a few corner cases that likely makes this 
happen a bit more often than it should
   
   We also flush only up to 16 message. With faster or uneven network 
connections I can see needing to raise that a bit. We could flush quite a bit 
more messages without any issues.


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

Reply via email to