Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TWCS sometimes stops dropping expired SSTables #8038

Closed
titer opened this issue Feb 4, 2021 · 23 comments
Closed

TWCS sometimes stops dropping expired SSTables #8038

titer opened this issue Feb 4, 2021 · 23 comments

Comments

@titer
Copy link

titer commented Feb 4, 2021

Installation details
Scylla version: 4.2.1-0.20201108.4fb8ebccff-1
Cluster size: 17 nodes
OS: Debian 9

Hi,
I have a column family (streamerlogs.access in the logs linked below) set up with:

compaction = {'class': 'TimeWindowCompactionStrategy', 'compaction_window_size': '1', 'compaction_window_unit': 'HOURS'}
gc_grace_seconds = 3600

and all data is inserted into it with TTL 86400 (1 day), so it can really go away after 25 hours.

It behaves as expected most of the time, but occasionally a node enters a condition where disk usage starts growing indefinitely, as old SSTables stop being cleaned up. I caught one such case with compaction tracing logs enabled: the condition was in fact restricted to one specific shard of that node, while others continued to drop old SSTables.

The full log (filtered on that shard) can be downloaded here: 2021020400-scylla-twcs-stuck.txt

What I see at first is Scylla dropping some expired data every hour, as expected:

Feb  2 21:06:29 -> dropping generations 5446519 and 5446447
Feb  2 22:08:29 -> dropping generation 5447803
Feb  2 23:01:14 -> dropping generations 5449663 and 5449591

But then on the next hour:

Feb  3 00:02:31 -> no drop - although generations 5450551 and 5450515 are past their max_deletion_time

Only one of the two (5450551) is marked as "candidate" for deletion and the other is not, which is preventing any further deletion from happening for that shard's SSTables. My understanding from a quick look at the implementation (here) is that SSTable 5450515 is held because it must have some "undeleted ancestor", but that doesn't seem right - if I look directly into /var/lib/scylla/data, there is no SSTable older than that one. Might I be missing something?

On previous occurrences, bouncing the Scylla node worked around the issue: upon starting again, it immediately notices the expired SSTables and drops them.

@raphaelsc
Copy link
Member

raphaelsc commented Feb 4, 2021

@titer please share output of sstablemetadata tool on a sstable that you think should be gone already.

@raphaelsc
Copy link
Member

when a fully expired sstable remains alive, it's likely that an overlapping (token and time wise) sstable is blocking its deletion. this could be due to lack of #4617, where memtable flush is able to split content according to the window setting.

@titer
Copy link
Author

titer commented Feb 4, 2021

Here is the metadata for the SSTable mentioned in the report

sstablemetadata ./mc-5450515-big-Data.db

SSTable: /var/lib/scylla/data/streamerlogs/access-b25989d0507c11e98abf000000000000/mc-5450515-big
Partitioner: org.apache.cassandra.dht.Murmur3Partitioner
Bloom Filter FP chance: 0.010000
Minimum timestamp: 1612303209118422
Maximum timestamp: 1612306765582358
SSTable min local deletion time: 1612389609
SSTable max local deletion time: 1612393165
Compressor: org.apache.cassandra.io.compress.LZ4Compressor
Compression ratio: 0.26574427042973126
TTL min: 86400
TTL max: 86400
First token: -8999720405092264496 (key=1612306093)
Last token: 9037049236991227976 (key=1612305845)
minClustringValues: [15E511806C4DCCFD-D3D394C27ADBEF]
maxClustringValues: [16601075DAB71A01-17E7EBE5A0DC03B0]
Estimated droppable tombstones: 1.8089664474793459
SSTable Level: 0
Repaired at: 0
Replay positions covered: {}
totalColumnsSet: 3755143
totalRows: 3755143
Estimated tombstone drop times:1612389609: 211304
1612389610: 984
1612389612: 207806
1612389613: 6374
1612389625: 199928
1612389626: 9090
1612389687: 177604
1612389688: 37018
1612389689: 17906
1612389832: 203520
1612389833: 1836
1612389958: 189696
1612389959: 13146
1612390018: 189664
1612390019: 9746
1612390238: 189906
1612390239: 201962
1612390240: 11966
1612390274: 182302
1612390275: 14406
1612390283: 190326
1612390284: 8082
1612390303: 194590
1612390304: 8416
1612390358: 185298
1612390359: 10938
1612390415: 188518
1612390416: 10880
1612390620: 193432
1612390621: 4188
1612390666: 179478
1612390667: 10826
1612390701: 196204
1612390730: 172852
1612390731: 17602
1612390834: 171708
1612390835: 15380
1612390852: 183400
1612390853: 2590
1612391060: 179394
1612391061: 3920
1612391105: 181056
1612391106: 2108
1612391258: 169174
1612391259: 10482
1612391306: 170680
1612391307: 6752
1612391496: 172218
1612391767: 161478
1612391768: 6260
1612391790: 170462
1612391791: 1150
1612392161: 159972
1612392162: 154712
1612392163: 7130
1612392245: 160104
1612392449: 154724
1612392450: 804
1612392493: 161274
1612392518: 150850
1612392519: 5498
1612392594: 147074
1612392595: 6638
1612392708: 151502
1612392709: 1514
1612392781: 157878
1612392964: 147032
1612392965: 3250
1612392985: 150604
1612393045: 148918
1612393051: 144146
1612393052: 6176
1612393110: 139822
1612393111: 8716
1612393165: 85942
Count Row Size Cell Count
1 0 0
2 0 0
3 0 0
4 0 0
5 0 0
6 0 0
7 0 0
8 0 0
10 0 0
12 0 0
14 0 0
17 0 0
20 0 0
24 0 0
29 0 0
35 0 0
42 0 0
50 0 0
60 0 0
72 0 0
86 0 0
103 0 0
124 0 0
149 0 0
179 0 0
215 0 0
258 0 0
310 0 0
372 0 0
446 0 0
535 0 0
642 0 0
770 0 0
924 0 0
1109 0 0
1331 0 0
1597 0 0
1916 0 0
2299 0 0
2759 0 0
3311 0 0
3973 0 0
4768 0 0
5722 0 0
6866 0 0
8239 0 0
9887 0 0
11864 0 0
14237 0 0
17084 0 0
20501 0 0
24601 0 0
29521 0 0
35425 0 0
42510 0 0
51012 0 1
61214 0 0
73457 0 0
88148 0 17
105778 0 21
126934 0 3
152321 0 0
182785 0 0
219342 0 0
263210 0 0
315852 0 0
379022 0 0
454826 0 0
545791 0 0
654949 0 0
785939 0 0
943127 0 0
1131752 0 0
1358102 0 0
1629722 0 0
1955666 0 0
2346799 0 0
2816159 0 0
3379391 0 0
4055269 0 0
4866323 0 0
5839588 0 0
7007506 0 0
8409007 0 0
10090808 0 0
12108970 0 0
14530764 0 0
17436917 0 0
20924300 0 0
25109160 0 0
30130992 0 0
36157190 0 0
43388628 0 0
52066354 0 0
62479625 0 0
7497555 0 0
89970660 1 0
107964792 0 0
129557750 3 0
155469300 15 0
186563160 21 0
223875792 2 0
268650950 0 0
322381140 0 0
386857368 0 0
464228842 0 0
557074610 0 0
668489532 0 0
802187438 0 0
962624926 0 0
1155149911 0 0
1386179893 0 0
1663415872 0 0
1996099046 0 0
2395318855 0 0
2874382626 0
3449259151 0
4139110981 0
4966933177 0
5960319812 0
7152383774 0
8582860529 0
10299432635 0
12359319162 0
14831182994 0
17797419593 0
21356903512 0
25628284214 0
30753941057 0
36904729268 0
44285675122 0
53142810146 0
63771372175 0
76525646610 0
91830775932 0
110196931118 0
132236317342 0
158683580810 0
190420296972 0
228504356366 0
274205227639 0
329046273167 0
394855527800 0
473826633360 0
568591960032 0
682310352038 0
818772422446 0
982526906935 0
1179032288322 0
1414838745986 0
Estimated cardinality: 17
EncodingStats minTTL: 86400
EncodingStats minLocalDeletionTime: 1612389609
EncodingStats minTimestamp: 1612303209118422
KeyType: org.apache.cassandra.db.marshal.Int32Type
ClusteringTypes: [org.apache.cassandra.db.marshal.AsciiType]
StaticColumns: {}
RegularColumns: {data:org.apache.cassandra.db.marshal.BytesType}

It seems from scylladb/scylla-tools-java#154 that no tool is available so far to easily find overlapping sstables, could we still figure it out from analyzing the metadata output? Shouldn't the data still get dropped eventually when the overlapping sstable also expires, which in the worst case should be a day later with my settings?

@raphaelsc
Copy link
Member

raphaelsc commented Feb 4, 2021

sstablemetadata output looks fine

@raphaelsc
Copy link
Member

i wrote the following tool for this purpose: https://gist.githubusercontent.com/raphaelsc/c7dfeab7b1083c129c222762edd4e672/raw/4da9e7cb1b737dd648342f9cbc85efe419bf7338/expired_sstables_status.py

use it like this:
python expired_sstables_status.py --table /path/to/table --gc-grace-seconds 3600 --default-ttl 86400

@titer
Copy link
Author

titer commented Feb 4, 2021

Nice, thank you

python expired_sstables_status.py --table /var/lib/scylla/data/streamerlogs/access-b25989d0507c11e98abf000000000000 --gc-grace-seconds 3600 --default-ttl 86400

Performing sanity checks...
Ignoring max deletion time of SSTable : 2147483647 -> 40
Ignoring max deletion time of SSTable : 2147483647 -> 50
Blockers for expired SSTable : None
SSTable  overlaps with token range of expired SSTables
Blockers for expired SSTable : None
Blockers for expired SSTable : None
SSTable  overlaps with token range of expired SSTables
Blockers for expired SSTable : , 
SSTable  overlaps with token range of expired SSTables
Blockers for expired SSTable : , 
SSTable  overlaps with token range of expired SSTables
Blockers for expired SSTable : , 
SSTable  overlaps with token range of expired SSTables
Blockers for expired SSTable : None
Done with performing sanity checks!

Now time in seconds: 1612447364
GC period in seconds: 3600
Default TTL in seconds: 86400
Ignore max deletion time: False

