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 2019/06/06 13:01:15 UTC

[GitHub] [couchdb] wohali commented on issue #2045: Stale couch view after purging document with conflicted revision tree

wohali commented on issue #2045: Stale couch view after purging document with conflicted revision tree
URL: https://github.com/apache/couchdb/issues/2045#issuecomment-499483545
 
 
   @priyath I'm not sure there's much more we can do for you here, especially because this is 1.x and support is long done by now.
   
   If you know you're going to be purging >1 doc at a time between view reads, then the best you can do is intentionally make a trivial change to each design document in that database. This will force the recalculation of the view on next view access.
   
   Add a space or something to change one map function in a trivial way; this changes the checksum of the ddoc and triggers the full rebuild from scratch, without having to remove the `.view` file on disk.
   

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


With regards,
Apache Git Services