Skip to content
Snippets Groups Projects
Commit 09d56944 authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Konstantin Osipov
Browse files

vinyl: make check for empty range on split more thorough

There's a sanity check in vy_range_needs_split() that assures the
resulting ranges are not going to be empty: it checks the split key
against the oldest run's min key. The check is not enough for the slice
concept, because even if the split key is > min key, it still can be <
the beginning of the slice.
parent 3740ff9d
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