Processing table /var/lib/scylla/data/streamerlogs/access-b25989d0507c11e98abf000000000000...
Found mc-5472606-big-TOC.txt: ts: [1612393241107221, 1612396797401789], max deletion ts: 1612483197, token: [-8986648321794849331, 8766370232356375439]
Found mc-5472544-big-TOC.txt: ts: [1612400414106260, 1612403971219691], max deletion ts: 1612490371, token: [-7735554097177128817, 9202416710779186043]
Found mc-5471603-big-TOC.txt: ts: [1612393244119678, 1612396699459540], max deletion ts: 1612483099, token: [-9047760203441505873, 8961899390739767633]
Found mc-5472467-big-TOC.txt: ts: [1612400417089074, 1612403787785159], max deletion ts: 1612490187, token: [-9034365291857462102, 8795187467166618998]
Found mc-5472666-big-TOC.txt: ts: [1612396797401546, 1612396797928151], max deletion ts: 1612483197, token: [-6780084201914612105, -6780084201914612105]
Found mc-5477746-big-TOC.txt: ts: [1612436339497643, 1612436352912314], max deletion ts: 1612522752, token: [-3058540554850051495, 1282931008534264083]
Found mc-5472107-big-TOC.txt: ts: [1612396832063485, 1612400388504748], max deletion ts: 1612486788, token: [-8881363935308517620, 9110609028225754406]
Found mc-5471704-big-TOC.txt: ts: [1612396556763767, 1612396627938292], max deletion ts: 1612483027, token: [-8694878700704318635, -6960874983981172692]
Found mc-5473998-big-TOC.txt: ts: [1612404044057586, 1612407493736445], max deletion ts: 1612493893, token: [-9040928047022523444, 9104077585195923845]
Found mc-5477907-big-TOC.txt: ts: [1612407683064424, 1612411185897744], max deletion ts: 1612497585, token: [-8947493809851664786, 8774447254617866408]
Found mc-5466581-big-TOC.txt: ts: [1612382415063744, 1612385705032955], max deletion ts: 1612472105, token: [-8941975135477727400, 8779424147044190560]
Found mc-5470638-big-TOC.txt: ts: [1612389580558930, 1612389581073671], max deletion ts: 1612475981, token: [-8986763190900977120, -8986763190900977120]
Found mc-5473432-big-TOC.txt: ts: [1612411224051331, 1612414723685896], max deletion ts: 1612501123, token: [-9005586956407610351, 9094573462136974482]
Found mc-5472320-big-TOC.txt: ts: [1612389603067800, 1612392957763997], max deletion ts: 1612479357, token: [-8999430725846726064, 9132066334056289186]
Found mc-5472184-big-TOC.txt: ts: [1612396817098584, 1612400337649290], max deletion ts: 1612486737, token: [-8816207148443681876, 9134905561060939266]
Found mc-5466779-big-TOC.txt: ts: [1612379006131659, 1612382399211232], max deletion ts: 1612468799, token: [-8989557822020322875, 8953001335008474836]
Found mc-5468856-big-TOC.txt: ts: [1612389487691699, 1612389488052782], max deletion ts: 1612475888, token: [7868001413151090734, 7868001413151090734]
Found mc-5474722-big-TOC.txt: ts: [1612404035080756, 1612407353382445], max deletion ts: 1612493753, token: [-8940338149890005858, 8565322105414286819]
Found mc-5473718-big-TOC.txt: ts: [1612407622051538, 1612411198081558], max deletion ts: 1612497598, token: [-8690829484556486093, 9192603125961853503]
Found mc-5475058-big-TOC.txt: ts: [1612407642075035, 1612411166936359], max deletion ts: 1612497566, token: [-9043609490770680496, 9200251592958934973]
Found mc-5470507-big-TOC.txt: ts: [1612411202050419, 1612414660864685], max deletion ts: 1612501060, token: [-8945992217625618668, 8798496404903892969]
Found mc-5472978-big-TOC.txt: ts: [1612396802094687, 1612400176754083], max deletion ts: 1612486576, token: [-8941791915378800325, 9126785026432099755]
Found mc-5468659-big-TOC.txt: ts: [1612396728232222, 1612396728918117], max deletion ts: 1612483128, token: [6276239284648061206, 6276239284648061206]
Found mc-5473094-big-TOC.txt: ts: [1612400545098546, 1612403986631883], max deletion ts: 1612490386, token: [-9001580753033830765, 9192713938907961787]
Found mc-5477631-big-TOC.txt: ts: [1612404052054222, 1612407549928859], max deletion ts: 1612493949, token: [-8942801049307994672, 8760845310146545332]
Found mc-5468796-big-TOC.txt: ts: [1612386077165874, 1612389487700677], max deletion ts: 1612475887, token: [-8881093010112564874, 9133655262612729076]
Found mc-5475286-big-TOC.txt: ts: [1612411212113170, 1612414762655904], max deletion ts: 1612501162, token: [-8458347194692987057, 8281622035872203555]
Found mc-5470051-big-TOC.txt: ts: [1612404002061310, 1612407523180330], max deletion ts: 1612493923, token: [-8580874058684262390, 9194563869649911915]
Found mc-5471143-big-TOC.txt: ts: [1612418433048361, 1612421872800491], max deletion ts: 1612508272, token: [-8977271205220749802, 9091226010290897713]
Found mc-5472937-big-TOC.txt: ts: [1612386042132658, 1612389568609831], max deletion ts: 1612475968, token: [-9033831941533284147, 9102490440188406465]
Found mc-5474422-big-TOC.txt: ts: [1612400405051103, 1612403809704118], max deletion ts: 1612490209, token: [-8994416956802193232, 9042560807596625664]
Found mc-5477355-big-TOC.txt: ts: [1612403981296635, 1612403998967673], max deletion ts: 1612490398, token: [-7037954281995544366, -6227131001587582081]
Found mc-5471283-big-TOC.txt: ts: [1612379091110525, 1612382358293877], max deletion ts: 1612468758, token: [-9037265303000940028, 7198203763726618619]
Found mc-5474294-big-TOC.txt: ts: [1612414807071510, 1612418239633392], max deletion ts: 1612504639, token: [-8983767558629211899, 8953997897463909830]
Found mc-5471694-big-TOC.txt: ts: [1612389601113945, 1612393194804471], max deletion ts: 1612479594, token: [-8991223664436621846, 9194167283183269727]
Found mc-5473470-big-TOC.txt: ts: [1612400450053797, 1612403876243840], max deletion ts: 1612490276, token: [-8811231736574774039, 8964471258972107527]
Found mc-5469724-big-TOC.txt: ts: [1612386036127180, 1612389588507379], max deletion ts: 1612475988, token: [-9046215076346906010, 9134988738196911215]
Found mc-5470976-big-TOC.txt: ts: [1612386015124076, 1612389365455449], max deletion ts: 1612475765, token: [-9040104320085308259, 9046395881621940275]
Found mc-5477295-big-TOC.txt: ts: [1612400404101807, 1612403981296311], max deletion ts: 1612490381, token: [-9005850965296066067, 8954452505963382932]
Found mc-5473713-big-TOC.txt: ts: [1612414851032107, 1612417825652986], max deletion ts: 1612504225, token: [-7742721221300297860, 9109964583673758959]
Found mc-5478075-big-TOC.txt: ts: [1612411257032963, 1612414548119264], max deletion ts: 1612500948, token: [-9001382336588081923, 8774390996781202787]
Found mc-5469029-big-TOC.txt: ts: [1612389696061117, 1612393178313658], max deletion ts: 1612479578, token: [-8942011118193775598, 9126406041907581050]
Found mc-5451403-big-TOC.txt: ts: [1612310396531576, 1612310397052361], max deletion ts: 1612396797, token: [-7108536069960394935, -7108536069960394935]
Found mc-5470835-big-TOC.txt: ts: [1612389688080828, 1612393172020950], max deletion ts: 1612479572, token: [-9002884144870481140, 7520918428008318614]
Found mc-5475224-big-TOC.txt: ts: [1612414800060288, 1612418291907667], max deletion ts: 1612504691, token: [-8139424406229080070, 8771600536178190095]
Found mc-5468168-big-TOC.txt: ts: [1612378809049025, 1612382361188223], max deletion ts: 1612468761, token: [-8458962286855937862, 9127601372661345246]
Found mc-5466024-big-TOC.txt: ts: [1612382345783463, 1612382346367208], max deletion ts: 1612468746, token: [-1634621301162894585, -1634621301162894585]
Found mc-5450515-big-TOC.txt: ts: [1612303209118422, 1612306765582358], max deletion ts: 1612393165, token: [-8999720405092264496, 9037049236991227976]
Found mc-5471472-big-TOC.txt: ts: [1612400532056269, 1612403758757022], max deletion ts: 1612490158, token: [-8489206413416279916, 8147231527944342690]
Found mc-5471453-big-TOC.txt: ts: [1612404269120991, 1612407553486982], max deletion ts: 1612493953, token: [-8946727105233621033, 9040624022609824665]
Found mc-5476251-big-TOC.txt: ts: [1612393215075789, 1612396757315733], max deletion ts: 1612483157, token: [-8974488450306951230, 9197691181368255574]
Found mc-5463131-big-TOC.txt: ts: [1612368026136006, 1612371539652253], max deletion ts: 1612457939, token: [-9002951969103086004, 8777236923043689567]
Found mc-5473740-big-TOC.txt: ts: [1612425616100198, 1612429167854843], max deletion ts: 1612515567, token: [-8980028788922451947, 8795674938852133216]
Found mc-5471018-big-TOC.txt: ts: [1612389608121256, 1612393116670389], max deletion ts: 1612479516, token: [-7042737592404492864, 9197405507986333592]
Found mc-5468069-big-TOC.txt: ts: [1612386133163901, 1612389594497127], max deletion ts: 1612475994, token: [-8978184107884453245, 8059154910227877419]
Found mc-5473008-big-TOC.txt: ts: [1612418469085732, 1612421913187819], max deletion ts: 1612508313, token: [-9002463818715931385, 9133300885976606869]
Found mc-5465555-big-TOC.txt: ts: [1612375413104941, 1612378784136274], max deletion ts: 1612465184, token: [-9002728606966124657, 9110630286497160219]
Found mc-5472538-big-TOC.txt: ts: [1612389604091589, 1612393148729915], max deletion ts: 1612479548, token: [-8998909050140327467, 9092350367948976924]
Found mc-5469732-big-TOC.txt: ts: [1612389738115285, 1612393117966353], max deletion ts: 1612479517, token: [-8871937829129647306, 9128986132543247776]
Found mc-5477043-big-TOC.txt: ts: [1612400395826835, 1612400395919969], max deletion ts: 1612486795, token: [1798145839066154716, 1798145839066154716]
Found mc-5469893-big-TOC.txt: ts: [1612393289147464, 1612396756445282], max deletion ts: 1612483156, token: [-8487304033149662079, 8770623553770593104]
Found mc-5473378-big-TOC.txt: ts: [1612393219104568, 1612396792407718], max deletion ts: 1612483192, token: [-8584272310939059696, 9128187162283553861]
Found mc-5473382-big-TOC.txt: ts: [1612404017078381, 1612407439921708], max deletion ts: 1612493839, token: [-8835022209083661935, 9138881638897952858]
Found mc-5474672-big-TOC.txt: ts: [1612407724060135, 1612410937836531], max deletion ts: 1612497337, token: [-8832753708130619399, 7812251586108559452]
Found mc-5466616-big-TOC.txt: ts: [1612378864108413, 1612382254090930], max deletion ts: 1612468654, token: [-9001131181228540161, 9202618998084026456]
Found mc-5471124-big-TOC.txt: ts: [1612396862104201, 1612400295307816], max deletion ts: 1612486695, token: [-8988869803599604060, 9097498037146283462]
Found mc-5453023-big-TOC.txt: ts: [1612321202084968, 1612324794867279], max deletion ts: 1612411194, token: [-8990883633575002290, 9091050845224136609]
Found mc-5473628-big-TOC.txt: ts: [1612400278891291, 1612400300907155], max deletion ts: 1612486700, token: [-6693498675585717466, -4725741151425326588]
Found mc-5474482-big-TOC.txt: ts: [1612403809704131, 1612403922971682], max deletion ts: 1612490322, token: [-6765014360135722940, -3774534841128031397]
Found mc-5471386-big-TOC.txt: ts: [1612389557654859, 1612389558055872], max deletion ts: 1612475958, token: [-8138421523288407564, -8138421523288407564]
Found mc-5473568-big-TOC.txt: ts: [1612396919070697, 1612400278890376], max deletion ts: 1612486678, token: [-8823934608779631090, 9100633921155259518]
Found mc-5473196-big-TOC.txt: ts: [1612396638759519, 1612396639034248], max deletion ts: 1612483039, token: [-3333995406044419398, -3333995406044419398]
Found mc-5470267-big-TOC.txt: ts: [1612407677098489, 1612410988583908], max deletion ts: 1612497388, token: [-8693520247857192135, 9199152314377807766]
Found mc-5474766-big-TOC.txt: ts: [1612414951077986, 1612418268503118], max deletion ts: 1612504668, token: [-7441975753714745032, 9041252484512270336]
Found mc-5472916-big-TOC.txt: ts: [1612407515696231, 1612407515963150], max deletion ts: 1612493915, token: [-2988526365518384151, -2988526365518384151]
Found mc-5474888-big-TOC.txt: ts: [1612411250049645, 1612414767778954], max deletion ts: 1612501167, token: [-8949979941664767526, 9136660272121604661]
Found mc-5468689-big-TOC.txt: ts: [1612378679652466, 1612378680033894], max deletion ts: 1612465080, token: [-7745459102874692087, -7745459102874692087]
Found mc-5470960-big-TOC.txt: ts: [1612393186905552, 1612393187032346], max deletion ts: 1612479587, token: [4455753322474181645, 4455753322474181645]
Found mc-5476983-big-TOC.txt: ts: [1612396864057848, 1612400395826540], max deletion ts: 1612486795, token: [-8933859330879212310, 9044376587174626406]
Found mc-5452075-big-TOC.txt: ts: [1612310418103581, 1612313955396972], max deletion ts: 1612400355, token: [-9036067934408236192, 9194797575129827322]
Found mc-5471184-big-TOC.txt: ts: [1612400295308398, 1612400332913284], max deletion ts: 1612486732, token: [-5656423433915676422, -2985644957689355040]
Found mc-5473317-big-TOC.txt: ts: [1612407650092231, 1612410889859445], max deletion ts: 1612497289, token: [-8989947012021361355, 9091902669246316543]
Found mc-5473415-big-TOC.txt: ts: [1612411315066713, 1612414725839146], max deletion ts: 1612501125, token: [-9038789612367407355, 7854117632424905747]
Found mc-5466679-big-TOC.txt: ts: [1612386019035628, 1612389561095769], max deletion ts: 1612475961, token: [-8585527072927439481, 9104524916632900552]
Found mc-5471513-big-TOC.txt: ts: [1612407553501631, 1612407553897714], max deletion ts: 1612493953, token: [3465331861272465103, 3465331861272465103]
Found mc-5466954-big-TOC.txt: ts: [1612375506136758, 1612378752095074], max deletion ts: 1612465152, token: [-9000223525722630517, 9108696616352769643]
Found mc-5470589-big-TOC.txt: ts: [1612396900079325, 1612400394910287], max deletion ts: 1612486794, token: [-8816068627290907962, 8059063663993349928]
Found mc-5476885-big-TOC.txt: ts: [1612407597293503, 1612407597904581], max deletion ts: 1612493997, token: [5233591558786877272, 5233591558786877272]
Found mc-5469889-big-TOC.txt: ts: [1612378803040237, 1612382178018506], max deletion ts: 1612468578, token: [-7605885419965973911, 9201283122205763643]
Found mc-5472509-big-TOC.txt: ts: [1612418530050850, 1612421976304423], max deletion ts: 1612508376, token: [-8825014273169926478, 9103768150868373246]
Found mc-5475682-big-TOC.txt: ts: [1612414822083430, 1612418329607143], max deletion ts: 1612504729, token: [-8985218602370576270, 8794796052067466127]
Found mc-5470843-big-TOC.txt: ts: [1612414808062114, 1612418382838244], max deletion ts: 1612504782, token: [-8837767897198499339, 7406731004354325705]
Found mc-5478831-big-TOC.txt: ts: [1612421796612480, 1612421990930942], max deletion ts: 1612508390, token: [-4664440086757434915, 5599136172110072115]
Found mc-5476537-big-TOC.txt: ts: [1612403887213040, 1612403887932896], max deletion ts: 1612490287, token: [14226374578640779, 14226374578640779]
Found mc-5472720-big-TOC.txt: ts: [1612414952083130, 1612418070326542], max deletion ts: 1612504470, token: [-8934777326993131887, 9192144684826421596]
Found mc-5471945-big-TOC.txt: ts: [1612411352046040, 1612414676485035], max deletion ts: 1612501076, token: [-8820627166371429475, 9094942640367522995]
Found mc-5470590-big-TOC.txt: ts: [1612386001114284, 1612389580560152], max deletion ts: 1612475980, token: [-9036439988785998174, 9131213792263431030]
Found mc-5475773-big-TOC.txt: ts: [1612443609084100, 1612445691732303], max deletion ts: 1612532091, token: [-8946500985624738753, 9108299820037115516]
Found mc-5474500-big-TOC.txt: ts: [1612422011066392, 1612425419094158], max deletion ts: 1612511819, token: [-9032694487973426169, 8954669239684588995]
Found mc-5469393-big-TOC.txt: ts: [1612386021147969, 1612389507731668], max deletion ts: 1612475907, token: [-9048760737588947259, 8150588884504271863]
Found mc-5479251-big-TOC.txt: ts: [1612422013077219, 1612425571769346], max deletion ts: 1612511971, token: [-8992407343003329121, 9193340190714939279]
Found mc-5470548-big-TOC.txt: ts: [1612393316056607, 1612396782921542], max deletion ts: 1612483182, token: [-8984540070096659073, 9201085988139091238]
Found mc-5472180-big-TOC.txt: ts: [1612407647033672, 1612411188486370], max deletion ts: 1612497588, token: [-8880893926120320831, 9088420540155931921]
Found mc-5467963-big-TOC.txt: ts: [1612389709109901, 1612393199985967], max deletion ts: 1612479599, token: [-9035876719281583112, 9127275369082650954]
Found mc-5473136-big-TOC.txt: ts: [1612393227074385, 1612396638759217], max deletion ts: 1612483038, token: [-7607997151970869419, 9131986182089621863]
Found mc-5474197-big-TOC.txt: ts: [1612389620064213, 1612392962298771], max deletion ts: 1612479362, token: [-8812993658817324090, 9102346078094395439]
Found mc-5450551-big-TOC.txt: ts: [1612306765578340, 1612306765972182], max deletion ts: 1612393165, token: [1880946311294926143, 1880946311294926143]
Found mc-5476825-big-TOC.txt: ts: [1612404005080973, 1612407597295189], max deletion ts: 1612493997, token: [-8885114214815042654, 9192406939034156839]
Found mc-5478495-big-TOC.txt: ts: [1612418106653092, 1612418388881113], max deletion ts: 1612504788, token: [-4966068929314933317, 2654048623267110567]
Found mc-5473252-big-TOC.txt: ts: [1612411127892042, 1612411180946253], max deletion ts: 1612497580, token: [-6546399077855393218, -2830911218284765414]
Found mc-5472237-big-TOC.txt: ts: [1612396987069064, 1612400280613328], max deletion ts: 1612486680, token: [-9035225391243817798, 7871266946968173288]
Found mc-5472585-big-TOC.txt: ts: [1612400510058915, 1612403862308753], max deletion ts: 1612490262, token: [-8944980616817049579, 9091902787537847892]
Found mc-5469958-big-TOC.txt: ts: [1612385982813948, 1612385983323979], max deletion ts: 1612472383, token: [-8232962747189123125, -8232962747189123125]
Found mc-5474257-big-TOC.txt: ts: [1612392962298778, 1612392963018556], max deletion ts: 1612479363, token: [-4849847565094330808, -4849847565094330808]
Found mc-5468599-big-TOC.txt: ts: [1612393200030736, 1612396728232926], max deletion ts: 1612483128, token: [-8999879678026454083, 8960461678053732232]
Found mc-5476311-big-TOC.txt: ts: [1612396757305558, 1612396757957250], max deletion ts: 1612483157, token: [4356260494674461439, 4356260494674461439]
Found mc-5475862-big-TOC.txt: ts: [1612418565096159, 1612421956825364], max deletion ts: 1612508356, token: [-8944594497453291678, 9195765979560755507]
Found mc-5476477-big-TOC.txt: ts: [1612400407097443, 1612403887212693], max deletion ts: 1612490287, token: [-9047030642756897274, 9039185420380777083]
Found mc-5472963-big-TOC.txt: ts: [1612382413117249, 1612385997653188], max deletion ts: 1612472397, token: [-8870629244040394503, 9193043668085277982]
Found mc-5477137-big-TOC.txt: ts: [1612407666075470, 1612411011155824], max deletion ts: 1612497411, token: [-8871555993868889535, 9201483786456798467]
Found mc-5470900-big-TOC.txt: ts: [1612389664123794, 1612393186906945], max deletion ts: 1612479586, token: [-8455906580270219703, 9198030467800744789]
Found mc-5475620-big-TOC.txt: ts: [1612418418083807, 1612421970109279], max deletion ts: 1612508370, token: [-9039942776492330021, 8762599489965180219]
Found mc-5452687-big-TOC.txt: ts: [1612317788062685, 1612321179797314], max deletion ts: 1612407579, token: [-7527223954157261423, 9108991541543814113]
Found mc-5472271-big-TOC.txt: ts: [1612429258099631, 1612432488805117], max deletion ts: 1612518888, token: [-8936707170341302670, 9095406072703297358]
Found mc-5468130-big-TOC.txt: ts: [1612378846133383, 1612382359703851], max deletion ts: 1612468759, token: [-9036416833500587239, 8964659212715679180]
Found mc-5472887-big-TOC.txt: ts: [1612407426887939, 1612407525936918], max deletion ts: 1612493925, token: [-4760323378676637290, -3274447514264162960]
Found mc-5475234-big-TOC.txt: ts: [1612421654735376, 1612421804915724], max deletion ts: 1612508204, token: [-7442188080201592282, -4429028799596555999]
Found mc-5452387-big-TOC.txt: ts: [1612314030096891, 1612317156822076], max deletion ts: 1612403556, token: [-8986367926687037911, 9127072486163391796]
Found mc-5471675-big-TOC.txt: ts: [1612396699459197, 1612396699991091], max deletion ts: 1612483100, token: [-3972429484130752259, -3972429484130752259]
Found mc-5473192-big-TOC.txt: ts: [1612407674106914, 1612411127891783], max deletion ts: 1612497527, token: [-8874773617488261314, 9089773744300700731]
Found mc-5473533-big-TOC.txt: ts: [1612411228061820, 1612414333786466], max deletion ts: 1612500733, token: [-8931676670192608696, 8803517798038849120]
Found mc-5477197-big-TOC.txt: ts: [1612411011156002, 1612411011931021], max deletion ts: 1612497411, token: [9039217765501545901, 9039217765501545901]
Found mc-5469902-big-TOC.txt: ts: [1612389396599986, 1612389397002451], max deletion ts: 1612475797, token: [-3322896608934994319, -3322896608934994319]
Found mc-5475337-big-TOC.txt: ts: [1612393225088268, 1612396781507863], max deletion ts: 1612483181, token: [-8988522073559907567, 9192352313071208736]
Found mc-5472674-big-TOC.txt: ts: [1612400384721040, 1612400384902735], max deletion ts: 1612486784, token: [3509429706185201980, 3509429706185201980]
Found mc-5473990-big-TOC.txt: ts: [1612400331832841, 1612400370970299], max deletion ts: 1612486770, token: [2971960646537836840, 3656195360445786466]
Found mc-5476021-big-TOC.txt: ts: [1612396842116696, 1612400353378379], max deletion ts: 1612486753, token: [-9006576343547413441, 9201584886647686629]
Found mc-5475968-big-TOC.txt: ts: [1612422005077955, 1612425544264412], max deletion ts: 1612511944, token: [-9044448173277084802, 9109484620351913915]
Found mc-5469575-big-TOC.txt: ts: [1612386008145529, 1612389563575410], max deletion ts: 1612475963, token: [-8980443541221460828, 9038391131824018335]
Found mc-5474030-big-TOC.txt: ts: [1612411397079137, 1612414678738228], max deletion ts: 1612501078, token: [-8808061504878272907, 9192748527205666409]
Found mc-5473195-big-TOC.txt: ts: [1612436508081832, 1612439951180480], max deletion ts: 1612526351, token: [-8017920527797363910, 9095544256890437867]
Found mc-5474355-big-TOC.txt: ts: [1612386051037719, 1612389573974992], max deletion ts: 1612475973, token: [-8690683875529062341, 8179994617443988369]
Found mc-5471048-big-TOC.txt: ts: [1612389365439329, 1612389365985549], max deletion ts: 1612475765, token: [-3280098442145958521, -3280098442145958521]
Found mc-5472527-big-TOC.txt: ts: [1612403787785662, 1612403787969011], max deletion ts: 1612490187, token: [5192524042237766657, 5192524042237766657]
Found mc-5473438-big-TOC.txt: ts: [1612396792394097, 1612396792944631], max deletion ts: 1612483192, token: [1877616400189243057, 1877616400189243057]
Found mc-5473217-big-TOC.txt: ts: [1612425654060549, 1612429024393896], max deletion ts: 1612515424, token: [-7523467750165938228, 9130708617345958493]
Found mc-5474454-big-TOC.txt: ts: [1612411223031608, 1612414519335405], max deletion ts: 1612500919, token: [-8874245907366236935, 9198923302003823872]
Found mc-5453335-big-TOC.txt: ts: [1612324944057932, 1612328096807536], max deletion ts: 1612414496, token: [-8981808327772956704, 9131616630307599668]
Found mc-5475712-big-TOC.txt: ts: [1612432828057434, 1612436070480931], max deletion ts: 1612522470, token: [-8874805407097724069, 8765708034430762221]
Found mc-5473768-big-TOC.txt: ts: [1612414943076487, 1612418356984521], max deletion ts: 1612504756, token: [-9045906526168047670, 9108118276389856930]
Found mc-5476081-big-TOC.txt: ts: [1612400353378597, 1612400353909234], max deletion ts: 1612486753, token: [4112269850678505245, 4112269850678505245]
Found mc-5472368-big-TOC.txt: ts: [1612392957759447, 1612392957944863], max deletion ts: 1612479357, token: [-8688916909590871915, -8688916909590871915]
Found mc-5476430-big-TOC.txt: ts: [1612436277821007, 1612436303948703], max deletion ts: 1612522703, token: [-2088757474844276207, 5076568379577058429]
Found mc-5473154-big-TOC.txt: ts: [1612403986631868, 1612403986969259], max deletion ts: 1612490386, token: [-1611425891753245005, -1611425891753245005]
Found mc-5478098-big-TOC.txt: ts: [1612447283604079, 1612447304300739], max deletion ts: 1612533704, token: [-6151117390157669147, 3752515709950325455]
Found mc-5474354-big-TOC.txt: ts: [1612418239633591, 1612418281929788], max deletion ts: 1612504681, token: [-7155390740681826241, 2941968336015672561]
Found mc-5471904-big-TOC.txt: ts: [1612407564513574, 1612407564901984], max deletion ts: 1612493964, token: [-3044360655937600293, -3044360655937600293]
Found mc-5477605-big-TOC.txt: ts: [1612414820070638, 1612418391604770], max deletion ts: 1612504791, token: [-8988484818445268930, 9039172917341214808]
Found mc-5471844-big-TOC.txt: ts: [1612404018097160, 1612407564515640], max deletion ts: 1612493964, token: [-9047530851969842085, 9192094307347754639]
Found mc-5469679-big-TOC.txt: ts: [1612400548043758, 1612403870908889], max deletion ts: 1612490270, token: [-8977481650819355000, 8149651331616854289]
Found mc-5451355-big-TOC.txt: ts: [1612306975064141, 1612310396531566], max deletion ts: 1612396796, token: [-7108536069960394935, 8145181804690669004]
Found mc-5472614-big-TOC.txt: ts: [1612396880061257, 1612400384720367], max deletion ts: 1612486784, token: [-8988432974653072696, 9107304467771812566]
Found mc-5472432-big-TOC.txt: ts: [1612411248059006, 1612414015823033], max deletion ts: 1612500415, token: [-8948575292946283618, 9106351935477804498]
Found mc-5464044-big-TOC.txt: ts: [1612375230107625, 1612378645199734], max deletion ts: 1612465045, token: [-8939642084823670566, 8183211859478162269]
Found mc-5465432-big-TOC.txt: ts: [1612371610102646, 1612375153678113], max deletion ts: 1612461553, token: [-8994874388706533738, 8951679098510415996]
Found mc-5464360-big-TOC.txt: ts: [1612371624097970, 1612375146599473], max deletion ts: 1612461546, token: [-9037037370647646939, 8135071506973067237]
Found mc-5478133-big-TOC.txt: ts: [1612421842196187, 1612421842913789], max deletion ts: 1612508242, token: [3751906391112992149, 3751906391112992149]
Found mc-5471503-big-TOC.txt: ts: [1612425494198049, 1612425494936534], max deletion ts: 1612511894, token: [2732014198636812699, 2732014198636812699]
Found mc-5478666-big-TOC.txt: ts: [1612447206684684, 1612447286900814], max deletion ts: 1612533686, token: [-618926615897408200, 2664006836083735331]
Found mc-5472604-big-TOC.txt: ts: [1612403971205369, 1612403971945398], max deletion ts: 1612490371, token: [6851612524258874427, 6851612524258874427]
Found mc-5470111-big-TOC.txt: ts: [1612407523180512, 1612407523905496], max deletion ts: 1612493923, token: [-4960035891396623936, -4960035891396623936]
Found mc-5471045-big-TOC.txt: ts: [1612403703716334, 1612403839909827], max deletion ts: 1612490239, token: [-7037127898154599008, 5176569261707162185]
Found mc-5463144-big-TOC.txt: ts: [1612371622099975, 1612375039070136], max deletion ts: 1612461439, token: [-8943934529337878694, 8183404374596590562]
Found mc-5474260-big-TOC.txt: ts: [1612418411063867, 1612421985729864], max deletion ts: 1612508385, token: [-9037092509834420428, 9193529665041374456]
Found mc-5468135-big-TOC.txt: ts: [1612382526131449, 1612385968068869], max deletion ts: 1612472368, token: [-9047869594481569407, 9200537106577239579]
Found mc-5478447-big-TOC.txt: ts: [1612414857076267, 1612418106653958], max deletion ts: 1612504506, token: [-9033076016303434593, 9202150971839957862]
Found mc-5472827-big-TOC.txt: ts: [1612404097046973, 1612407426887449], max deletion ts: 1612493826, token: [-9038854123905176845, 9200768291068313393]
Found mc-5473005-big-TOC.txt: ts: [1612407585642709, 1612407585892286], max deletion ts: 1612493985, token: [-8819017599744632705, -8819017599744632705]
Found mc-5470649-big-TOC.txt: ts: [1612400394910395, 1612400394969828], max deletion ts: 1612486794, token: [-993369075696838145, -993369075696838145]
Found mc-5472209-big-TOC.txt: ts: [1612418226886106, 1612418378898977], max deletion ts: 1612504778, token: [-4258301482909374119, 5365718759697945423]
Found mc-5467418-big-TOC.txt: ts: [1612378834108417, 1612382324120670], max deletion ts: 1612468724, token: [-8934199433446164019, 9093893163932695805]
Found mc-5472957-big-TOC.txt: ts: [1612404038086250, 1612407585643778], max deletion ts: 1612493985, token: [-8819017599744632705, 9190950043178205964]
Found mc-5472297-big-TOC.txt: ts: [1612400280610878, 1612400321941495], max deletion ts: 1612486721, token: [-3342456412323137130, 7411946858354035574]
Found mc-5470327-big-TOC.txt: ts: [1612410988585521, 1612411131907491], max deletion ts: 1612497531, token: [-5473414721862030557, 5483829424041376628]
Found mc-5473068-big-TOC.txt: ts: [1612421913187929, 1612421913919793], max deletion ts: 1612508313, token: [8183271068219283617, 8183271068219283617]
Found mc-5469910-big-TOC.txt: ts: [1612382496132273, 1612385982822101], max deletion ts: 1612472382, token: [-8813950239577270022, 8759007878570170834]
Found mc-5478073-big-TOC.txt: ts: [1612418428057987, 1612421842196310], max deletion ts: 1612508242, token: [-8821888742523464669, 9201361804753736358]
Found mc-5474238-big-TOC.txt: ts: [1612407623031528, 1612411060846068], max deletion ts: 1612497460, token: [-9036221390601852543, 8793437871785467378]
Found mc-5472856-big-TOC.txt: ts: [1612404058054629, 1612407515697571], max deletion ts: 1612493915, token: [-9032516454932934115, 7657891757169520489]
Found mc-5471656-big-TOC.txt: ts: [1612393308084306, 1612396556763329], max deletion ts: 1612482956, token: [-8230730049391846053, 9045014716991150798]
Found mc-5470737-big-TOC.txt: ts: [1612389667119525, 1612393054467693], max deletion ts: 1612479454, token: [-8945212499416637709, 7857753796714315298]
Found mc-5474058-big-TOC.txt: ts: [1612407493736388, 1612407493907699], max deletion ts: 1612493893, token: [5082426244825345607, 5082426244825345607]
Found mc-5478493-big-TOC.txt: ts: [1612425567561413, 1612425593888214], max deletion ts: 1612511993, token: [-7128477500639799628, 6715286816440236615]
Found mc-5469089-big-TOC.txt: ts: [1612393178307283, 1612393179011021], max deletion ts: 1612479579, token: [-4762677432501861052, -4762677432501861052]
Found mc-5477317-big-TOC.txt: ts: [1612411229099297, 1612414592685971], max deletion ts: 1612500992, token: [-9033742909123458469, 9192379225272549101]
Found mc-5474120-big-TOC.txt: ts: [1612400500057207, 1612403962532799], max deletion ts: 1612490362, token: [-8828500380794030269, 9100516936422872564]
Found mc-5471851-big-TOC.txt: ts: [1612425705081289, 1612429140240326], max deletion ts: 1612515540, token: [-8991049228213021515, 9108965255397669850]
Found mc-5469739-big-TOC.txt: ts: [1612403870907634, 1612403947948139], max deletion ts: 1612490347, token: [-2397679224988196260, -2244319941069323021]
Found mc-5471661-big-TOC.txt: ts: [1612393216122418, 1612396725658591], max deletion ts: 1612483125, token: [-8931563513494722176, 9200016341385688850]
Found mc-5469091-big-TOC.txt: ts: [1612396950096424, 1612400179729902], max deletion ts: 1612486579, token: [-9044939272457831784, 8955960428973299242]
Found mc-5474423-big-TOC.txt: ts: [1612422021038210, 1612425367195575], max deletion ts: 1612511767, token: [-8489657043521075469, 9110639076607839743]
Found mc-5470985-big-TOC.txt: ts: [1612400464057205, 1612403703715771], max deletion ts: 1612490103, token: [-9000495084008607564, 7937429485090529475]
Found mc-5479935-big-TOC.txt: ts: [1612429373081136, 1612432788546730], max deletion ts: 1612519188, token: [-9005824051509511924, 9044474766874150916]
Found mc-5469151-big-TOC.txt: ts: [1612400179730199, 1612400385951308], max deletion ts: 1612486785, token: [5186389637245367438, 5596138093648604370]
Found mc-5471870-big-TOC.txt: ts: [1612393218132257, 1612396675313633], max deletion ts: 1612483075, token: [-8817183812294760980, 8954251103864900867]
Found mc-5474169-big-TOC.txt: ts: [1612418457076762, 1612421942184443], max deletion ts: 1612508342, token: [-9048770330139434171, 9199812173490747261]
Found mc-5479995-big-TOC.txt: ts: [1612432788547059, 1612432788908088], max deletion ts: 1612519188, token: [8148278360763518835, 8148278360763518835]
Found mc-5475990-big-TOC.txt: ts: [1612425628057574, 1612429068264266], max deletion ts: 1612515468, token: [-8820165411726127734, 9099869665130369043]
Found mc-5476998-big-TOC.txt: ts: [1612432928089380, 1612436338594480], max deletion ts: 1612522738, token: [-8829101385911538858, 8284414483541143462]
Found mc-5471532-big-TOC.txt: ts: [1612403758757317, 1612403963956472], max deletion ts: 1612490363, token: [-5615839825171233445, -4850153313855610299]
Found mc-5474456-big-TOC.txt: ts: [1612404016114170, 1612407399631648], max deletion ts: 1612493799, token: [-8981370677837181323, 9194919190887536181]
Found mc-5473530-big-TOC.txt: ts: [1612403876244087, 1612403933946512], max deletion ts: 1612490333, token: [-1875700566915771718, 1799436139476321118]
Found mc-5474180-big-TOC.txt: ts: [1612403962532180, 1612403962915975], max deletion ts: 1612490362, token: [-46278556900871906, -46278556900871906]
Found mc-5471090-big-TOC.txt: ts: [1612393116668696, 1612393117061484], max deletion ts: 1612479517, token: [1153714356724372383, 1153714356724372383]
Found mc-5473026-big-TOC.txt: ts: [1612400176759268, 1612400309919677], max deletion ts: 1612486709, token: [-8820014952379967151, -3681457308322788655]
Found mc-5478805-big-TOC.txt: ts: [1612425745097660, 1612429108676783], max deletion ts: 1612515508, token: [-8822128060142781803, 7935949243690006356]
Found mc-5473377-big-TOC.txt: ts: [1612410889862356, 1612411093927527], max deletion ts: 1612497493, token: [-5819737622936368489, -1631162523175392796]
Found mc-5474514-big-TOC.txt: ts: [1612414519334917, 1612414562935787], max deletion ts: 1612500962, token: [-6455822285767833770, 9041306245215833715]
Found mc-5474095-big-TOC.txt: ts: [1612447293373665, 1612447324511001], max deletion ts: 1612533724, token: [1944046805819133529, 4663990133193166811]
Found mc-5471326-big-TOC.txt: ts: [1612386073156370, 1612389557657763], max deletion ts: 1612475957, token: [-9039261488707425872, 7862800188202136016]
Found mc-5459561-big-TOC.txt: ts: [1612357236056322, 1612360507835067], max deletion ts: 1612446907, token: [-9041077554268420952, 9094745812971074154]
Found mc-5473442-big-TOC.txt: ts: [1612407439922004, 1612407442968174], max deletion ts: 1612493842, token: [-6569653987409243669, 5234047262987788651]
Found mc-5472492-big-TOC.txt: ts: [1612414015823410, 1612414393901138], max deletion ts: 1612500793, token: [-4791767266574433037, 3553638476299117626]
Found mc-5473380-big-TOC.txt: ts: [1612422042050478, 1612425335759061], max deletion ts: 1612511735, token: [-9002446570872401402, 8800102028776502325]
Found mc-5474796-big-TOC.txt: ts: [1612432845082690, 1612436278199254], max deletion ts: 1612522678, token: [-8137933345802230162, 9192104818393751876]
Found mc-5472929-big-TOC.txt: ts: [1612422075034028, 1612425520801669], max deletion ts: 1612511920, token: [-8451078297234117755, 7869751216932486631]
Found mc-5475057-big-TOC.txt: ts: [1612425633100207, 1612429177319832], max deletion ts: 1612515577, token: [-9039497337618862485, 9200057200002765127]
Found mc-5478865-big-TOC.txt: ts: [1612429108676936, 1612429169011673], max deletion ts: 1612515569, token: [-4687848334311186926, 1279449646148542537]
Found mc-5471741-big-TOC.txt: ts: [1612407602089564, 1612410616817464], max deletion ts: 1612497016, token: [-8987286226704075763, 9099314799785677951]
Found mc-5480343-big-TOC.txt: ts: [1612432957039848, 1612436256599572], max deletion ts: 1612522656, token: [-8582635470938775811, 9197523571170233727]
Found mc-5474782-big-TOC.txt: ts: [1612407353382882, 1612407373937596], max deletion ts: 1612493773, token: [-4846472212916703409, 629905941949209899]
Found mc-5470608-big-TOC.txt: ts: [1612396782921209, 1612396782931213], max deletion ts: 1612483182, token: [1846728681703143377, 1846728681703143377]
Found mc-5473778-big-TOC.txt: ts: [1612411198082039, 1612411198930558], max deletion ts: 1612497598, token: [-4669374861701068420, -4669374861701068420]
Found mc-5473295-big-TOC.txt: ts: [1612411184481539, 1612411184942345], max deletion ts: 1612497584, token: [-7746262002871084837, -7746262002871084837]
Found mc-5472244-big-TOC.txt: ts: [1612400337648887, 1612400337921059], max deletion ts: 1612486737, token: [-426095926887647622, -426095926887647622]
Found mc-5473773-big-TOC.txt: ts: [1612417825653292, 1612418253892488], max deletion ts: 1612504653, token: [-5490726019822888328, 2858772769472865824]
Found mc-5477252-big-TOC.txt: ts: [1612432821084322, 1612436334541055], max deletion ts: 1612522734, token: [-8873517509415699345, 7983538591233033840]
Found mc-5481181-big-TOC.txt: ts: [1612447218214599, 1612447267688376], max deletion ts: 1612533667, token: [1846980750291237857, 3670887357150891574]
Found mc-5470903-big-TOC.txt: ts: [1612418382838497, 1612418382896117], max deletion ts: 1612504782, token: [-2235602648539566187, -2235602648539566187]
Found mc-5472240-big-TOC.txt: ts: [1612411188486651, 1612411189012464], max deletion ts: 1612497589, token: [1828540019808557046, 1828540019808557046]
Found mc-5455207-big-TOC.txt: ts: [1612342846083098, 1612346348797063], max deletion ts: 1612432748, token: [-8995446081547718856, 8793887161723851799]
Found mc-5475494-big-TOC.txt: ts: [1612425640060944, 1612429127335575], max deletion ts: 1612515527, token: [-9037808626067185876, 8805495681152937209]
Found mc-5481567-big-TOC.txt: ts: [1612440030105631, 1612443408841062], max deletion ts: 1612529808, token: [-8992480043243186086, 9103049056437001651]
Found mc-5453671-big-TOC.txt: ts: [1612328545028784, 1612331785759276], max deletion ts: 1612418185, token: [-9035904797886704335, 9194807167152529359]
Found mc-5452135-big-TOC.txt: ts: [1612313955396302, 1612313974939855], max deletion ts: 1612400374, token: [-8815262628931197193, 7411271407993660825]
Found mc-5474560-big-TOC.txt: ts: [1612425419094095, 1612425419955024], max deletion ts: 1612511819, token: [-601887963906055881, -601887963906055881]
Found mc-5474992-big-TOC.txt: ts: [1612429150488258, 1612429150929725], max deletion ts: 1612515550, token: [-192091701980224581, -192091701980224581]
Found mc-5474948-big-TOC.txt: ts: [1612414767778748, 1612414767895200], max deletion ts: 1612501167, token: [-3036688789507798082, -3036688789507798082]
Found mc-5473679-big-TOC.txt: ts: [1612418327795138, 1612418327946742], max deletion ts: 1612504727, token: [5543579770873999809, 5543579770873999809]
Found mc-5472149-big-TOC.txt: ts: [1612414841049068, 1612418226885739], max deletion ts: 1612504626, token: [-8987152094974961064, 7815858905854553733]
Found mc-5467342-big-TOC.txt: ts: [1612375234112743, 1612378648090930], max deletion ts: 1612465048, token: [-9048441497618868201, 9191171807830069675]
Found mc-5452435-big-TOC.txt: ts: [1612317156822071, 1612317282910107], max deletion ts: 1612403682, token: [-8459277776983691841, 9127072486163391796]
Found mc-5477653-big-TOC.txt: ts: [1612418391605162, 1612418391933029], max deletion ts: 1612504791, token: [-7961897862918625627, -7961897862918625627]
Found mc-5474630-big-TOC.txt: ts: [1612418448061685, 1612421822522025], max deletion ts: 1612508222, token: [-9046619586799365103, 9102530109471897544]
Found mc-5465821-big-TOC.txt: ts: [1612364419071835, 1612367952868685], max deletion ts: 1612454352, token: [-8984123589578221298, 8147646780954464185]
Found mc-5469623-big-TOC.txt: ts: [1612389563553173, 1612389564123651], max deletion ts: 1612475964, token: [3471972752554917265, 3471972752554917265]
Found mc-5477377-big-TOC.txt: ts: [1612414592685777, 1612414739936507], max deletion ts: 1612501139, token: [-652445982987745176, 7936023222300201930]
Found mc-5477313-big-TOC.txt: ts: [1612440051072260, 1612443459693736], max deletion ts: 1612529859, token: [-8990241804793951318, 9195238262203300565]
Found mc-5475460-big-TOC.txt: ts: [1612432799765952, 1612432799904574], max deletion ts: 1612519199, token: [-7749150186857680768, -7749150186857680768]
Found mc-5464102-big-TOC.txt: ts: [1612364582096736, 1612367995826324], max deletion ts: 1612454395, token: [-8931359477828675296, 7678212619139015206]
Found mc-5476424-big-TOC.txt: ts: [1612425635101939, 1612429069619975], max deletion ts: 1612515469, token: [-8990408773792278591, 9132005603853235118]
Found mc-5473235-big-TOC.txt: ts: [1612407612061088, 1612411184481654], max deletion ts: 1612497584, token: [-8462364292864129143, 9101712776760453809]
Found mc-5474090-big-TOC.txt: ts: [1612414678749990, 1612414678929350], max deletion ts: 1612501078, token: [3725470473249925959, 3725470473249925959]
Found mc-5476271-big-TOC.txt: ts: [1612436410051051, 1612439932869155], max deletion ts: 1612526332, token: [-8836419656265115619, 9110693940497333284]
Found mc-5464858-big-TOC.txt: ts: [1612368081082504, 1612371597050430], max deletion ts: 1612457997, token: [-9039318586176358411, 9105873697622902957]
Found mc-5478135-big-TOC.txt: ts: [1612414548130032, 1612414548894249], max deletion ts: 1612500948, token: [-2241635163448740108, -2241635163448740108]
Found mc-5473593-big-TOC.txt: ts: [1612414333794693, 1612414686936615], max deletion ts: 1612501086, token: [-2991480619647287216, 7407437417098601256]
Found mc-5461817-big-TOC.txt: ts: [1612368078105780, 1612371528689491], max deletion ts: 1612457928, token: [-8874446405048519322, 8766041734682250525]
Found mc-5476258-big-TOC.txt: ts: [1612422066082086, 1612425468292002], max deletion ts: 1612511868, token: [-9043772259366825816, 8772579148324573999]
Found mc-5474711-big-TOC.txt: ts: [1612425631066404, 1612428963261438], max deletion ts: 1612515363, token: [-8930801524663058111, 9191497691082733409]
Found mc-5476886-big-TOC.txt: ts: [1612436413133726, 1612439861377721], max deletion ts: 1612526261, token: [-8983687224654531620, 9201842562743436307]
Found mc-5475400-big-TOC.txt: ts: [1612429268056327, 1612432799765752], max deletion ts: 1612519199, token: [-8874898209337131692, 8279417258152908340]
Found mc-5468368-big-TOC.txt: ts: [1612382457108012, 1612385995242861], max deletion ts: 1612472395, token: [-9036932217017215554, 9130454132667618559]
Found mc-5470567-big-TOC.txt: ts: [1612414660863618, 1612414795910770], max deletion ts: 1612501195, token: [-3775545027250459236, -2564382534939559355]
Found mc-5474039-big-TOC.txt: ts: [1612421987341263, 1612421987936729], max deletion ts: 1612508387, token: [-932563388503221894, -932563388503221894]
Found mc-5473492-big-TOC.txt: ts: [1612414723685173, 1612414788986574], max deletion ts: 1612501188, token: [-3839737534315909784, 8139751392609481205]
Found mc-5471911-big-TOC.txt: ts: [1612429140240447, 1612429140948103], max deletion ts: 1612515540, token: [4988447152481250411, 4988447152481250411]
Found mc-5474732-big-TOC.txt: ts: [1612410937836232, 1612411051863945], max deletion ts: 1612497451, token: [-3329568965687398032, -2829477161155412027]
Found mc-5476037-big-TOC.txt: ts: [1612445691728657, 1612447028296491], max deletion ts: 1612533428, token: [-9031988786679887012, 8766056369969885713]
Found mc-5474932-big-TOC.txt: ts: [1612425601019251, 1612429150488042], max deletion ts: 1612515550, token: [-9041721719364684461, 9193401198509877145]
Found mc-5460304-big-TOC.txt: ts: [1612353663101061, 1612357168538269], max deletion ts: 1612443568, token: [-8829927793479547459, 8954980779375376608]
Found mc-5475062-big-TOC.txt: ts: [1612425304688101, 1612425427937088], max deletion ts: 1612511827, token: [-6948047050705825276, -3669390409816934295]
Found mc-5475346-big-TOC.txt: ts: [1612414762656161, 1612414762929624], max deletion ts: 1612501162, token: [4881431817827138220, 4881431817827138220]
Found mc-5468594-big-TOC.txt: ts: [1612382433112436, 1612385946834418], max deletion ts: 1612472346, token: [-9006201495436294224, 9138729061298251342]
Found mc-5453395-big-TOC.txt: ts: [1612328096807723, 1612328360929658], max deletion ts: 1612414760, token: [-974545915449314153, 4497302967331606431]
Found mc-5473828-big-TOC.txt: ts: [1612418356984772, 1612418356986150], max deletion ts: 1612504756, token: [-3925463888980383831, -3925463888980383831]
Found mc-5476008-big-TOC.txt: ts: [1612440036091036, 1612443513238011], max deletion ts: 1612529913, token: [-9034006343905203097, 7814020598469445350]
Found mc-5471754-big-TOC.txt: ts: [1612393194794535, 1612393195059747], max deletion ts: 1612479595, token: [-2177154095435175179, -2177154095435175179]
Found mc-5452747-big-TOC.txt: ts: [1612321179796830, 1612321179921026], max deletion ts: 1612407579, token: [-6054658768525634172, -6054658768525634172]
Found mc-5476650-big-TOC.txt: ts: [1612432668768280, 1612432701904373], max deletion ts: 1612519101, token: [-9000093910098572528, -1637051861862534477]
Found mc-5478054-big-TOC.txt: ts: [1612440027072481, 1612443244583943], max deletion ts: 1612529644, token: [-9040781812204242297, 9131357677776185321]
Found mc-5477428-big-TOC.txt: ts: [1612447298716416, 1612447335936413], max deletion ts: 1612533735, token: [-6033254729468315963, -4853041273065429203]
Found mc-5475521-big-TOC.txt: ts: [1612440075015552, 1612443557384558], max deletion ts: 1612529957, token: [-9005159491801430290, 9193993770268070899]
Found mc-5475742-big-TOC.txt: ts: [1612418329609686, 1612418374938563], max deletion ts: 1612504774, token: [5421705402123164300, 8794796052067466127]
Found mc-5475842-big-TOC.txt: ts: [1612429217082108, 1612432669379910], max deletion ts: 1612519069, token: [-9046887811016999929, 7936426024793973464]
Found mc-5471331-big-TOC.txt: ts: [1612382358364420, 1612382358427621], max deletion ts: 1612468758, token: [4131288443329867194, 4131288443329867194]
Found mc-5464247-big-TOC.txt: ts: [1612371787033635, 1612375161072321], max deletion ts: 1612461561, token: [-8993789411690983250, 8804287006310611394]
Found mc-5478433-big-TOC.txt: ts: [1612422022078022, 1612425567561153], max deletion ts: 1612511967, token: [-9002152798914697992, 9106784687119919509]
Found mc-5474298-big-TOC.txt: ts: [1612411060846290, 1612411157885289], max deletion ts: 1612497557, token: [-6550463499033899381, -929978034742145305]
Found mc-5474320-big-TOC.txt: ts: [1612421985728990, 1612421985930775], max deletion ts: 1612508385, token: [9193529665041374456, 9193529665041374456]
Found mc-5476892-big-TOC.txt: ts: [1612429371090164, 1612432603563298], max deletion ts: 1612519003, token: [-8814895259442626905, 8803190416709264733]
Found mc-5473619-big-TOC.txt: ts: [1612414869028870, 1612418327794747], max deletion ts: 1612504727, token: [-8876969058025075162, 9097139878232868733]
Found mc-5475554-big-TOC.txt: ts: [1612429127349845, 1612429127943506], max deletion ts: 1612515527, token: [1793472739110459985, 1793472739110459985]
Found mc-5475582-big-TOC.txt: ts: [1612425313898777, 1612425462944715], max deletion ts: 1612511862, token: [-650503564381463640, -46919163080474735]
Found mc-5468617-big-TOC.txt: ts: [1612375376112671, 1612378679658753], max deletion ts: 1612465079, token: [-8948106399495438787, 9196943268461107021]
Found mc-5474690-big-TOC.txt: ts: [1612421822522164, 1612421822941831], max deletion ts: 1612508222, token: [9102530109471897544, 9102530109471897544]
Found mc-5474814-big-TOC.txt: ts: [1612418268502282, 1612418279955493], max deletion ts: 1612504679, token: [-7572539575862657901, 5920162516081473906]
Found mc-5475174-big-TOC.txt: ts: [1612418458081994, 1612421654735565], max deletion ts: 1612508054, token: [-9040655697748527147, 9036586472752504455]
Found mc-5472557-big-TOC.txt: ts: [1612421976327653, 1612421989896093], max deletion ts: 1612508389, token: [-5586753557067797116, 5928730463098606114]
Found mc-5475311-big-TOC.txt: ts: [1612429216104801, 1612432779603633], max deletion ts: 1612519179, token: [-8930656537935972384, 9092425239543325277]
Found mc-5476560-big-TOC.txt: ts: [1612443672056331, 1612447135216219], max deletion ts: 1612533535, token: [-8975647286916294272, 9043477458500118938]
Found mc-5469772-big-TOC.txt: ts: [1612389588500993, 1612389589028684], max deletion ts: 1612475989, token: [7671341439532360721, 7671341439532360721]
Found mc-5473697-big-TOC.txt: ts: [1612429380060594, 1612432763553932], max deletion ts: 1612519163, token: [-9041055144966917496, 9198525593259986132]
Found mc-5472768-big-TOC.txt: ts: [1612418070337918, 1612418257932258], max deletion ts: 1612504657, token: [-6458133696703524604, 8795663146474979078]
Found mc-5460844-big-TOC.txt: ts: [1612357239031476, 1612360697840577], max deletion ts: 1612447097, token: [-9041668113058983066, 9197919166145369937]
Found mc-5454487-big-TOC.txt: ts: [1612335604057761, 1612339199552570], max deletion ts: 1612425599, token: [-8999866510222550257, 6902253215176364465]
Found mc-5475719-big-TOC.txt: ts: [1612432883065963, 1612436275195355], max deletion ts: 1612522675, token: [-7133896881794467019, 8957373084083312814]
Found mc-5480403-big-TOC.txt: ts: [1612436256597511, 1612436295934848], max deletion ts: 1612522695, token: [-3664457534482533770, 2964621451022465915]
Found mc-5473035-big-TOC.txt: ts: [1612385997628288, 1612385998126010], max deletion ts: 1612472398, token: [-4403290715316509928, -4403290715316509928]
Found mc-5478910-big-TOC.txt: ts: [1612440020117571, 1612443489409430], max deletion ts: 1612529889, token: [-8989734099487287873, 9137202539730189756]
Found mc-5476653-big-TOC.txt: ts: [1612436464063063, 1612439934182861], max deletion ts: 1612526334, token: [-8989944292922537203, 9037952411483486543]
Found mc-5466243-big-TOC.txt: ts: [1612360891010788, 1612364257551341], max deletion ts: 1612450657, token: [-8974195185870293227, 9102976669448579708]
Found mc-5474229-big-TOC.txt: ts: [1612421942187727, 1612421991907610], max deletion ts: 1612508391, token: [-7517310102801622140, 7817266306977314619]
Found mc-5479575-big-TOC.txt: ts: [1612425650087741, 1612429105895754], max deletion ts: 1612515505, token: [-8947248357271458279, 9103005841391770168]
Found mc-5474601-big-TOC.txt: ts: [1612422024101769, 1612425560178266], max deletion ts: 1612511960, token: [-8229005660226952983, 7930036483954183130]
Found mc-5479321-big-TOC.txt: ts: [1612432504589014, 1612432538970612], max deletion ts: 1612518938, token: [-4831819406229788260, -3107086031146738264]
Found mc-5478654-big-TOC.txt: ts: [1612443602090038, 1612447118477133], max deletion ts: 1612533518, token: [-8829079241063292319, 9198640407914035823]
Found mc-5454019-big-TOC.txt: ts: [1612332128053141, 1612335322627275], max deletion ts: 1612421722, token: [-9004272332358720898, 9136286614443123069]
Found mc-5471443-big-TOC.txt: ts: [1612422027067223, 1612425494199062], max deletion ts: 1612511894, token: [-9036069453633001146, 9100097666997461760]
Found mc-5476946-big-TOC.txt: ts: [1612439861377436, 1612439938970704], max deletion ts: 1612526338, token: [-6033742569995458929, 7206571534905280078]
Found mc-5480221-big-TOC.txt: ts: [1612436402083078, 1612439883945314], max deletion ts: 1612526283, token: [-8975284795011450193, 8800707075273960837]
Found mc-5476572-big-TOC.txt: ts: [1612447233541838, 1612447245892889], max deletion ts: 1612533645, token: [3742665536948540171, 9133545561701951929]
Found mc-5476912-big-TOC.txt: ts: [1612440024057628, 1612443461439038], max deletion ts: 1612529861, token: [-9005476496124647450, 8283772897417618494]
Found mc-5480967-big-TOC.txt: ts: [1612436429100256, 1612439853885841], max deletion ts: 1612526253, token: [-8816549870193425763, 9044613465636347206]
Found mc-5475002-big-TOC.txt: ts: [1612422143093104, 1612425304689031], max deletion ts: 1612511704, token: [-9037879691202383794, 9111546490220153292]
Found mc-5475117-big-TOC.txt: ts: [1612429177319426, 1612429177942952], max deletion ts: 1612515577, token: [6106030134611167436, 6106030134611167436]
Found mc-5478992-big-TOC.txt: ts: [1612447202053153, 1612447314916734], max deletion ts: 1612533714, token: [-8697780437133691531, 9046302322895660104]
Found mc-5475680-big-TOC.txt: ts: [1612421970110561, 1612421997935389], max deletion ts: 1612508397, token: [-7526747896541997810, 5641746823620277378]
Found mc-5477804-big-TOC.txt: ts: [1612439958913616, 1612439959001583], max deletion ts: 1612526358, token: [-6743241631912733662, -6743241631912733662]
Found mc-5463781-big-TOC.txt: ts: [1612353622102803, 1612357153463149], max deletion ts: 1612443553, token: [-9033816235194392740, 9192412262072129835]
Found mc-5473428-big-TOC.txt: ts: [1612425335759298, 1612425405910936], max deletion ts: 1612511805, token: [-7736878590427931682, -2400155102256829502]
Found mc-5475645-big-TOC.txt: ts: [1612432715893296, 1612432718967126], max deletion ts: 1612519118, token: [-50425149151667178, 836757232195659017]
Found mc-5458637-big-TOC.txt: ts: [1612353662061990, 1612357162429703], max deletion ts: 1612443562, token: [-8982710493407642704, 8761495093908580100]
Found mc-5475922-big-TOC.txt: ts: [1612421956825408, 1612421956885702], max deletion ts: 1612508356, token: [-3274600621084040025, -3274600621084040025]
Found mc-5478783-big-TOC.txt: ts: [1612418432060272, 1612421796610336], max deletion ts: 1612508196, token: [-9001370886153209957, 8774170285456212962]
Found mc-5478346-big-TOC.txt: ts: [1612436546082116, 1612439999273414], max deletion ts: 1612526399, token: [-9003084713163579161, 9110284453136808787]
Found mc-5476548-big-TOC.txt: ts: [1612447135215322, 1612447233541706], max deletion ts: 1612533633, token: [-7439836765788203969, 3742665536948540171]
Found mc-5477459-big-TOC.txt: ts: [1612443644063449, 1612447153821304], max deletion ts: 1612533553, token: [-8975687530644617005, 9196052487650334737]
Found mc-5473757-big-TOC.txt: ts: [1612432763553712, 1612432792926781], max deletion ts: 1612519192, token: [-4956416757214796761, 5289148714660906221]
Found mc-5482083-big-TOC.txt: ts: [1612443670107563, 1612447095350223], max deletion ts: 1612533495, token: [-8456617310026400092, 9102915543488572520]
Found mc-5477686-big-TOC.txt: ts: [1612433051032317, 1612436339502198], max deletion ts: 1612522739, token: [-8971716046275568906, 6511481949127790373]
Found mc-5476300-big-TOC.txt: ts: [1612436478095253, 1612439881935964], max deletion ts: 1612526281, token: [-9032378654923929196, 9044938896341814620]
Found mc-5474661-big-TOC.txt: ts: [1612425560186281, 1612425561011200], max deletion ts: 1612511961, token: [-6387203791027326862, -6387203791027326862]
Found mc-5456287-big-TOC.txt: ts: [1612353512621704, 1612353593950277], max deletion ts: 1612439993, token: [-3293926863505172385, 1867462758225070369]
Found mc-5472691-big-TOC.txt: ts: [1612436394443337, 1612436394966941], max deletion ts: 1612522794, token: [-4775393936026138726, -4775393936026138726]
Found mc-5474483-big-TOC.txt: ts: [1612425367205840, 1612425485011659], max deletion ts: 1612511885, token: [3607031722047152422, 7926034565601574675]
Found mc-5453731-big-TOC.txt: ts: [1612331785765512, 1612331957897573], max deletion ts: 1612418357, token: [-8932205846504852955, 9136172150758469213]
Found mc-5475264-big-TOC.txt: ts: [1612436477145589, 1612439994745052], max deletion ts: 1612526394, token: [-8939560260814665310, 9196595662647570175]
Found mc-5454079-big-TOC.txt: ts: [1612335322627586, 1612335405945264], max deletion ts: 1612421805, token: [1844938476204114478, 4497234232254953082]
Found mc-5479299-big-TOC.txt: ts: [1612425571766913, 1612425585893874], max deletion ts: 1612511985, token: [-8217745090866788599, 3554491427430709459]
Found mc-5454547-big-TOC.txt: ts: [1612339199551971, 1612339199979843], max deletion ts: 1612425599, token: [6037615814670789079, 6037615814670789079]
Found mc-5454907-big-TOC.txt: ts: [1612339200055634, 1612342641315489], max deletion ts: 1612429041, token: [-9044775029114840649, 9127040541869229697]
Found mc-5474232-big-TOC.txt: ts: [1612432741364625, 1612432741915172], max deletion ts: 1612519141, token: [2454768036906409398, 2454768036906409398]
Found mc-5474083-big-TOC.txt: ts: [1612447277293838, 1612447293374970], max deletion ts: 1612533693, token: [-3082250415241314291, 4663990133193166811]
Found mc-5476016-big-TOC.txt: ts: [1612425544264524, 1612425545014091], max deletion ts: 1612511945, token: [-8139440968504125362, -8139440968504125362]
Found mc-5471203-big-TOC.txt: ts: [1612421872800760, 1612421872924537], max deletion ts: 1612508272, token: [-7013938780017311628, -7013938780017311628]
Found mc-5477416-big-TOC.txt: ts: [1612447246481262, 1612447298718924], max deletion ts: 1612533698, token: [-7514907401963324625, -6033254729468315963]
Found mc-5476990-big-TOC.txt: ts: [1612425609060335, 1612429128778006], max deletion ts: 1612515528, token: [-9003264579896562252, 9191133599101126484]
Found mc-5474837-big-TOC.txt: ts: [1612436416080282, 1612439935965509], max deletion ts: 1612526335, token: [-8833848371444713283, 8964319879363681438]
Found mc-5475585-big-TOC.txt: ts: [1612429282087019, 1612432715893090], max deletion ts: 1612519115, token: [-8972060166239318645, 9127976291870019305]
Found mc-5477781-big-TOC.txt: ts: [1612447179579386, 1612447269886208], max deletion ts: 1612533669, token: [6187154551114090871, 6853628182548049369]
Found mc-5473277-big-TOC.txt: ts: [1612429024394126, 1612429097928613], max deletion ts: 1612515497, token: [-6775813708334755184, 2533039475847526893]
Found mc-5469806-big-TOC.txt: ts: [1612386164103425, 1612389396610112], max deletion ts: 1612475796, token: [-8947662181282585723, 9098115047207370171]
Found mc-5476318-big-TOC.txt: ts: [1612425468292099, 1612425469012317], max deletion ts: 1612511869, token: [629801609256139580, 629801609256139580]
Found mc-5481169-big-TOC.txt: ts: [1612443604057836, 1612447049627945], max deletion ts: 1612533449, token: [-8939134320477145521, 8287211490825472476]
Found mc-5472631-big-TOC.txt: ts: [1612432889034221, 1612436394442912], max deletion ts: 1612522794, token: [-9031267053822092524, 8802742465741380572]
Found mc-5480833-big-TOC.txt: ts: [1612443523500737, 1612443541904237], max deletion ts: 1612529941, token: [1932477231119979900, 5598578799207925939]
Found mc-5474172-big-TOC.txt: ts: [1612429275105376, 1612432741361442], max deletion ts: 1612519141, token: [-8984639849553517790, 9200909961576863434]
Found mc-5472989-big-TOC.txt: ts: [1612425520807028, 1612425520937258], max deletion ts: 1612511920, token: [2375537476343187156, 2375537476343187156]
Found mc-5474071-big-TOC.txt: ts: [1612443640059536, 1612446886905457], max deletion ts: 1612533286, token: [-9035806610682849839, 9090964540268820214]
Found mc-5474771-big-TOC.txt: ts: [1612428963261762, 1612429071977349], max deletion ts: 1612515471, token: [3499248796148551053, 4354647482196394299]
Found mc-5476713-big-TOC.txt: ts: [1612439934180763, 1612439934964451], max deletion ts: 1612526334, token: [1836507634377118036, 1836507634377118036]
Found mc-5476952-big-TOC.txt: ts: [1612432603563493, 1612432636918144], max deletion ts: 1612519036, token: [732900837281440474, 7402619065501285316]
Found mc-5476050-big-TOC.txt: ts: [1612429068264096, 1612429069013965], max deletion ts: 1612515469, token: [3213544724545705249, 3213544724545705249]
Found mc-5455267-big-TOC.txt: ts: [1612346348797436, 1612346348905876], max deletion ts: 1612432748, token: [-2235621914219849801, -2235621914219849801]
Found mc-5473800-big-TOC.txt: ts: [1612429167855400, 1612429177013845], max deletion ts: 1612515577, token: [-5890411075638794198, 2531182899057420146]
Found mc-5472598-big-TOC.txt: ts: [1612393148728176, 1612393149064800], max deletion ts: 1612479549, token: [-2837898453237580800, -2837898453237580800]
Found mc-5468619-big-TOC.txt: ts: [1612375163806976, 1612375164084300], max deletion ts: 1612461564, token: [2734852616975900647, 2734852616975900647]
Found mc-5476370-big-TOC.txt: ts: [1612432827067558, 1612436277821201], max deletion ts: 1612522677, token: [-9037651138791585318, 8566932070812948998]
Found mc-5471789-big-TOC.txt: ts: [1612410616828023, 1612411062938026], max deletion ts: 1612497462, token: [-8824810010993054931, 6500863034455121761]
Found mc-5462849-big-TOC.txt: ts: [1612371639065899, 1612375139660314], max deletion ts: 1612461539, token: [-7523398872895035386, 9135236898603301642]
Found mc-5465404-big-TOC.txt: ts: [1612375263069141, 1612378747094634], max deletion ts: 1612465147, token: [-8983036890814579592, 8792736328835046053]
Found mc-5478406-big-TOC.txt: ts: [1612439999272813, 1612439999958510], max deletion ts: 1612526399, token: [4507467787199761116, 4507467787199761116]
Found mc-5479462-big-TOC.txt: ts: [1612447237651408, 1612447337589020], max deletion ts: 1612533737, token: [2751309959628674225, 6507092627922969539]
Found mc-5459839-big-TOC.txt: ts: [1612368077047145, 1612371550611088], max deletion ts: 1612457950, token: [-9031519506883976335, 8762346512096655230]
Found mc-5480281-big-TOC.txt: ts: [1612439883942928, 1612439883946564], max deletion ts: 1612526283, token: [-4250753423743605220, -4250753423743605220]
Found mc-5461596-big-TOC.txt: ts: [1612364412091717, 1612367814769881], max deletion ts: 1612454214, token: [-8984405656197229448, 9133493586052640887]
Found mc-5475276-big-TOC.txt: ts: [1612436278199212, 1612436278949338], max deletion ts: 1612522678, token: [-6165170502376544209, -6165170502376544209]
Found mc-5479004-big-TOC.txt: ts: [1612447106290726, 1612447106998513], max deletion ts: 1612533506, token: [-3104451372365289574, -3104451372365289574]
Found mc-5474249-big-TOC.txt: ts: [1612432851032161, 1612436246102226], max deletion ts: 1612522646, token: [-8883636691005952192, 9135439994997347921]
Found mc-5477302-big-TOC.txt: ts: [1612429261078737, 1612432777594344], max deletion ts: 1612519177, token: [-9043716457247561779, 8767926622895559075]
Found mc-5477744-big-TOC.txt: ts: [1612436475071978, 1612439958916811], max deletion ts: 1612526358, token: [-8990663804469002539, 7866361045362341672]
Found mc-5460873-big-TOC.txt: ts: [1612357336081611, 1612360799794172], max deletion ts: 1612447199, token: [-8697346549109807166, 9127899304293783466]
Found mc-5478114-big-TOC.txt: ts: [1612443244584116, 1612443244922938], max deletion ts: 1612529644, token: [5231290130252543415, 5231290130252543415]
Found mc-5476161-big-TOC.txt: ts: [1612432894103290, 1612436221408989], max deletion ts: 1612522621, token: [-9044001082730713623, 9137020812265661014]
Found mc-5476049-big-TOC.txt: ts: [1612447029666030, 1612447034965250], max deletion ts: 1612533434, token: [-5586851681285052956, 5001136446801248280]
Found mc-5476602-big-TOC.txt: ts: [1612429328045631, 1612432668768848], max deletion ts: 1612519068, token: [-9045389824944105821, 9198865852345430600]
Found mc-5466723-big-TOC.txt: ts: [1612364494092809, 1612367926534794], max deletion ts: 1612454326, token: [-9006067530207405775, 9138957828053991607]
Found mc-5479741-big-TOC.txt: ts: [1612436232535643, 1612436232898770], max deletion ts: 1612522632, token: [3941075691820827784, 3941075691820827784]
Found mc-5473009-big-TOC.txt: ts: [1612389568606964, 1612389569021307], max deletion ts: 1612475969, token: [9043618195120088636, 9043618195120088636]
Found mc-5481015-big-TOC.txt: ts: [1612439853886336, 1612439969008251], max deletion ts: 1612526369, token: [-8019748423514610051, -993930740238566686]
Found mc-5477404-big-TOC.txt: ts: [1612443668082214, 1612447086234174], max deletion ts: 1612533486, token: [-9005594500420107809, 9040342573790278709]
Found mc-5468590-big-TOC.txt: ts: [1612378831119882, 1612382390253100], max deletion ts: 1612468790, token: [-7134398407424807168, 9110044686587098723]
Found mc-5479635-big-TOC.txt: ts: [1612429105896146, 1612429138921806], max deletion ts: 1612515538, token: [-5664055879176354397, 2365748587313118363]
Found mc-5460539-big-TOC.txt: ts: [1612353730103991, 1612357187827481], max deletion ts: 1612443587, token: [-8935420151262651701, 8759457154393806483]
Found mc-5477366-big-TOC.txt: ts: [1612440147068369, 1612443483432569], max deletion ts: 1612529883, token: [-9037739894037768232, 8954128186598854148]
Found mc-5477373-big-TOC.txt: ts: [1612443459695316, 1612443561950416], max deletion ts: 1612529961, token: [5646671220873674603, 9195238262203300565]
Found mc-5477087-big-TOC.txt: ts: [1612443532607866, 1612443589917776], max deletion ts: 1612529989, token: [-572110380414147979, 6908187606861551247]
Found mc-5477610-big-TOC.txt: ts: [1612436423104823, 1612439967428411], max deletion ts: 1612526367, token: [-8838165474072193517, 8059542293616209955]
Found mc-5481193-big-TOC.txt: ts: [1612447267688272, 1612447362191790], max deletion ts: 1612533762, token: [-1899962022646380667, 5927267284930489707]
Found mc-5473615-big-TOC.txt: ts: [1612440376061294, 1612443332621613], max deletion ts: 1612529732, token: [-8491030409112727847, 8289535697032676673]
Found mc-5479261-big-TOC.txt: ts: [1612429617078580, 1612432504589052], max deletion ts: 1612518904, token: [-8015895637839945110, 6508198266452958623]
Found mc-5477312-big-TOC.txt: ts: [1612436334541251, 1612436334964531], max deletion ts: 1612522734, token: [5628212880104850894, 5628212880104850894]
Found mc-5465077-big-TOC.txt: ts: [1612360805078393, 1612364357322296], max deletion ts: 1612450757, token: [-9047191302525622759, 9192286068746688017]
Found mc-5454967-big-TOC.txt: ts: [1612342641314411, 1612342677936828], max deletion ts: 1612429077, token: [-7126272085657402167, -6959756678604133425]
Found mc-5477793-big-TOC.txt: ts: [1612443656090541, 1612447179579248], max deletion ts: 1612533579, token: [-8832372090321337413, 8794628420684957628]
Found mc-5477670-big-TOC.txt: ts: [1612439967428103, 1612439967946981], max deletion ts: 1612526367, token: [628361009258973507, 628361009258973507]
Found mc-5461660-big-TOC.txt: ts: [1612360800115391, 1612364378719365], max deletion ts: 1612450778, token: [-9005412509814055732, 8288133492760147803]
Found mc-5475779-big-TOC.txt: ts: [1612436275196438, 1612436361975013], max deletion ts: 1612522761, token: [4687956390752739571, 7408150511510093948]
Found mc-5474897-big-TOC.txt: ts: [1612439935964981, 1612439990965586], max deletion ts: 1612526390, token: [-6766663750608310283, -4771865209993765293]
Found mc-5459609-big-TOC.txt: ts: [1612360507833675, 1612360714971067], max deletion ts: 1612447114, token: [-7135962539840305630, 2740436961726458680]
Found mc-5474297-big-TOC.txt: ts: [1612436246101686, 1612436246971703], max deletion ts: 1612522646, token: [-7149836036888736773, -7149836036888736773]
Found mc-5479438-big-TOC.txt: ts: [1612447164694940, 1612447237654421], max deletion ts: 1612533637, token: [4485013073401646922, 6507092627922969539]
Found mc-5476068-big-TOC.txt: ts: [1612443513238338, 1612443513960851], max deletion ts: 1612529913, token: [617152800334735313, 617152800334735313]
Found mc-5461485-big-TOC.txt: ts: [1612360818105194, 1612364348635502], max deletion ts: 1612450748, token: [-8972146389234600395, 9136922308167608004]
Found mc-5473675-big-TOC.txt: ts: [1612443332616412, 1612443481951920], max deletion ts: 1612529881, token: [4497382716015359892, 7280642320238259071]
Found mc-5479450-big-TOC.txt: ts: [1612443690099507, 1612447164695221], max deletion ts: 1612533564, token: [-8998874410118487857, 8803834250932111573]
Found mc-5475371-big-TOC.txt: ts: [1612432779603842, 1612432779968095], max deletion ts: 1612519179, token: [-2558117423841897400, -2558117423841897400]
Found mc-5461698-big-TOC.txt: ts: [1612353670087788, 1612357079837942], max deletion ts: 1612443479, token: [-9000325056927387676, 9131189488740289186]
Found mc-5457511-big-TOC.txt: ts: [1612357218057653, 1612360700753286], max deletion ts: 1612447100, token: [-8982026888360610612, 9199063423600715468]
Found mc-5462204-big-TOC.txt: ts: [1612357306054052, 1612360621794469], max deletion ts: 1612447021, token: [-8139309435874247094, 7677407520390521157]
Found mc-5478970-big-TOC.txt: ts: [1612443489408160, 1612443489938881], max deletion ts: 1612529889, token: [-5080683890402240271, -5080683890402240271]
Found mc-5455735-big-TOC.txt: ts: [1612346438101751, 1612349872814535], max deletion ts: 1612436272, token: [-8941362409071342114, 9194612541975756061]
Found mc-5462363-big-TOC.txt: ts: [1612364467064518, 1612367983286093], max deletion ts: 1612454383, token: [-9003030835913306116, 9097058999174513176]
Found mc-5461562-big-TOC.txt: ts: [1612360784644970, 1612360785019464], max deletion ts: 1612447185, token: [4486576276638038792, 4486576276638038792]
Found mc-5457199-big-TOC.txt: ts: [1612357140614988, 1612357140900931], max deletion ts: 1612443540, token: [-7518336119317428384, -7518336119317428384]
Found mc-5456227-big-TOC.txt: ts: [1612350055104429, 1612353512621324], max deletion ts: 1612439912, token: [-8936715236332665514, 8951323122528324669]
Found mc-5478296-big-TOC.txt: ts: [1612440098053237, 1612443419696448], max deletion ts: 1612529819, token: [-9040160866726504936, 8776252575482231959]
Found mc-5463454-big-TOC.txt: ts: [1612360898131594, 1612364309488877], max deletion ts: 1612450709, token: [-8989822080869258358, 9038051000256710284]
Found mc-5460856-big-TOC.txt: ts: [1612357168538096, 1612357168981305], max deletion ts: 1612443568, token: [3604745227987151614, 3604745227987151614]
Found mc-5476221-big-TOC.txt: ts: [1612436221408796, 1612436360980679], max deletion ts: 1612522760, token: [4489076993320881465, 6844443460630889587]
Found mc-5476972-big-TOC.txt: ts: [1612443461436736, 1612443548943293], max deletion ts: 1612529948, token: [-8816209713787660610, 15037272582527211]
Found mc-5464453-big-TOC.txt: ts: [1612360788867784, 1612360789054493], max deletion ts: 1612447189, token: [-4412797632478805060, -4412797632478805060]
Found mc-5466661-big-TOC.txt: ts: [1612368102107439, 1612371245935950], max deletion ts: 1612457645, token: [-8934502130870126565, 9039362055314618973]
Found mc-5475336-big-TOC.txt: ts: [1612439994745018, 1612439995026695], max deletion ts: 1612526395, token: [7858809428572552559, 7858809428572552559]
Found mc-5476025-big-TOC.txt: ts: [1612447028290980, 1612447029658019], max deletion ts: 1612533429, token: [-3880083444257122960, -3857577974436989019]
Found mc-5466440-big-TOC.txt: ts: [1612378613464883, 1612378614009750], max deletion ts: 1612465014, token: [2651142811023807352, 2651142811023807352]
Found mc-5474504-big-TOC.txt: ts: [1612407399631880, 1612407510905752], max deletion ts: 1612493910, token: [-8981370677837181323, -3054765769138079041]
Found mc-5476360-big-TOC.txt: ts: [1612439881936239, 1612439881948819], max deletion ts: 1612526281, token: [2762474808329439112, 2762474808329439112]
Found mc-5475760-big-TOC.txt: ts: [1612436070477543, 1612436319909131], max deletion ts: 1612522719, token: [-8140988825625949295, -6226735476095321058]
Found mc-5477027-big-TOC.txt: ts: [1612440050098539, 1612443532611240], max deletion ts: 1612529932, token: [-8975797208067706934, 9196184681882982694]
Found mc-5456959-big-TOC.txt: ts: [1612353685102004, 1612357140615098], max deletion ts: 1612443540, token: [-8819564631570787918, 8793846066571933812]
Found mc-5461619-big-TOC.txt: ts: [1612360829082826, 1612364095609855], max deletion ts: 1612450495, token: [-8935315593807347168, 8777321501576505303]
Found mc-5461628-big-TOC.txt: ts: [1612353713084047, 1612357113160083], max deletion ts: 1612443513, token: [-8229547579104771347, 8956494898896534516]
Found mc-5477058-big-TOC.txt: ts: [1612436338594752, 1612436391945863], max deletion ts: 1612522791, token: [-4262331263523551683, 3573818336124980176]
Found mc-5475581-big-TOC.txt: ts: [1612443557383599, 1612443557917534], max deletion ts: 1612529957, token: [-4663610966252187690, -4663610966252187690]
Found mc-5462400-big-TOC.txt: ts: [1612368098100219, 1612371595235598], max deletion ts: 1612457995, token: [-8948305159440288934, 9088386964673538312]
Found mc-5477414-big-TOC.txt: ts: [1612443483433791, 1612443483912788], max deletion ts: 1612529883, token: [-8218126338565972044, -8218126338565972044]
Found mc-5463488-big-TOC.txt: ts: [1612364402113386, 1612367955961110], max deletion ts: 1612454355, token: [-8972648001324573246, 9199689329474655556]
Found mc-5465705-big-TOC.txt: ts: [1612378934110609, 1612382363195502], max deletion ts: 1612468763, token: [-8941940204886418366, 9103972067497598026]
Found mc-5474059-big-TOC.txt: ts: [1612446886903420, 1612447277295720], max deletion ts: 1612533677, token: [-3082250415241314291, 5420660614494311411]
Found mc-5462423-big-TOC.txt: ts: [1612367983273669, 1612367983971291], max deletion ts: 1612454383, token: [1895855529081294635, 1895855529081294635]
Found mc-5477392-big-TOC.txt: ts: [1612447086230928, 1612447246480871], max deletion ts: 1612533646, token: [-7514907401963324625, -92921768341714594]
Found mc-5461676-big-TOC.txt: ts: [1612357113160174, 1612357113987388], max deletion ts: 1612443513, token: [-6455101733786213203, -6455101733786213203]
Found mc-5465595-big-TOC.txt: ts: [1612357254095341, 1612360789340533], max deletion ts: 1612447189, token: [-8834752113791143687, 9111935849682923803]
Found mc-5459280-big-TOC.txt: ts: [1612357156210695, 1612357157022203], max deletion ts: 1612443557, token: [8768702849411160882, 8768702849411160882]
Found mc-5459059-big-TOC.txt: ts: [1612364409038877, 1612367969698413], max deletion ts: 1612454369, token: [-8999721049662330895, 9041386684432545108]
Found mc-5476319-big-TOC.txt: ts: [1612439932862948, 1612439978966587], max deletion ts: 1612526378, token: [-6129704760640818493, 648388456052448916]
Found mc-5481627-big-TOC.txt: ts: [1612443408836244, 1612443409016476], max deletion ts: 1612529809, token: [5081289730894695590, 5081289730894695590]
Found mc-5478086-big-TOC.txt: ts: [1612443652056286, 1612447123818283], max deletion ts: 1612533523, token: [-9033386003752980035, 8963123849936476911]
Found mc-5459220-big-TOC.txt: ts: [1612353653022240, 1612357156223175], max deletion ts: 1612443556, token: [-9047576158448743079, 9192034781118540653]
Found mc-5471721-big-TOC.txt: ts: [1612396725662958, 1612396725949882], max deletion ts: 1612483125, token: [2962287024408020225, 2962287024408020225]
Found mc-5478074-big-TOC.txt: ts: [1612447123811366, 1612447283603794], max deletion ts: 1612533683, token: [-6151117390157669147, 8963123849936476911]
Found mc-5462930-big-TOC.txt: ts: [1612364689083092, 1612367988775599], max deletion ts: 1612454388, token: [-9006359938895227161, 9192800237721618397]
Found mc-5455795-big-TOC.txt: ts: [1612349872814914, 1612349873003284], max deletion ts: 1612436273, token: [7929064005741944130, 7929064005741944130]
Found mc-5460425-big-TOC.txt: ts: [1612360844047670, 1612364311027353], max deletion ts: 1612450711, token: [-8982551482777900977, 9135550705022744088]
Found mc-5463244-big-TOC.txt: ts: [1612368094108498, 1612371566865376], max deletion ts: 1612457966, token: [-9037190216111904384, 9202722834400728516]
Found mc-5460758-big-TOC.txt: ts: [1612353652057805, 1612356985848516], max deletion ts: 1612443385, token: [-9001793290931507798, 8760593329554499974]
Found mc-5461007-big-TOC.txt: ts: [1612357469082280, 1612360781267048], max deletion ts: 1612447181, token: [-8228083311935131011, 8286256441358002909]
Found mc-5480773-big-TOC.txt: ts: [1612440089084966, 1612443523500449], max deletion ts: 1612529923, token: [-8993227362978925531, 9093334426522878477]
Found mc-5466783-big-TOC.txt: ts: [1612367926534603, 1612367926971597], max deletion ts: 1612454326, token: [5540689049605397058, 5540689049605397058]
Found mc-5467515-big-TOC.txt: ts: [1612368129083822, 1612371577438063], max deletion ts: 1612457977, token: [-8461104845210355969, 9112213523530564968]
Found mc-5462325-big-TOC.txt: ts: [1612367936809423, 1612367936971095], max deletion ts: 1612454336, token: [5290924305199902155, 5290924305199902155]
Found mc-5462238-big-TOC.txt: ts: [1612357281082962, 1612360747255200], max deletion ts: 1612447147, token: [-8995757380212526007, 9131183302884887883]
Found mc-5461732-big-TOC.txt: ts: [1612364378719506, 1612364379024490], max deletion ts: 1612450779, token: [6504829107312122981, 6504829107312122981]
Found mc-5462265-big-TOC.txt: ts: [1612364533082224, 1612367936818044], max deletion ts: 1612454336, token: [-9048520568360399303, 9046744757365010370]
Found mc-5460587-big-TOC.txt: ts: [1612357187822886, 1612357190995471], max deletion ts: 1612443590, token: [-7116034750714861290, -3846236663445396925]
Found mc-5462842-big-TOC.txt: ts: [1612357211104762, 1612360705491988], max deletion ts: 1612447105, token: [-8719396200287500707, 8200526482780546882]
Found mc-5461691-big-TOC.txt: ts: [1612364095610303, 1612364095963721], max deletion ts: 1612450495, token: [-756704535908892019, -756704535908892019]
Found mc-5461061-big-TOC.txt: ts: [1612367987522897, 1612367987963965], max deletion ts: 1612454387, token: [650541126619046504, 650541126619046504]
Found mc-5458685-big-TOC.txt: ts: [1612357162429891, 1612357163026390], max deletion ts: 1612443563, token: [-7145232799964893712, -7145232799964893712]
Found mc-5460818-big-TOC.txt: ts: [1612356985847724, 1612357037987624], max deletion ts: 1612443437, token: [-5894120072415185379, 5828540831586981512]
Found mc-5461067-big-TOC.txt: ts: [1612360781298165, 1612360781986949], max deletion ts: 1612447181, token: [-2337549786648341818, -2337549786648341818]
Found mc-5462500-big-TOC.txt: ts: [1612364431034505, 1612367977923263], max deletion ts: 1612454377, token: [-7528461882470372518, 9202605916531242026]
Found mc-5476061-big-TOC.txt: ts: [1612447109065097, 1612447155510310], max deletion ts: 1612533555, token: [627999082021492991, 8180478213650993431]
Found mc-5462242-big-TOC.txt: ts: [1612357069416552, 1612357069954209], max deletion ts: 1612443469, token: [1841585330027152806, 1841585330027152806]
Found mc-5465962-big-TOC.txt: ts: [1612371674105273, 1612375084697851], max deletion ts: 1612461484, token: [-9039184812376878590, 9200319752484401636]
Found mc-5464482-big-TOC.txt: ts: [1612368018106247, 1612371445650051], max deletion ts: 1612457845, token: [-9040927018277224588, 9198922091706465464]
Found mc-5463841-big-TOC.txt: ts: [1612357153470649, 1612357153939164], max deletion ts: 1612443553, token: [3742974642540364329, 3742974642540364329]
Found mc-5467563-big-TOC.txt: ts: [1612371577426590, 1612371577987368], max deletion ts: 1612457977, token: [7666347664567722848, 7666347664567722848]
Found mc-5459119-big-TOC.txt: ts: [1612367969697734, 1612367969949215], max deletion ts: 1612454369, token: [-6230193679633831335, -6230193679633831335]
Found mc-5463674-big-TOC.txt: ts: [1612368003127659, 1612371567700902], max deletion ts: 1612457967, token: [-9037831773593901506, 9111643047907610856]
Found mc-5463213-big-TOC.txt: ts: [1612368014096191, 1612371538811944], max deletion ts: 1612457938, token: [-9048669119086175077, 8803704782365723728]
Found mc-5462560-big-TOC.txt: ts: [1612367977915788, 1612367977953771], max deletion ts: 1612454377, token: [6248254924182495297, 6248254924182495297]
Found mc-5462306-big-TOC.txt: ts: [1612360814112762, 1612364356598524], max deletion ts: 1612450756, token: [-9042314298043829268, 9197357925028800434]
Found mc-5464409-big-TOC.txt: ts: [1612375205104956, 1612378756077571], max deletion ts: 1612465156, token: [-8946655545442762253, 9045310356980698680]
Found mc-5461001-big-TOC.txt: ts: [1612364429078920, 1612367987522220], max deletion ts: 1612454387, token: [-8811417845505604769, 9036389655284912001]
Found mc-5461545-big-TOC.txt: ts: [1612364348635030, 1612364348964411], max deletion ts: 1612450748, token: [-4657673530537126240, -4657673530537126240]
Found mc-5461758-big-TOC.txt: ts: [1612357079838615, 1612357091993957], max deletion ts: 1612443491, token: [2947654948097799986, 5636318692934410737]
Found mc-5464393-big-TOC.txt: ts: [1612357248061918, 1612360788869554], max deletion ts: 1612447188, token: [-9002155283543392528, 9106913614475530777]
Found mc-5461502-big-TOC.txt: ts: [1612357226091451, 1612360784643934], max deletion ts: 1612447184, token: [-8947840406430410019, 8953946552044292278]
Found mc-5463570-big-TOC.txt: ts: [1612364493047131, 1612367976034436], max deletion ts: 1612454376, token: [-8883283462843446079, 9135625771694035132]
Found mc-5460084-big-TOC.txt: ts: [1612357219070755, 1612360731533906], max deletion ts: 1612447131, token: [-8988942295613893867, 8201383632702812292]
Found mc-5460904-big-TOC.txt: ts: [1612360697840042, 1612360697921560], max deletion ts: 1612447097, token: [-6015029607056955224, -6015029607056955224]
Found mc-5460828-big-TOC.txt: ts: [1612364377829031, 1612364377941298], max deletion ts: 1612450777, token: [-4377480754057159574, -4377480754057159574]
Found mc-5464396-big-TOC.txt: ts: [1612375146599795, 1612375147059966], max deletion ts: 1612461547, token: [-4961334527593985505, -4961334527593985505]
Found mc-5465670-big-TOC.txt: ts: [1612371620120583, 1612375104028122], max deletion ts: 1612461504, token: [-9004596651556266783, 9036812234683952040]
Found mc-5463006-big-TOC.txt: ts: [1612360832045083, 1612364380655372], max deletion ts: 1612450780, token: [-8815751217121618138, 9135645807627568214]
Found mc-5462921-big-TOC.txt: ts: [1612375139655484, 1612375140003985], max deletion ts: 1612461540, token: [1290072257343789290, 1290072257343789290]
Found mc-5461075-big-TOC.txt: ts: [1612371657109858, 1612375166001090], max deletion ts: 1612461566, token: [-8932245009568070763, 9194517227453252128]
Found mc-5457571-big-TOC.txt: ts: [1612360700750469, 1612360700966119], max deletion ts: 1612447100, token: [-4595287313661118788, -4595287313661118788]
Found mc-5465655-big-TOC.txt: ts: [1612360789340771, 1612360789964954], max deletion ts: 1612447189, token: [-2237054997216232130, -2237054997216232130]
Found mc-5462264-big-TOC.txt: ts: [1612360621793761, 1612360637020764], max deletion ts: 1612447037, token: [1827100862867913514, 1890279842895345379]
Found mc-5463514-big-TOC.txt: ts: [1612364309488483, 1612364309948721], max deletion ts: 1612450709, token: [-3747412465931268248, -3747412465931268248]
Found mc-5460768-big-TOC.txt: ts: [1612360906108714, 1612364377829862], max deletion ts: 1612450777, token: [-8975641143721882420, 8768509895296878670]
Found mc-5463722-big-TOC.txt: ts: [1612371567700994, 1612371567985972], max deletion ts: 1612457967, token: [-7443570386312244236, -7443570386312244236]
Found mc-5467620-big-TOC.txt: ts: [1612382412105496, 1612385957137081], max deletion ts: 1612472357, token: [-8984515849138900077, 8953172643415497469]
Found mc-5464113-big-TOC.txt: ts: [1612371659031691, 1612375010023911], max deletion ts: 1612461410, token: [-9003818322391884469, 9100978417540849171]
Found mc-5466721-big-TOC.txt: ts: [1612371245936441, 1612371245956277], max deletion ts: 1612457645, token: [-3755295087468415939, -3755295087468415939]
Found mc-5463630-big-TOC.txt: ts: [1612367976034881, 1612367976040575], max deletion ts: 1612454376, token: [-2249210638471694761, -2249210638471694761]
Found mc-5464174-big-TOC.txt: ts: [1612367995826665, 1612367995981375], max deletion ts: 1612454395, token: [6160496760054429942, 6160496760054429942]
Found mc-5462828-big-TOC.txt: ts: [1612364385563716, 1612364385945693], max deletion ts: 1612450785, token: [1165015197612076804, 1165015197612076804]
Found mc-5462298-big-TOC.txt: ts: [1612360747249288, 1612360747968450], max deletion ts: 1612447147, token: [1934514057234576718, 1934514057234576718]
Found mc-5460144-big-TOC.txt: ts: [1612360731534232, 1612360731914824], max deletion ts: 1612447131, token: [2972521662400603353, 2972521662400603353]
Found mc-5465988-big-TOC.txt: ts: [1612378845111579, 1612382345789912], max deletion ts: 1612468745, token: [-8993430899933917956, 8804865683565105123]
Found mc-5468547-big-TOC.txt: ts: [1612371614115093, 1612375163823594], max deletion ts: 1612461563, token: [-9032888471962117058, 9139163532442533451]
Found mc-5463066-big-TOC.txt: ts: [1612364380655822, 1612364381988996], max deletion ts: 1612450781, token: [-2087332160580930278, 3042386753668454252]
Found mc-5463002-big-TOC.txt: ts: [1612367988774289, 1612367988919572], max deletion ts: 1612454388, token: [2743777450709458864, 2743777450709458864]
Found mc-5462460-big-TOC.txt: ts: [1612371595236084, 1612371595961503], max deletion ts: 1612457995, token: [-3053420265870444617, -3053420265870444617]
Found mc-5464472-big-TOC.txt: ts: [1612371517630605, 1612371518004676], max deletion ts: 1612457918, token: [3556696827773954553, 3556696827773954553]
Found mc-5472167-big-TOC.txt: ts: [1612400388503047, 1612400389014030], max deletion ts: 1612486789, token: [-4377837275959656970, -4377837275959656970]
Found mc-5465149-big-TOC.txt: ts: [1612364357322990, 1612364357936362], max deletion ts: 1612450757, token: [7201794201477035750, 7201794201477035750]
Found mc-5462902-big-TOC.txt: ts: [1612360705492235, 1612360705921118], max deletion ts: 1612447105, token: [-1603732041190423163, -1603732041190423163]
Found mc-5464530-big-TOC.txt: ts: [1612371445646962, 1612371446006822], max deletion ts: 1612457846, token: [-7122145962132657474, -7122145962132657474]
Found mc-5463548-big-TOC.txt: ts: [1612367955960393, 1612367973010440], max deletion ts: 1612454373, token: [4457288880852588898, 4695973674344217541]
Found mc-5462354-big-TOC.txt: ts: [1612364356597349, 1612364356959683], max deletion ts: 1612450756, token: [-8011029669643454800, -8011029669643454800]
Found mc-5468690-big-TOC.txt: ts: [1612385946824088, 1612385947305795], max deletion ts: 1612472347, token: [-602569504127874140, -602569504127874140]
Found mc-5463811-big-TOC.txt: ts: [1612378811074736, 1612382313125052], max deletion ts: 1612468713, token: [-9004265251183474414, 9199069076373871100]
Found mc-5462359-big-TOC.txt: ts: [1612375425043592, 1612378793174157], max deletion ts: 1612465193, token: [-8936800601775581695, 9131688769574062684]
Found mc-5469534-big-TOC.txt: ts: [1612382536102036, 1612385922649818], max deletion ts: 1612472322, token: [-8946124282977965323, 7672206967263795216]
Found mc-5464646-big-TOC.txt: ts: [1612371631064872, 1612375162007148], max deletion ts: 1612461562, token: [-8983630529713787492, 9192849187432009226]
Found mc-5475385-big-TOC.txt: ts: [1612396781507887, 1612396781917119], max deletion ts: 1612483181, token: [-6223268138814308705, -6223268138814308705]
Found mc-5462768-big-TOC.txt: ts: [1612360828090882, 1612364385564070], max deletion ts: 1612450785, token: [-9040106251191796847, 9100590393425320556]
Found mc-5461644-big-TOC.txt: ts: [1612367814770043, 1612367838986005], max deletion ts: 1612454238, token: [-4760299622891862948, -1634688582037401950]
Found mc-5467561-big-TOC.txt: ts: [1612371608116628, 1612375137056927], max deletion ts: 1612461537, token: [-8979585984897980701, 9129529009073169821]
Found mc-5466303-big-TOC.txt: ts: [1612364257548192, 1612364257952104], max deletion ts: 1612450657, token: [-4074272030482727704, -4074272030482727704]
Found mc-5459911-big-TOC.txt: ts: [1612371550608270, 1612371551024274], max deletion ts: 1612457951, token: [-4320561085607482572, -4320561085607482572]
Found mc-5465881-big-TOC.txt: ts: [1612367952865789, 1612367953019541], max deletion ts: 1612454353, token: [-4854503369679452588, -4854503369679452588]
Found mc-5465157-big-TOC.txt: ts: [1612375272083460, 1612378714026755], max deletion ts: 1612465114, token: [-8458721700411336454, 9046704801932333710]
Found mc-5461877-big-TOC.txt: ts: [1612371528689736, 1612371528973889], max deletion ts: 1612457928, token: [4685828786373646061, 4685828786373646061]
Found mc-5469453-big-TOC.txt: ts: [1612389507724201, 1612389508148671], max deletion ts: 1612475908, token: [-5499859061994218356, -5499859061994218356]
Found mc-5465467-big-TOC.txt: ts: [1612382480098816, 1612385956088960], max deletion ts: 1612472356, token: [-8455033027368050845, 9104477363712807414]
Found mc-5471761-big-TOC.txt: ts: [1612382508195725, 1612385903303345], max deletion ts: 1612472303, token: [-9042815031128719652, 9106693590246019471]
Found mc-5465738-big-TOC.txt: ts: [1612375246120980, 1612378766042275], max deletion ts: 1612465166, token: [-9037923313736478410, 9192735668039563580]
Found mc-5469953-big-TOC.txt: ts: [1612396756440863, 1612396757048363], max deletion ts: 1612483157, token: [-6739965284958812238, -6739965284958812238]
Found mc-5463304-big-TOC.txt: ts: [1612371566859465, 1612371567039220], max deletion ts: 1612457967, token: [-426129926810767886, -426129926810767886]
Found mc-5469792-big-TOC.txt: ts: [1612393117961820, 1612393117985298], max deletion ts: 1612479517, token: [-2400118076251870923, -2400118076251870923]
Found mc-5468117-big-TOC.txt: ts: [1612389594478001, 1612389595167662], max deletion ts: 1612475995, token: [7874270811281506676, 7874270811281506676]
Found mc-5468181-big-TOC.txt: ts: [1612382416111341, 1612385987306736], max deletion ts: 1612472387, token: [-9035058193143842733, 8290319552888735163]
Found mc-5468214-big-TOC.txt: ts: [1612382359694040, 1612382360158438], max deletion ts: 1612468760, token: [5087013134204079903, 5087013134204079903]
Found mc-5465492-big-TOC.txt: ts: [1612375153677882, 1612375153982326], max deletion ts: 1612461553, token: [-7526967394720150041, -7526967394720150041]
Found mc-5472645-big-TOC.txt: ts: [1612403862326473, 1612403862975754], max deletion ts: 1612490262, token: [-1896996741807646114, -1896996741807646114]
Found mc-5466022-big-TOC.txt: ts: [1612375084685008, 1612375084977732], max deletion ts: 1612461484, token: [1638775311037721759, 1638775311037721759]
Found mc-5466537-big-TOC.txt: ts: [1612378832126909, 1612382374067303], max deletion ts: 1612468774, token: [-8823492132745041742, 8758738725390999777]
Found mc-5469987-big-TOC.txt: ts: [1612375529094789, 1612378790014929], max deletion ts: 1612465190, token: [-8812086213113228984, 9202291494244520456]
Found mc-5472005-big-TOC.txt: ts: [1612414676485382, 1612414778954900], max deletion ts: 1612501178, token: [-7483086280913813307, 1938570216478980073]
Found mc-5471930-big-TOC.txt: ts: [1612396675313858, 1612396676053062], max deletion ts: 1612483076, token: [3396480418533404304, 3396480418533404304]
Found mc-5458351-big-TOC.txt: ts: [1612360965087166, 1612364334399831], max deletion ts: 1612450734, token: [-8454824426127952064, 9136090427057019816]
Found mc-5476484-big-TOC.txt: ts: [1612429069619957, 1612429069911561], max deletion ts: 1612515469, token: [5074236664643034839, 5074236664643034839]
Found mc-5476073-big-TOC.txt: ts: [1612447155510850, 1612447158839465], max deletion ts: 1612533558, token: [-4668025271778302853, 627999082021492991]
Found mc-5469582-big-TOC.txt: ts: [1612385922642912, 1612385923183031], max deletion ts: 1612472323, token: [4217935380968722771, 4217935380968722771]
Found mc-5463191-big-TOC.txt: ts: [1612371539652027, 1612371540063214], max deletion ts: 1612457940, token: [-3035511509720064075, -3035511509720064075]
Found mc-5475902-big-TOC.txt: ts: [1612432669380230, 1612432669923401], max deletion ts: 1612519069, token: [1162850875265214551, 1162850875265214551]
Found mc-5472331-big-TOC.txt: ts: [1612432488802854, 1612432488885740], max deletion ts: 1612518888, token: [5929723575640183105, 5929723575640183105]
Found mc-5470797-big-TOC.txt: ts: [1612393054456611, 1612393055040087], max deletion ts: 1612479455, token: [2948744454774916214, 2948744454774916214]
Found mc-5477314-big-TOC.txt: ts: [1612429128778242, 1612429161910113], max deletion ts: 1612515561, token: [-7039742955970214915, -6733548020040176565]
Found mc-5473475-big-TOC.txt: ts: [1612414725838217, 1612414790896307], max deletion ts: 1612501190, token: [-7962518813913442344, -675665402873478575]
Found mc-5466380-big-TOC.txt: ts: [1612375227130054, 1612378613469025], max deletion ts: 1612465013, token: [-9031140648104518187, 8776195001343314258]
Found mc-5475531-big-TOC.txt: ts: [1612389635065583, 1612393135007576], max deletion ts: 1612479535, token: [-8942917575566911545, 8760831672516217428]
Found mc-5473255-big-TOC.txt: ts: [1612439951192899, 1612439951946638], max deletion ts: 1612526351, token: [-2708430051778300201, -2708430051778300201]
Found mc-5479681-big-TOC.txt: ts: [1612432806055049, 1612436232535301], max deletion ts: 1612522632, token: [-8457236842723996354, 8962569387439831597]
Found mc-5475522-big-TOC.txt: ts: [1612422259071976, 1612425313898601], max deletion ts: 1612511713, token: [-8824630310650768773, 9135726603953923772]
Found mc-5473930-big-TOC.txt: ts: [1612396871064271, 1612400331833368], max deletion ts: 1612486731, token: [-8881494936601158198, 9200364996382196084]
Found mc-5477374-big-TOC.txt: ts: [1612432777594148, 1612432777946238], max deletion ts: 1612519177, token: [2035216583515260194, 2035216583515260194]
Found mc-5462182-big-TOC.txt: ts: [1612353631033363, 1612357069416164], max deletion ts: 1612443469, token: [-8823180325129418188, 9195751486800774228]
Found mc-5478356-big-TOC.txt: ts: [1612443419692457, 1612443587944742], max deletion ts: 1612529987, token: [-4441816896311634816, -41907901533561814]
Found mc-5461449-big-TOC.txt: ts: [1612360799792451, 1612360799988199], max deletion ts: 1612447199, token: [-2703159124652547441, -2703159124652547441]
Found mc-5458879-big-TOC.txt: ts: [1612364334400122, 1612364335021827], max deletion ts: 1612450735, token: [3668639368392177243, 3668639368392177243]
Found mc-5478944-big-TOC.txt: ts: [1612443654099144, 1612447106290980], max deletion ts: 1612533506, token: [-8463506729776730594, 9109623717776898828]
Found mc-5473979-big-TOC.txt: ts: [1612418449082680, 1612421987335036], max deletion ts: 1612508387, token: [-8944179496722221812, 9038711821320353978]
Found mc-5482071-big-TOC.txt: ts: [1612447095352178, 1612447205297011], max deletion ts: 1612533605, token: [-5664071360304942765, 3509538450664771970]
Found mc-5463693-big-TOC.txt: ts: [1612371538812243, 1612371539033163], max deletion ts: 1612457939, token: [2728281206370999218, 2728281206370999218]
Found mc-5464412-big-TOC.txt: ts: [1612368058058198, 1612371517631267], max deletion ts: 1612457917, token: [-8945375682166761544, 9199673728511220848]
Found mc-5477447-big-TOC.txt: ts: [1612447153819820, 1612447212372851], max deletion ts: 1612533612, token: [715830357854150455, 8137857017389962178]
Found mc-5478642-big-TOC.txt: ts: [1612447118477322, 1612447206684826], max deletion ts: 1612533606, token: [-6388131369579949145, -618926615897408200]
Found mc-5481157-big-TOC.txt: ts: [1612447049626001, 1612447218216288], max deletion ts: 1612533618, token: [-8939134320477145521, 1846980750291237857]
Found mc-5469644-big-TOC.txt: ts: [1612382422118058, 1612385989069464], max deletion ts: 1612472389, token: [-8931884252802059269, 8767046889417998985]
Found expired SSTable mc-5451403-big-TOC.txt, 1612396797 < 1612443764
Found expired SSTable mc-5450515-big-TOC.txt, 1612393165 < 1612443764
Found expired SSTable mc-5453023-big-TOC.txt, 1612411194 < 1612443764
Found expired SSTable mc-5452075-big-TOC.txt, 1612400355 < 1612443764
Found expired SSTable mc-5450551-big-TOC.txt, 1612393165 < 1612443764
Found expired SSTable mc-5452687-big-TOC.txt, 1612407579 < 1612443764
Found expired SSTable mc-5452387-big-TOC.txt, 1612403556 < 1612443764
Found expired SSTable mc-5453335-big-TOC.txt, 1612414496 < 1612443764
Found expired SSTable mc-5451355-big-TOC.txt, 1612396796 < 1612443764
Found expired SSTable mc-5455207-big-TOC.txt, 1612432748 < 1612443764
Found expired SSTable mc-5453671-big-TOC.txt, 1612418185 < 1612443764
Found expired SSTable mc-5452135-big-TOC.txt, 1612400374 < 1612443764
Found expired SSTable mc-5452435-big-TOC.txt, 1612403682 < 1612443764
Found expired SSTable mc-5460304-big-TOC.txt, 1612443568 < 1612443764
Found expired SSTable mc-5453395-big-TOC.txt, 1612414760 < 1612443764
Found expired SSTable mc-5452747-big-TOC.txt, 1612407579 < 1612443764
Found expired SSTable mc-5454487-big-TOC.txt, 1612425599 < 1612443764
Found expired SSTable mc-5454019-big-TOC.txt, 1612421722 < 1612443764
Found expired SSTable mc-5463781-big-TOC.txt, 1612443553 < 1612443764
Found expired SSTable mc-5458637-big-TOC.txt, 1612443562 < 1612443764
Found expired SSTable mc-5456287-big-TOC.txt, 1612439993 < 1612443764
Found expired SSTable mc-5453731-big-TOC.txt, 1612418357 < 1612443764
Found expired SSTable mc-5454079-big-TOC.txt, 1612421805 < 1612443764
Found expired SSTable mc-5454547-big-TOC.txt, 1612425599 < 1612443764
Found expired SSTable mc-5454907-big-TOC.txt, 1612429041 < 1612443764
Found expired SSTable mc-5455267-big-TOC.txt, 1612432748 < 1612443764
Found expired SSTable mc-5460539-big-TOC.txt, 1612443587 < 1612443764
Found expired SSTable mc-5454967-big-TOC.txt, 1612429077 < 1612443764
Found expired SSTable mc-5461698-big-TOC.txt, 1612443479 < 1612443764
Found expired SSTable mc-5455735-big-TOC.txt, 1612436272 < 1612443764
Found expired SSTable mc-5457199-big-TOC.txt, 1612443540 < 1612443764
Found expired SSTable mc-5456227-big-TOC.txt, 1612439912 < 1612443764
Found expired SSTable mc-5460856-big-TOC.txt, 1612443568 < 1612443764
Found expired SSTable mc-5456959-big-TOC.txt, 1612443540 < 1612443764
Found expired SSTable mc-5461628-big-TOC.txt, 1612443513 < 1612443764
Found expired SSTable mc-5461676-big-TOC.txt, 1612443513 < 1612443764
Found expired SSTable mc-5459280-big-TOC.txt, 1612443557 < 1612443764
Found expired SSTable mc-5459220-big-TOC.txt, 1612443556 < 1612443764
Found expired SSTable mc-5455795-big-TOC.txt, 1612436273 < 1612443764
Found expired SSTable mc-5460758-big-TOC.txt, 1612443385 < 1612443764
Found expired SSTable mc-5460587-big-TOC.txt, 1612443590 < 1612443764
Found expired SSTable mc-5458685-big-TOC.txt, 1612443563 < 1612443764
Found expired SSTable mc-5460818-big-TOC.txt, 1612443437 < 1612443764
Found expired SSTable mc-5462242-big-TOC.txt, 1612443469 < 1612443764
Found expired SSTable mc-5463841-big-TOC.txt, 1612443553 < 1612443764
Found expired SSTable mc-5461758-big-TOC.txt, 1612443491 < 1612443764
Found expired SSTable mc-5462182-big-TOC.txt, 1612443469 < 1612443764
21099MB of disk space can eventually be reclaimed from all expired SSTables
SSTable mc-5472606-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472544-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471603-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472467-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472666-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477746-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472107-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471704-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473998-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477907-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466581-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470638-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473432-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472320-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472184-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466779-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468856-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474722-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473718-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475058-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470507-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472978-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468659-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473094-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477631-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468796-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475286-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470051-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471143-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472937-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474422-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477355-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471283-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474294-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471694-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473470-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469724-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470976-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477295-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473713-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478075-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469029-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470835-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475224-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468168-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466024-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471472-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471453-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476251-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463131-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473740-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471018-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468069-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473008-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465555-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472538-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469732-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477043-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469893-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473378-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473382-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474672-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466616-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471124-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473628-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474482-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471386-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473568-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473196-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470267-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474766-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472916-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474888-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468689-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470960-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476983-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471184-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473317-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473415-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466679-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471513-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466954-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470589-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476885-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469889-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472509-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475682-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470843-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478831-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476537-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472720-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471945-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470590-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475773-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474500-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469393-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5479251-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470548-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472180-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5467963-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473136-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474197-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476825-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478495-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473252-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472237-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472585-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469958-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474257-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468599-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476311-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475862-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476477-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472963-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477137-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470900-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475620-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472271-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468130-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472887-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475234-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471675-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473192-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473533-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477197-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469902-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475337-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472674-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473990-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476021-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475968-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469575-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474030-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473195-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474355-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471048-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472527-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473438-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473217-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474454-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475712-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473768-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476081-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472368-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476430-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473154-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478098-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474354-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471904-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477605-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471844-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469679-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472614-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472432-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464044-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465432-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464360-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478133-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471503-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478666-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472604-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470111-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471045-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463144-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474260-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468135-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478447-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472827-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473005-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470649-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472209-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5467418-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472957-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472297-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470327-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473068-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469910-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478073-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474238-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472856-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471656-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470737-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474058-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478493-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469089-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477317-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474120-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471851-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469739-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471661-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469091-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474423-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470985-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5479935-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469151-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471870-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474169-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5479995-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475990-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476998-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471532-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474456-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473530-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474180-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471090-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473026-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478805-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473377-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474514-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474095-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471326-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5459561-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473442-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472492-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473380-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474796-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472929-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475057-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478865-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471741-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5480343-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474782-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470608-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473778-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473295-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472244-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473773-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477252-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5481181-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470903-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472240-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475494-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5481567-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474560-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474992-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474948-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473679-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472149-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5467342-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477653-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474630-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465821-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469623-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477377-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477313-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475460-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464102-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476424-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473235-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474090-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476271-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464858-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478135-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473593-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461817-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476258-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474711-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476886-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475400-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468368-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470567-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474039-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473492-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471911-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474732-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476037-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474932-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475062-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475346-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468594-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473828-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476008-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471754-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476650-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478054-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477428-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475521-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475742-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475842-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471331-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464247-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478433-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474298-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474320-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476892-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473619-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475554-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475582-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468617-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474690-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474814-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475174-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472557-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475311-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476560-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469772-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473697-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472768-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5460844-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475719-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5480403-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473035-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478910-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476653-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466243-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474229-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5479575-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474601-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5479321-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478654-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471443-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476946-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5480221-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476572-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476912-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5480967-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475002-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475117-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478992-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475680-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477804-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473428-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475645-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475922-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478783-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478346-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476548-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477459-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473757-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5482083-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477686-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476300-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474661-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472691-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474483-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475264-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5479299-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474232-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474083-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476016-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471203-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477416-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476990-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474837-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475585-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477781-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473277-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469806-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476318-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5481169-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472631-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5480833-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474172-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472989-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474071-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474771-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476713-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476952-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476050-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473800-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472598-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468619-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476370-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471789-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462849-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465404-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478406-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5479462-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5459839-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5480281-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461596-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475276-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5479004-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474249-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477302-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477744-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5460873-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478114-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476161-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476049-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476602-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466723-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5479741-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473009-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5481015-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477404-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468590-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5479635-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477366-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477373-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477087-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477610-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5481193-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473615-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5479261-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477312-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465077-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477793-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477670-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461660-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475779-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474897-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5459609-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474297-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5479438-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476068-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461485-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473675-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5479450-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475371-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5457511-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462204-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478970-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462363-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461562-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478296-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463454-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476221-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476972-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464453-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466661-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475336-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476025-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466440-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474504-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476360-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475760-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477027-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461619-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477058-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475581-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462400-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477414-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463488-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465705-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5474059-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462423-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477392-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465595-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5459059-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476319-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5481627-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478086-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471721-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478074-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462930-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5460425-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463244-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461007-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5480773-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466783-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5467515-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462325-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462238-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461732-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462265-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462842-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461691-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461061-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461067-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462500-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476061-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465962-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464482-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5467563-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5459119-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463674-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463213-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462560-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462306-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464409-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461001-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461545-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464393-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461502-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463570-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5460084-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5460904-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5460828-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464396-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465670-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463006-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462921-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461075-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5457571-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465655-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462264-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463514-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5460768-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463722-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5467620-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464113-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466721-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463630-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464174-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462828-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462298-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5460144-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465988-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468547-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463066-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463002-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462460-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464472-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472167-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465149-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462902-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464530-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463548-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462354-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468690-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463811-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462359-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469534-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464646-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475385-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5462768-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461644-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5467561-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466303-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5459911-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465881-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465157-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461877-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469453-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465467-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471761-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465738-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469953-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463304-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469792-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468117-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468181-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5468214-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5465492-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472645-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466022-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466537-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469987-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472005-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5471930-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5458351-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476484-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5476073-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469582-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463191-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475902-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5472331-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5470797-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477314-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473475-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5466380-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475531-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473255-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5479681-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5475522-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473930-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477374-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478356-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5461449-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5458879-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478944-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5473979-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5482071-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5463693-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5464412-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5477447-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5478642-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5481157-big-TOC.txt overlaps with token range of expired SSTables
SSTable mc-5469644-big-TOC.txt overlaps with token range of expired SSTables
Blockers for expired SSTable mc-5451403-big-TOC.txt: None
Blockers for expired SSTable mc-5450515-big-TOC.txt: None
Blockers for expired SSTable mc-5453023-big-TOC.txt: None
Blockers for expired SSTable mc-5452075-big-TOC.txt: None
Blockers for expired SSTable mc-5450551-big-TOC.txt: None
Blockers for expired SSTable mc-5452687-big-TOC.txt: None
Blockers for expired SSTable mc-5452387-big-TOC.txt: None
Blockers for expired SSTable mc-5453335-big-TOC.txt: None
Blockers for expired SSTable mc-5451355-big-TOC.txt: None
Blockers for expired SSTable mc-5455207-big-TOC.txt: None
Blockers for expired SSTable mc-5453671-big-TOC.txt: None
Blockers for expired SSTable mc-5452135-big-TOC.txt: None
Blockers for expired SSTable mc-5452435-big-TOC.txt: None
Blockers for expired SSTable mc-5460304-big-TOC.txt: None
Blockers for expired SSTable mc-5453395-big-TOC.txt: None
Blockers for expired SSTable mc-5452747-big-TOC.txt: None
Blockers for expired SSTable mc-5454487-big-TOC.txt: None
Blockers for expired SSTable mc-5454019-big-TOC.txt: None
Blockers for expired SSTable mc-5463781-big-TOC.txt: None
Blockers for expired SSTable mc-5458637-big-TOC.txt: None
Blockers for expired SSTable mc-5456287-big-TOC.txt: None
Blockers for expired SSTable mc-5453731-big-TOC.txt: None
Blockers for expired SSTable mc-5454079-big-TOC.txt: None
Blockers for expired SSTable mc-5454547-big-TOC.txt: None
Blockers for expired SSTable mc-5454907-big-TOC.txt: None
Blockers for expired SSTable mc-5455267-big-TOC.txt: None
Blockers for expired SSTable mc-5460539-big-TOC.txt: None
Blockers for expired SSTable mc-5454967-big-TOC.txt: None
Blockers for expired SSTable mc-5461698-big-TOC.txt: None
Blockers for expired SSTable mc-5455735-big-TOC.txt: None
Blockers for expired SSTable mc-5457199-big-TOC.txt: None
Blockers for expired SSTable mc-5456227-big-TOC.txt: None
Blockers for expired SSTable mc-5460856-big-TOC.txt: None
Blockers for expired SSTable mc-5456959-big-TOC.txt: None
Blockers for expired SSTable mc-5461628-big-TOC.txt: None
Blockers for expired SSTable mc-5461676-big-TOC.txt: None
Blockers for expired SSTable mc-5459280-big-TOC.txt: None
Blockers for expired SSTable mc-5459220-big-TOC.txt: None
Blockers for expired SSTable mc-5455795-big-TOC.txt: None
Blockers for expired SSTable mc-5460758-big-TOC.txt: None
Blockers for expired SSTable mc-5460587-big-TOC.txt: None
Blockers for expired SSTable mc-5458685-big-TOC.txt: None
Blockers for expired SSTable mc-5460818-big-TOC.txt: None
Blockers for expired SSTable mc-5462242-big-TOC.txt: None
Blockers for expired SSTable mc-5463841-big-TOC.txt: None
Blockers for expired SSTable mc-5461758-big-TOC.txt: None
Blockers for expired SSTable mc-5462182-big-TOC.txt: None
21099MB of disk space can potentially be reclaimed now from expired SSTables with no blockers
0MB of disk space can eventually be reclaimed from expired SSTables with blockers

@raphaelsc
Copy link
Member

apparently nothing blocks your expired ssts (which amount to ~20G) from being deleted. there are sstables that overlap in token range, but they don't overlap in timestamp, so they're not considered blockers and shouldn't prevent deletion. i'll investigate this soon. by the time being, try restarting the node if possible as a compaction process will kick in on boot to make sure the sstables respect the TWCS invariant, allowing them to be efficiently deleted if expired.

@titer
Copy link
Author

titer commented Feb 4, 2021

Alright, thanks for your help!
I don't urgently need to reclaim space - that server has spare room to hold maybe a couple weeks - so please let me know if you think of any useful information I might gather while it is in that state.

@raphaelsc
Copy link
Member

Alright, thanks for your help!
I don't urgently need to reclaim space - that server has spare room to hold maybe a couple weeks - so please let me know if you think of any useful information I might gather while it is in that state.

how is it going with regards to space? i'd ask you to set compaction logging level to debug via nodetool.

please run my script again and share output

@eric-zattoo
Copy link

how is it going with regards to space?

Afraid I was a bit optimistic and I had to restart that node yesterday - but I do see the issue again on several other nodes already, and the logging level was already set to trace.

Here is the script output for one of those: disk usage has been increasing since Feb 6, with 282 GB of reclaimable space now -> 2021021201-scylla-sstable-status.txt

And the full logs for that node, covering Feb 5 to 12 -> 2021021200-scylla-twcs-stuck.txt.gz

@raphaelsc
Copy link
Member

raphaelsc commented Feb 12, 2021 via email

@titer
Copy link
Author

titer commented Feb 12, 2021

@raphaelsc
Copy link
Member

i do see some deleted sstables which weren't released yet, and those are taken into account when checking if an expired sstable can be purged. i'll investigate now why this is possibly happening.

@raphaelsc
Copy link
Member

please send lsof output again in a few hours from that same node, it's possible that we're dealing with a leak here, where fd of deleted sstables remains opened even though unused.

@raphaelsc
Copy link
Member

@titer I'd advise you to set gc_grace_seconds to 0, if you are deleting your data only through ttl, no explicit deletions.

@raphaelsc
Copy link
Member

I think the problem is that the procedure to get expired sstables for compaction is unconditionally discarding sstables which ancestor is not deleted yet, because there's still something referencing it, it can be a range scan or some streaming-based operation. I'd appreciate if you could share lsof output from the same node as before.

@raphaelsc
Copy link
Member

by the time being, you can workaround this by restarting your node, if it's causing significant issue.

@raphaelsc
Copy link
Member

patch sent to mailing list to fix 4.2 branch

avikivity added a commit that referenced this issue Feb 14, 2021
…t_not_deleted during self-race

