pgj commented on PR #4958:
URL: https://github.com/apache/couchdb/pull/4958#issuecomment-1906463427

   I believe this does not work for short-lived requests.  Actually, the real 
cause of this problem is a race condition: workers often die earlier they could 
touch the `complete` message due to their untimely cancellation.  In such 
cases, zero counts are observed, therefore the `_find` results are invisible.
   
   But why is the increase in the message count problematic?  @chewbranca's 
upcoming is much more about the same approach.  Or did I miss something, 
perhaps I misunderstood that?  Is not there an optimization somewhere down the 
stack that enables 
[coalesencing](https://en.wikipedia.org/wiki/Coalescing_(computer_science)) of 
messages?  The messages would not increase the required bandwith much due to 
their small size...?


-- 
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: notifications-unsubscr...@couchdb.apache.org

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

Reply via email to