github.com/cockroachdb/pebble@v1.1.2/testdata/version_check_consistency (about) 1 build 2 000001:10 3 000002:20 4 000003:30 5 ---- 6 open test/000001.sst: file does not exist 7 8 check-consistency 9 ---- 10 OK 11 12 check-consistency 13 L0 14 000005:10 15 ---- 16 L0: 000005: file 000005 (type 2) unknown to the objstorage provider: file does not exist 17 18 check-consistency 19 L0 20 000001:10 21 ---- 22 L0: 000001: file 000001 (type 2) unknown to the objstorage provider: file does not exist 23 24 check-consistency 25 L0 26 000001:11 27 ---- 28 L0: 000001: file 000001 (type 2) unknown to the objstorage provider: file does not exist 29 30 check-consistency redact 31 L0 32 000001:11 33 ---- 34 L0: 000001: file 000001 (type 2) unknown to the objstorage provider: file does not exist 35 36 check-consistency 37 L0 38 000001:10 39 L1 40 000002:20 41 L2 42 000003:30 43 ---- 44 L0: 000001: file 000001 (type 2) unknown to the objstorage provider: file does not exist 45 L1: 000002: file 000002 (type 2) unknown to the objstorage provider: file does not exist 46 L2: 000003: file 000003 (type 2) unknown to the objstorage provider: file does not exist 47 48 check-consistency 49 L0 50 000001:11 51 L1 52 000002:22 53 L2 54 000003:33 55 ---- 56 L0: 000001: file 000001 (type 2) unknown to the objstorage provider: file does not exist 57 L1: 000002: file 000002 (type 2) unknown to the objstorage provider: file does not exist 58 L2: 000003: file 000003 (type 2) unknown to the objstorage provider: file does not exist 59 60 check-consistency redact 61 L0 62 000001:11 63 L1 64 000002:22 65 L2 66 000004:30 67 ---- 68 L0: 000001: file 000001 (type 2) unknown to the objstorage provider: file does not exist 69 L1: 000002: file 000002 (type 2) unknown to the objstorage provider: file does not exist 70 L2: 000004: file 000004 (type 2) unknown to the objstorage provider: file does not exist