on_compaction_completion() updates _sstables_compacted_but_not_deleted
through a temporary to avoid an exception causing a partial update:

  1. copy _sstables_compacted_but_not_deleted to a temporary
  2. update temporary
  3. do dangerous stuff
  4. move temporary to _sstables_compacted_but_not_deleted

This is racy when we have parallel compactions, since step 3 yields.
We can have two invocations running in parallel, taking snapshots
of the same _sstables_compacted_but_not_deleted in step 1, each
modifying it in different ways, and only one of them winning the
race and assigning in step 4. With the right timing we can end
with extra sstables in _sstables_compacted_but_not_deleted.

Before a536988, this was a benign race (only resulting in
deleted file space not being reclaimed until the service is shut
down), but afterwards, extra sstable references result in the service
refusing to shut down. This was observed in database_test in debug
mode, where the race more or less reliably happens for system.truncated.

Fix by using a different method to protect
_sstables_compacted_but_not_deleted. We unconditionally update it,
and also unconditionally fix it up (on success or failure) using
seastar::defer(). The fixup includes a call to rebuild_statistics()
which must happen every time we touch the sstable list.

Ref #7331.
Fixes #8038.

BACKPORT NOTES:
- Turns out this race prevented deletion of expired sstables because the leaked
deleted sstables would be accounted when checking if an expired sstable can
be purged.
- Switch to unordered_set<>::count() as it's not supported by older compilers.

