wohali commented on issue #2632: Badmatch mrview compaction. couchdb 3 URL: https://github.com/apache/couchdb/issues/2632#issuecomment-594320773 The error is coming from https://github.com/apache/couchdb/blob/master/src/couch_mrview/src/couch_mrview_compactor.erl#L232 which is where the compactor attempts to delete the index file after swapping. One possible explanation is that you're running Docker on Windows, are mapping your data directory to a Windows file system, and something is still holding the file open. (File locking mechanisms on Windows differ from those on Unix.) If this is Docker running on a Linux host, I'm not sure.
---------------------------------------------------------------- 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
