Segmentation fault when the disk runs out of space #1199
Labels
area/crash
This issue causes a panic or some other of exception that causes a crash.
kind/bug
Something is broken.
priority/P0
Critical issue that requires immediate attention.
status/more-info-needed
The issue has been sent back to the reporter asking for clarifications
What version of Go are you using (
go version
)?What version of Badger are you using?
2
Does this issue reproduce with the latest master?
probably
What are the hardware specifications of the machine (RAM, OS, Disk)?
64GB ram, 1TB nvme
What did you do?
used badger, probably ran out of disk space
What did you expect to see?
no crashes
What did you see instead?
The rest of the software does a good job of handling the case where the system runs out of disk space, but badger seems to not deal with it that well. If we could get errors returned instead of faulting like this that would be fine.
The text was updated successfully, but these errors were encountered: