You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By not closing the channel and then closing the RandomAccessFile (as is done in MappedWriter) the RAF's file descriptor's use count is left as 1 and the indexes file is left open and cannot be deleted.