Skip to content
Snippets Groups Projects
Commit 9532f5be authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

vinyl: patch holes in index on recovery

Successful compaction may create a range w/o tuples, and currently we
don't store empty range files on disk. As a result, such a range won't
be loaded on recovery, which breaks the index tree invariant (prev->end
equals next->begin). Hence we must silently create a new range for each
gap found on recovery.
parent 1ff57e79
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment