FASTER icon indicating copy to clipboard operation
FASTER copied to clipboard

FasterLog - Commit failed with error code 87 with windows (relative path on a 4k sector disk)

Open peterwishart opened this issue 6 months ago • 0 comments

I found that running the samples on windows failed on some drives with:

FASTER.core.CommitFailureException: 'Commit of address range [xxx-yyy] failed with error code 87'

Turns out that the sector size defaults to 512 if a relative path is used to initialise FasterLog local storage. Probably unlikely in production on windows due to where most apps store data.

I tested a fix locally, let me know if I should PR it.

peterwishart avatar Aug 07 '25 08:08 peterwishart