github.com/cockroachdb/pebble@v1.1.2/testdata/compaction_error_on_user_key_overlap (about) 1 2 error-on-user-key-overlap 3 a.SET.2-b.SET.3 4 c.SET.4-d.SET.5 5 ---- 6 OK 7 8 # If the end key is the rangedel sentinel key, no error should be returned. 9 10 error-on-user-key-overlap 11 a.SET.2-c.RANGEDEL.72057594037927935 12 c.SET.4-d.SET.5 13 ---- 14 OK 15 16 error-on-user-key-overlap 17 a.SET.2-c.SET.5 18 c.SET.4-d.SET.5 19 ---- 20 pebble: compaction split user key across two sstables: c#5,SET in 000001 and 000002