FASTER icon indicating copy to clipboard operation
FASTER copied to clipboard

[Bug] Faster Log Devices don't Release Lock on File After Dispose.

Open cschuchardt88 opened this issue 11 months ago • 0 comments

Running

_store.Log.FlushAndEvict(true);
_store.Dispose();

FasterDb still has a lock on the device files. Files are only freed when you exit process.

Exception

System.IO.IOException: The process cannot access the file 'DATA.0' because it is being used by another process.

cschuchardt88 avatar Mar 07 '25 01:03 cschuchardt88