Open GoogleCodeExporter opened 9 years ago
[deleted comment]
After further testing, this possible bug also seems to exist in LevelDB-1.17
(not solved by
https://code.google.com/p/leveldb/source/detail?r=269fc6ca9416129248db5ca57050cd
5d39d177c8#). LevelDB-1.17 does not, however, require RepairDB to be called for
simple process-crash scenarios.
Also, if this bug is triggered atop LevelDB-1.17 without RepairDB, instead of
getting back a corrupted value, an error is returned (assuming paranoid
checksums is used).
The same problems are also exhibited during the append to MANIFEST files (again
done by EmitPhysicalRecord), during compaction.
Original comment by madthanu@gmail.com
on 8 Aug 2014 at 11:38
Original issue reported on code.google.com by
madthanu@gmail.com
on 31 Jul 2014 at 12:30