Files
scylladb/db/commitlog
Calle Wilund 244cd62edb commit log reader bugfix: Fix tried to read entries across chunk bounds
read_entry did not verify that current chunk has enough data left
for a minimal entry. Thus we could try to read an entry from the slack
left in a chunk, and get lost in the file (pos > next, skip very much
-> eof). And also give false errors about corruption.
2016-01-11 13:07:26 +00:00
..