rnewson commented on issue #5909:
URL: https://github.com/apache/couchdb/issues/5909#issuecomment-4024259657

   Erlang compensates for Windows' non-atomic swap, but perhaps what's 
happening here is that Erlang is not doing that, as the container is running 
Linux, but the filesystem has Windows semantics. That's not a situation I think 
couchdb (or erlang) should have to handle. 
   
   I also note that compaction is not optional, so I agree with @jonasplaum 
that the fix is to move the shard files inside. The erlang vm needs to know 
which OS the filesystem it is reading/writing is on in order to do the right 
thing.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to