mbdavid / LiteDB

LiteDB - A .NET NoSQL Document Store in a single data file
http://www.litedb.org
MIT License
8.52k stars 1.24k forks source link

Disk problems #2412

Closed ltetak closed 7 months ago

ltetak commented 8 months ago

this includes https://github.com/mbdavid/LiteDB/pull/2411

Flush fails if the disk is full. But the internal FileStream write buffer may be still big enough to withhold some temporary issues (e.g. disk is full but OS kicks in immediately to clean up temps).

solves https://github.com/mbdavid/LiteDB/issues/2286