eiri commented on issue #565: should_not_remember_docs_in_index_after_backup_restore...*failed* URL: https://github.com/apache/couchdb/issues/565#issuecomment-309082954 Ok the problem here is not in a view, but in couch_server. During the test we are shutting down old db updater, swapping db file and then doing view query. In reality couch_server could be a bit slow on evicting old updater pid from its cache (as I found 5 ms is quite enough), so the query is getting old pid and naturally crashes with `noproc`. I've opened PR #600 to make sure we have new updater started. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