(cherry picked from commit a43d507)
Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>
Message-Id: <20210212203832.45846-1-raphaelsc@scylladb.com>
@slivne slivne added this to the 4.4 milestone Feb 14, 2021
@slivne
Copy link
Contributor

slivne commented Feb 14, 2021

Patch in 4.2-next

@titer
Copy link
Author

titer commented Feb 15, 2021

Thanks @raphaelsc ! I will upgrade to 4.3 or 4.2.3 when it's out

I'd advise you to set gc_grace_seconds to 0

Will do that too

@tzach
Copy link
Contributor

tzach commented Mar 9, 2021

@raphaelsc @avikivity
can we close this?
Not sure why 7469896 did not close the issue automatically

@raphaelsc
Copy link
Member

patch is already in 4.2 branch, so i am closing this...

@avikivity
Copy link
Member

Only patches on master can close issues.

asias pushed a commit to asias/scylla that referenced this issue Apr 15, 2021
…t_not_deleted during self-race

on_compaction_completion() updates _sstables_compacted_but_not_deleted
through a temporary to avoid an exception causing a partial update:

  1. copy _sstables_compacted_but_not_deleted to a temporary
  2. update temporary
  3. do dangerous stuff
  4. move temporary to _sstables_compacted_but_not_deleted

This is racy when we have parallel compactions, since step 3 yields.
We can have two invocations running in parallel, taking snapshots
of the same _sstables_compacted_but_not_deleted in step 1, each
modifying it in different ways, and only one of them winning the
race and assigning in step 4. With the right timing we can end
with extra sstables in _sstables_compacted_but_not_deleted.

Before a536988, this was a benign race (only resulting in
deleted file space not being reclaimed until the service is shut
down), but afterwards, extra sstable references result in the service
refusing to shut down. This was observed in database_test in debug
mode, where the race more or less reliably happens for system.truncated.

Fix by using a different method to protect
_sstables_compacted_but_not_deleted. We unconditionally update it,
and also unconditionally fix it up (on success or failure) using
seastar::defer(). The fixup includes a call to rebuild_statistics()
which must happen every time we touch the sstable list.

Ref scylladb#7331.
Fixes scylladb#8038.

BACKPORT NOTES:
- Turns out this race prevented deletion of expired sstables because the leaked
deleted sstables would be accounted when checking if an expired sstable can
be purged.
- Switch to unordered_set<>::count() as it's not supported by older compilers.

(cherry picked from commit a43d507)
Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>
Message-Id: <20210212203832.45846-1-raphaelsc@scylladb.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants