You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/04/20 23:07:26 UTC

[GitHub] [couchdb] nickva commented on issue #3381: Delayed view consistency issue in `main`

nickva commented on issue #3381:
URL: https://github.com/apache/couchdb/issues/3381#issuecomment-823658246


   This issue is partially fixed. If the db has finished updating we'll return include_docs consistent what the view indexer has seen.
   
   To always return a consistent view result we'd also need this [commit]( https://github.com/apache/couchdb/commit/2e40063aae17658138bfaffa2304b5e461e43e30) from @kocolosk's branch.
   
   However, with that commit the view results may never return if the db is continuously updated at a high enough rate, and that's also something we recently changed in https://github.com/apache/couchdb/pull/3266. So, with the first commit we'd be undoing this behavior.
   
   This may hinge on the outcome of the ML discussion about API compatibility and consistency guarantees: https://lists.apache.org/thread.html/r7d1419f04d6b59a9740b4941fde4d91d712c9aa114bc47982c6e6fc7%40%3Cdev.couchdb.apache.org%3E.
   


-- 
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:
users@infra.apache.org