jiangphcn commented on issue #2040: [Sporadic] Views returning stale data
URL: https://github.com/apache/couchdb/issues/2040#issuecomment-497182322
 
 
   As @wohali mentioned "In 1.x, if you purge more than a single document at a 
time, your views must all rebuild entirely from scratch.". In order to prevent 
from rebuilding index, you have to purge documents one by one by 
   - Stop mem3_sync on all nodes
   - Run the purge for each copy of the shard
   - Restart mem3_sync across the cluster

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to