Code review comment for lp:~pbeaman/akiban-persistit/fix-rebalance-exception2

Revision history for this message
Nathan Williams (nwilliams) wrote :

The problem is that raw_removeKeyRangeInternal already uses 1 and 2 in its implementation, right? So assert that the keys it is passed are not 1 and 2.

If for some reason that isn't how it is being used, at least add a comment next to the change so we don't ever use 1 and 2 again there.

« Back to merge proposal