Open hicolour opened 2 years ago
This will not cause any data consistency issue.
The problem here is known - Caching issue. Compaction is trying to merge a Segment file using a FileChannel
that is closed. It should attempt at reopening the file. This could cause compaction to not progress if it keeps failing.
I've been wanting to fix this just haven't had the time.
Thank you for reporting these issues.
I'm getting a high rate of
ClosedChannelException
with the persistent map configuration described below.