You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might return {empty, [], Additions} not {KL2Additions, [], []}. This will cause the clerk to crash, and this should ripple up to the store crashing.
The addition of partial merge doesn't handle a merge that creates and empty result.
For example, if a set of files containing nothing but leveled tombstones are handled in the partial merge:
leveled/src/leveled_pclerk.erl
Line 394 in 69e8b29
This might return
{empty, [], Additions}
not{KL2Additions, [], []}
. This will cause the clerk to crash, and this should ripple up to the store crashing.riak_SUITE:test_large_lsm_merge/1 may detect this rarely.
The text was updated successfully, but these errors were encountered: