forked from public/bol
Sync bol for module releas
This commit is contained in:
parent
89bcc47b11
commit
69b34669b0
@ -22,6 +22,9 @@ export class BoLActor extends Actor {
|
||||
if (data.type == 'encounter') {
|
||||
data.system = { resources: { hero : { max : 0, value: 0 } } }
|
||||
}
|
||||
if (data.type == 'character') {
|
||||
data.system = { resources: { hp : { max : 10, value: 10 } } }
|
||||
}
|
||||
|
||||
if (data.type == 'horde') {
|
||||
let weapon = {
|
||||
@ -161,12 +164,16 @@ export class BoLActor extends Actor {
|
||||
let newVitality = 10 + this.system.attributes.vigor.value + this.system.resources.hp.bonus
|
||||
if (this.system.resources.hp.max != newVitality) {
|
||||
let actor = this
|
||||
setTimeout(function () { actor.update({ 'system.resources.hp.max': newVitality }) }, 800)
|
||||
let newHP = foundry.utils.duplicate(this.system.resources.hp)
|
||||
newHP.max = newVitality
|
||||
setTimeout(function () { actor.update({ 'system.resources.hp': newHP }) }, 800)
|
||||
}
|
||||
let newPower = 10 + this.system.attributes.mind.value + this.system.resources.power.bonus
|
||||
if (this.system.resources.power.max != newPower) {
|
||||
let maxPower = 10 + this.system.attributes.mind.value + this.system.resources.power.bonus
|
||||
if (this.system.resources.power.max != maxPower) {
|
||||
let actor = this
|
||||
setTimeout(function () { actor.update({ 'system.resources.power.max': newPower }) }, 800)
|
||||
let newPower = foundry.utils.duplicate(this.system.resources.power)
|
||||
newPower.max = maxPower
|
||||
setTimeout(function () { actor.update({ 'system.resources.power': newPower }) }, 800)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
MANIFEST-000642
|
||||
MANIFEST-000674
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:21.360031 7f25b97fa6c0 Recovering log #640
|
||||
2024/12/12-21:46:21.492497 7f25b97fa6c0 Delete type=3 #638
|
||||
2024/12/12-21:46:21.492569 7f25b97fa6c0 Delete type=0 #640
|
||||
2024/12/12-21:50:13.987586 7f25b2ffd6c0 Level-0 table #645: started
|
||||
2024/12/12-21:50:13.987627 7f25b2ffd6c0 Level-0 table #645: 0 bytes OK
|
||||
2024/12/12-21:50:13.994186 7f25b2ffd6c0 Delete type=0 #643
|
||||
2024/12/12-21:50:14.007425 7f25b2ffd6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:14.007460 7f25b2ffd6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:11.204366 7f4bd8ff96c0 Recovering log #672
|
||||
2025/01/24-22:58:11.312055 7f4bd8ff96c0 Delete type=3 #670
|
||||
2025/01/24-22:58:11.312130 7f4bd8ff96c0 Delete type=0 #672
|
||||
2025/01/24-23:03:05.072297 7f4bd3fff6c0 Level-0 table #677: started
|
||||
2025/01/24-23:03:05.072325 7f4bd3fff6c0 Level-0 table #677: 0 bytes OK
|
||||
2025/01/24-23:03:05.105134 7f4bd3fff6c0 Delete type=0 #675
|
||||
2025/01/24-23:03:05.134497 7f4bd3fff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:05.134550 7f4bd3fff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:43.910823 7f25b37fe6c0 Recovering log #636
|
||||
2024/12/12-21:11:44.036050 7f25b37fe6c0 Delete type=3 #634
|
||||
2024/12/12-21:11:44.036107 7f25b37fe6c0 Delete type=0 #636
|
||||
2024/12/12-21:40:17.197599 7f25b2ffd6c0 Level-0 table #641: started
|
||||
2024/12/12-21:40:17.197635 7f25b2ffd6c0 Level-0 table #641: 0 bytes OK
|
||||
2024/12/12-21:40:17.203956 7f25b2ffd6c0 Delete type=0 #639
|
||||
2024/12/12-21:40:17.217330 7f25b2ffd6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.217374 7f25b2ffd6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.893801 7f9bde7fc6c0 Recovering log #668
|
||||
2025/01/24-22:56:58.904030 7f9bde7fc6c0 Delete type=3 #666
|
||||
2025/01/24-22:56:58.904088 7f9bde7fc6c0 Delete type=0 #668
|
||||
2025/01/24-22:57:20.999613 7f993ffff6c0 Level-0 table #673: started
|
||||
2025/01/24-22:57:20.999661 7f993ffff6c0 Level-0 table #673: 0 bytes OK
|
||||
2025/01/24-22:57:21.043288 7f993ffff6c0 Delete type=0 #671
|
||||
2025/01/24-22:57:21.081408 7f993ffff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:21.081455 7f993ffff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000548
|
||||
MANIFEST-000580
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:21.083865 7f25b37fe6c0 Recovering log #546
|
||||
2024/12/12-21:46:21.217856 7f25b37fe6c0 Delete type=3 #544
|
||||
2024/12/12-21:46:21.217918 7f25b37fe6c0 Delete type=0 #546
|
||||
2024/12/12-21:50:13.981247 7f25b2ffd6c0 Level-0 table #551: started
|
||||
2024/12/12-21:50:13.981272 7f25b2ffd6c0 Level-0 table #551: 0 bytes OK
|
||||
2024/12/12-21:50:13.987466 7f25b2ffd6c0 Delete type=0 #549
|
||||
2024/12/12-21:50:14.007412 7f25b2ffd6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:14.007452 7f25b2ffd6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:11.012287 7f4bd97fa6c0 Recovering log #578
|
||||
2025/01/24-22:58:11.075603 7f4bd97fa6c0 Delete type=3 #576
|
||||
2025/01/24-22:58:11.075671 7f4bd97fa6c0 Delete type=0 #578
|
||||
2025/01/24-23:03:05.105257 7f4bd3fff6c0 Level-0 table #583: started
|
||||
2025/01/24-23:03:05.105282 7f4bd3fff6c0 Level-0 table #583: 0 bytes OK
|
||||
2025/01/24-23:03:05.134279 7f4bd3fff6c0 Delete type=0 #581
|
||||
2025/01/24-23:03:05.134512 7f4bd3fff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:05.134561 7f4bd3fff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:43.620616 7f25b8ff96c0 Recovering log #542
|
||||
2024/12/12-21:11:43.750156 7f25b8ff96c0 Delete type=3 #540
|
||||
2024/12/12-21:11:43.750213 7f25b8ff96c0 Delete type=0 #542
|
||||
2024/12/12-21:40:17.191315 7f25b2ffd6c0 Level-0 table #547: started
|
||||
2024/12/12-21:40:17.191339 7f25b2ffd6c0 Level-0 table #547: 0 bytes OK
|
||||
2024/12/12-21:40:17.197420 7f25b2ffd6c0 Delete type=0 #545
|
||||
2024/12/12-21:40:17.217313 7f25b2ffd6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.217363 7f25b2ffd6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.850868 7f9bddffb6c0 Recovering log #574
|
||||
2025/01/24-22:56:58.860980 7f9bddffb6c0 Delete type=3 #572
|
||||
2025/01/24-22:56:58.861037 7f9bddffb6c0 Delete type=0 #574
|
||||
2025/01/24-22:57:20.960265 7f993ffff6c0 Level-0 table #579: started
|
||||
2025/01/24-22:57:20.960286 7f993ffff6c0 Level-0 table #579: 0 bytes OK
|
||||
2025/01/24-22:57:20.999485 7f993ffff6c0 Delete type=0 #577
|
||||
2025/01/24-22:57:21.081395 7f993ffff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:21.081429 7f993ffff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000641
|
||||
MANIFEST-000673
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:20.029795 7f25b37fe6c0 Recovering log #639
|
||||
2024/12/12-21:46:20.162579 7f25b37fe6c0 Delete type=3 #637
|
||||
2024/12/12-21:46:20.162683 7f25b37fe6c0 Delete type=0 #639
|
||||
2024/12/12-21:50:13.926457 7f25b2ffd6c0 Level-0 table #644: started
|
||||
2024/12/12-21:50:13.926508 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK
|
||||
2024/12/12-21:50:13.934036 7f25b2ffd6c0 Delete type=0 #642
|
||||
2024/12/12-21:50:13.954229 7f25b2ffd6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:13.954282 7f25b2ffd6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:10.527878 7f4bd97fa6c0 Recovering log #671
|
||||
2025/01/24-22:58:10.595705 7f4bd97fa6c0 Delete type=3 #669
|
||||
2025/01/24-22:58:10.595759 7f4bd97fa6c0 Delete type=0 #671
|
||||
2025/01/24-23:03:04.779886 7f4bd3fff6c0 Level-0 table #676: started
|
||||
2025/01/24-23:03:04.779915 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK
|
||||
2025/01/24-23:03:04.809134 7f4bd3fff6c0 Delete type=0 #674
|
||||
2025/01/24-23:03:04.844346 7f4bd3fff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:04.844386 7f4bd3fff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:42.417136 7f25b8ff96c0 Recovering log #635
|
||||
2024/12/12-21:11:42.597818 7f25b8ff96c0 Delete type=3 #633
|
||||
2024/12/12-21:11:42.597875 7f25b8ff96c0 Delete type=0 #635
|
||||
2024/12/12-21:40:17.139303 7f25b2ffd6c0 Level-0 table #640: started
|
||||
2024/12/12-21:40:17.139355 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK
|
||||
2024/12/12-21:40:17.145373 7f25b2ffd6c0 Delete type=0 #638
|
||||
2024/12/12-21:40:17.165314 7f25b2ffd6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.165365 7f25b2ffd6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.743871 7f9bddffb6c0 Recovering log #667
|
||||
2025/01/24-22:56:58.753920 7f9bddffb6c0 Delete type=3 #665
|
||||
2025/01/24-22:56:58.753974 7f9bddffb6c0 Delete type=0 #667
|
||||
2025/01/24-22:57:20.657299 7f993ffff6c0 Level-0 table #672: started
|
||||
2025/01/24-22:57:20.657334 7f993ffff6c0 Level-0 table #672: 0 bytes OK
|
||||
2025/01/24-22:57:20.695832 7f993ffff6c0 Delete type=0 #670
|
||||
2025/01/24-22:57:20.771535 7f993ffff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:20.771602 7f993ffff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000641
|
||||
MANIFEST-000673
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:20.169625 7f25b8ff96c0 Recovering log #639
|
||||
2024/12/12-21:46:20.298341 7f25b8ff96c0 Delete type=3 #637
|
||||
2024/12/12-21:46:20.298399 7f25b8ff96c0 Delete type=0 #639
|
||||
2024/12/12-21:50:13.934153 7f25b2ffd6c0 Level-0 table #644: started
|
||||
2024/12/12-21:50:13.934178 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK
|
||||
2024/12/12-21:50:13.940593 7f25b2ffd6c0 Delete type=0 #642
|
||||
2024/12/12-21:50:13.954244 7f25b2ffd6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:13.954292 7f25b2ffd6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:10.598406 7f4bda7fc6c0 Recovering log #671
|
||||
2025/01/24-22:58:10.661535 7f4bda7fc6c0 Delete type=3 #669
|
||||
2025/01/24-22:58:10.661593 7f4bda7fc6c0 Delete type=0 #671
|
||||
2025/01/24-23:03:04.743093 7f4bd3fff6c0 Level-0 table #676: started
|
||||
2025/01/24-23:03:04.743122 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK
|
||||
2025/01/24-23:03:04.779757 7f4bd3fff6c0 Delete type=0 #674
|
||||
2025/01/24-23:03:04.844334 7f4bd3fff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:04.844395 7f4bd3fff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:42.611933 7f25b3fff6c0 Recovering log #635
|
||||
2024/12/12-21:11:42.739932 7f25b3fff6c0 Delete type=3 #633
|
||||
2024/12/12-21:11:42.740037 7f25b3fff6c0 Delete type=0 #635
|
||||
2024/12/12-21:40:17.158730 7f25b2ffd6c0 Level-0 table #640: started
|
||||
2024/12/12-21:40:17.158762 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK
|
||||
2024/12/12-21:40:17.165130 7f25b2ffd6c0 Delete type=0 #638
|
||||
2024/12/12-21:40:17.165357 7f25b2ffd6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.165391 7f25b2ffd6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.757318 7f9bdd7fa6c0 Recovering log #667
|
||||
2025/01/24-22:56:58.767702 7f9bdd7fa6c0 Delete type=3 #665
|
||||
2025/01/24-22:56:58.767770 7f9bdd7fa6c0 Delete type=0 #667
|
||||
2025/01/24-22:57:20.695957 7f993ffff6c0 Level-0 table #672: started
|
||||
2025/01/24-22:57:20.695985 7f993ffff6c0 Level-0 table #672: 0 bytes OK
|
||||
2025/01/24-22:57:20.733474 7f993ffff6c0 Delete type=0 #670
|
||||
2025/01/24-22:57:20.771558 7f993ffff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:20.771612 7f993ffff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000641
|
||||
MANIFEST-000673
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:20.429002 7f25b3fff6c0 Recovering log #639
|
||||
2024/12/12-21:46:20.557790 7f25b3fff6c0 Delete type=3 #637
|
||||
2024/12/12-21:46:20.557866 7f25b3fff6c0 Delete type=0 #639
|
||||
2024/12/12-21:50:13.940754 7f25b2ffd6c0 Level-0 table #644: started
|
||||
2024/12/12-21:50:13.940780 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK
|
||||
2024/12/12-21:50:13.947933 7f25b2ffd6c0 Delete type=0 #642
|
||||
2024/12/12-21:50:13.954259 7f25b2ffd6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:13.954302 7f25b2ffd6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:10.723544 7f4bd9ffb6c0 Recovering log #671
|
||||
2025/01/24-22:58:10.784164 7f4bd9ffb6c0 Delete type=3 #669
|
||||
2025/01/24-22:58:10.784232 7f4bd9ffb6c0 Delete type=0 #671
|
||||
2025/01/24-23:03:04.708366 7f4bd3fff6c0 Level-0 table #676: started
|
||||
2025/01/24-23:03:04.708441 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK
|
||||
2025/01/24-23:03:04.742910 7f4bd3fff6c0 Delete type=0 #674
|
||||
2025/01/24-23:03:04.844320 7f4bd3fff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:04.844366 7f4bd3fff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:42.873685 7f25b97fa6c0 Recovering log #635
|
||||
2024/12/12-21:11:43.006883 7f25b97fa6c0 Delete type=3 #633
|
||||
2024/12/12-21:11:43.006940 7f25b97fa6c0 Delete type=0 #635
|
||||
2024/12/12-21:40:17.165812 7f25b2ffd6c0 Level-0 table #640: started
|
||||
2024/12/12-21:40:17.165866 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK
|
||||
2024/12/12-21:40:17.172013 7f25b2ffd6c0 Delete type=0 #638
|
||||
2024/12/12-21:40:17.191170 7f25b2ffd6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.191207 7f25b2ffd6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.783697 7f9bdcff96c0 Recovering log #667
|
||||
2025/01/24-22:56:58.794240 7f9bdcff96c0 Delete type=3 #665
|
||||
2025/01/24-22:56:58.794286 7f9bdcff96c0 Delete type=0 #667
|
||||
2025/01/24-22:57:20.733604 7f993ffff6c0 Level-0 table #672: started
|
||||
2025/01/24-22:57:20.733643 7f993ffff6c0 Level-0 table #672: 0 bytes OK
|
||||
2025/01/24-22:57:20.771363 7f993ffff6c0 Delete type=0 #670
|
||||
2025/01/24-22:57:20.771580 7f993ffff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:20.771621 7f993ffff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000639
|
||||
MANIFEST-000671
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:22.297524 7f25b97fa6c0 Recovering log #637
|
||||
2024/12/12-21:46:22.422030 7f25b97fa6c0 Delete type=3 #635
|
||||
2024/12/12-21:46:22.422102 7f25b97fa6c0 Delete type=0 #637
|
||||
2024/12/12-21:50:14.036330 7f25b2ffd6c0 Level-0 table #642: started
|
||||
2024/12/12-21:50:14.036351 7f25b2ffd6c0 Level-0 table #642: 0 bytes OK
|
||||
2024/12/12-21:50:14.042312 7f25b2ffd6c0 Delete type=0 #640
|
||||
2024/12/12-21:50:14.062514 7f25b2ffd6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:14.062568 7f25b2ffd6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:11.735608 7f4bda7fc6c0 Recovering log #669
|
||||
2025/01/24-22:58:11.787937 7f4bda7fc6c0 Delete type=3 #667
|
||||
2025/01/24-22:58:11.788018 7f4bda7fc6c0 Delete type=0 #669
|
||||
2025/01/24-23:03:05.274588 7f4bd3fff6c0 Level-0 table #674: started
|
||||
2025/01/24-23:03:05.274644 7f4bd3fff6c0 Level-0 table #674: 0 bytes OK
|
||||
2025/01/24-23:03:05.308226 7f4bd3fff6c0 Delete type=0 #672
|
||||
2025/01/24-23:03:05.418815 7f4bd3fff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:05.418858 7f4bd3fff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:44.902849 7f25b3fff6c0 Recovering log #633
|
||||
2024/12/12-21:11:45.032391 7f25b3fff6c0 Delete type=3 #631
|
||||
2024/12/12-21:11:45.032468 7f25b3fff6c0 Delete type=0 #633
|
||||
2024/12/12-21:40:17.243571 7f25b2ffd6c0 Level-0 table #638: started
|
||||
2024/12/12-21:40:17.243623 7f25b2ffd6c0 Level-0 table #638: 0 bytes OK
|
||||
2024/12/12-21:40:17.249629 7f25b2ffd6c0 Delete type=0 #636
|
||||
2024/12/12-21:40:17.269518 7f25b2ffd6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.269564 7f25b2ffd6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.985856 7f9bdd7fa6c0 Recovering log #665
|
||||
2025/01/24-22:56:58.997067 7f9bdd7fa6c0 Delete type=3 #663
|
||||
2025/01/24-22:56:58.997144 7f9bdd7fa6c0 Delete type=0 #665
|
||||
2025/01/24-22:57:21.358010 7f993ffff6c0 Level-0 table #670: started
|
||||
2025/01/24-22:57:21.358045 7f993ffff6c0 Level-0 table #670: 0 bytes OK
|
||||
2025/01/24-22:57:21.395676 7f993ffff6c0 Delete type=0 #668
|
||||
2025/01/24-22:57:21.395933 7f993ffff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:21.395978 7f993ffff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000642
|
||||
MANIFEST-000674
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:20.825829 7f25b97fa6c0 Recovering log #640
|
||||
2024/12/12-21:46:20.946944 7f25b97fa6c0 Delete type=3 #638
|
||||
2024/12/12-21:46:20.947007 7f25b97fa6c0 Delete type=0 #640
|
||||
2024/12/12-21:50:13.961670 7f25b2ffd6c0 Level-0 table #645: started
|
||||
2024/12/12-21:50:13.961702 7f25b2ffd6c0 Level-0 table #645: 0 bytes OK
|
||||
2024/12/12-21:50:13.967794 7f25b2ffd6c0 Delete type=0 #643
|
||||
2024/12/12-21:50:13.981101 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:13.981151 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:10.904910 7f4bd8ff96c0 Recovering log #672
|
||||
2025/01/24-22:58:10.959379 7f4bd8ff96c0 Delete type=3 #670
|
||||
2025/01/24-22:58:10.959457 7f4bd8ff96c0 Delete type=0 #672
|
||||
2025/01/24-23:03:04.914639 7f4bd3fff6c0 Level-0 table #677: started
|
||||
2025/01/24-23:03:04.914673 7f4bd3fff6c0 Level-0 table #677: 0 bytes OK
|
||||
2025/01/24-23:03:04.957862 7f4bd3fff6c0 Delete type=0 #675
|
||||
2025/01/24-23:03:04.994334 7f4bd3fff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:04.994412 7f4bd3fff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:43.327343 7f25b37fe6c0 Recovering log #636
|
||||
2024/12/12-21:11:43.469585 7f25b37fe6c0 Delete type=3 #634
|
||||
2024/12/12-21:11:43.469659 7f25b37fe6c0 Delete type=0 #636
|
||||
2024/12/12-21:40:17.178441 7f25b2ffd6c0 Level-0 table #641: started
|
||||
2024/12/12-21:40:17.178475 7f25b2ffd6c0 Level-0 table #641: 0 bytes OK
|
||||
2024/12/12-21:40:17.185036 7f25b2ffd6c0 Delete type=0 #639
|
||||
2024/12/12-21:40:17.191191 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.191219 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.822760 7f9bde7fc6c0 Recovering log #668
|
||||
2025/01/24-22:56:58.833771 7f9bde7fc6c0 Delete type=3 #666
|
||||
2025/01/24-22:56:58.833837 7f9bde7fc6c0 Delete type=0 #668
|
||||
2025/01/24-22:57:20.808743 7f993ffff6c0 Level-0 table #673: started
|
||||
2025/01/24-22:57:20.808776 7f993ffff6c0 Level-0 table #673: 0 bytes OK
|
||||
2025/01/24-22:57:20.844313 7f993ffff6c0 Delete type=0 #671
|
||||
2025/01/24-22:57:20.923913 7f993ffff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:20.923965 7f993ffff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000641
|
||||
MANIFEST-000673
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:21.761604 7f25b97fa6c0 Recovering log #639
|
||||
2024/12/12-21:46:21.881404 7f25b97fa6c0 Delete type=3 #637
|
||||
2024/12/12-21:46:21.881471 7f25b97fa6c0 Delete type=0 #639
|
||||
2024/12/12-21:50:14.014800 7f25b2ffd6c0 Level-0 table #644: started
|
||||
2024/12/12-21:50:14.014827 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK
|
||||
2024/12/12-21:50:14.022468 7f25b2ffd6c0 Delete type=0 #642
|
||||
2024/12/12-21:50:14.036201 7f25b2ffd6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:14.036225 7f25b2ffd6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:11.508458 7f4bda7fc6c0 Recovering log #671
|
||||
2025/01/24-22:58:11.563173 7f4bda7fc6c0 Delete type=3 #669
|
||||
2025/01/24-22:58:11.563248 7f4bda7fc6c0 Delete type=0 #671
|
||||
2025/01/24-23:03:05.173833 7f4bd3fff6c0 Level-0 table #676: started
|
||||
2025/01/24-23:03:05.173864 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK
|
||||
2025/01/24-23:03:05.206681 7f4bd3fff6c0 Delete type=0 #674
|
||||
2025/01/24-23:03:05.274416 7f4bd3fff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:05.274453 7f4bd3fff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:44.305269 7f25b3fff6c0 Recovering log #635
|
||||
2024/12/12-21:11:44.453136 7f25b3fff6c0 Delete type=3 #633
|
||||
2024/12/12-21:11:44.453199 7f25b3fff6c0 Delete type=0 #635
|
||||
2024/12/12-21:40:17.224453 7f25b2ffd6c0 Level-0 table #640: started
|
||||
2024/12/12-21:40:17.224477 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK
|
||||
2024/12/12-21:40:17.230480 7f25b2ffd6c0 Delete type=0 #638
|
||||
2024/12/12-21:40:17.243407 7f25b2ffd6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.243464 7f25b2ffd6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.933062 7f9bdd7fa6c0 Recovering log #667
|
||||
2025/01/24-22:56:58.942971 7f9bdd7fa6c0 Delete type=3 #665
|
||||
2025/01/24-22:56:58.943021 7f9bdd7fa6c0 Delete type=0 #667
|
||||
2025/01/24-22:57:21.081539 7f993ffff6c0 Level-0 table #672: started
|
||||
2025/01/24-22:57:21.081581 7f993ffff6c0 Level-0 table #672: 0 bytes OK
|
||||
2025/01/24-22:57:21.123467 7f993ffff6c0 Delete type=0 #670
|
||||
2025/01/24-22:57:21.240040 7f993ffff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:21.240077 7f993ffff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000124
|
||||
MANIFEST-000156
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:21.883332 7f25b3fff6c0 Recovering log #122
|
||||
2024/12/12-21:46:22.028912 7f25b3fff6c0 Delete type=3 #120
|
||||
2024/12/12-21:46:22.028975 7f25b3fff6c0 Delete type=0 #122
|
||||
2024/12/12-21:50:14.029873 7f25b2ffd6c0 Level-0 table #127: started
|
||||
2024/12/12-21:50:14.029903 7f25b2ffd6c0 Level-0 table #127: 0 bytes OK
|
||||
2024/12/12-21:50:14.036079 7f25b2ffd6c0 Delete type=0 #125
|
||||
2024/12/12-21:50:14.036218 7f25b2ffd6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:14.036239 7f25b2ffd6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:11.566054 7f4bd8ff96c0 Recovering log #154
|
||||
2025/01/24-22:58:11.619002 7f4bd8ff96c0 Delete type=3 #152
|
||||
2025/01/24-22:58:11.619069 7f4bd8ff96c0 Delete type=0 #154
|
||||
2025/01/24-23:03:05.235779 7f4bd3fff6c0 Level-0 table #159: started
|
||||
2025/01/24-23:03:05.235804 7f4bd3fff6c0 Level-0 table #159: 0 bytes OK
|
||||
2025/01/24-23:03:05.274273 7f4bd3fff6c0 Delete type=0 #157
|
||||
2025/01/24-23:03:05.274439 7f4bd3fff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:05.274466 7f4bd3fff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:44.462672 7f25b37fe6c0 Recovering log #118
|
||||
2024/12/12-21:11:44.618032 7f25b37fe6c0 Delete type=3 #116
|
||||
2024/12/12-21:11:44.618093 7f25b37fe6c0 Delete type=0 #118
|
||||
2024/12/12-21:40:17.249729 7f25b2ffd6c0 Level-0 table #123: started
|
||||
2024/12/12-21:40:17.249754 7f25b2ffd6c0 Level-0 table #123: 0 bytes OK
|
||||
2024/12/12-21:40:17.256933 7f25b2ffd6c0 Delete type=0 #121
|
||||
2024/12/12-21:40:17.269532 7f25b2ffd6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.269574 7f25b2ffd6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.945158 7f9bde7fc6c0 Recovering log #150
|
||||
2025/01/24-22:56:58.956395 7f9bde7fc6c0 Delete type=3 #148
|
||||
2025/01/24-22:56:58.956478 7f9bde7fc6c0 Delete type=0 #150
|
||||
2025/01/24-22:57:21.203496 7f993ffff6c0 Level-0 table #155: started
|
||||
2025/01/24-22:57:21.203530 7f993ffff6c0 Level-0 table #155: 0 bytes OK
|
||||
2025/01/24-22:57:21.239914 7f993ffff6c0 Delete type=0 #153
|
||||
2025/01/24-22:57:21.240069 7f993ffff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:21.240091 7f993ffff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/fightoptionsfanmade/MANIFEST-000156
Normal file
BIN
packs/fightoptionsfanmade/MANIFEST-000156
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000641
|
||||
MANIFEST-000673
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:20.300759 7f25b97fa6c0 Recovering log #639
|
||||
2024/12/12-21:46:20.426458 7f25b97fa6c0 Delete type=3 #637
|
||||
2024/12/12-21:46:20.426542 7f25b97fa6c0 Delete type=0 #639
|
||||
2024/12/12-21:50:13.948048 7f25b2ffd6c0 Level-0 table #644: started
|
||||
2024/12/12-21:50:13.948076 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK
|
||||
2024/12/12-21:50:13.954115 7f25b2ffd6c0 Delete type=0 #642
|
||||
2024/12/12-21:50:13.954272 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:13.954313 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:10.663886 7f4bd8ff96c0 Recovering log #671
|
||||
2025/01/24-22:58:10.720648 7f4bd8ff96c0 Delete type=3 #669
|
||||
2025/01/24-22:58:10.720726 7f4bd8ff96c0 Delete type=0 #671
|
||||
2025/01/24-23:03:04.809246 7f4bd3fff6c0 Level-0 table #676: started
|
||||
2025/01/24-23:03:04.809269 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK
|
||||
2025/01/24-23:03:04.844183 7f4bd3fff6c0 Delete type=0 #674
|
||||
2025/01/24-23:03:04.844357 7f4bd3fff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:04.844376 7f4bd3fff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:42.742648 7f25b37fe6c0 Recovering log #635
|
||||
2024/12/12-21:11:42.867930 7f25b37fe6c0 Delete type=3 #633
|
||||
2024/12/12-21:11:42.867991 7f25b37fe6c0 Delete type=0 #635
|
||||
2024/12/12-21:40:17.145551 7f25b2ffd6c0 Level-0 table #640: started
|
||||
2024/12/12-21:40:17.145590 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK
|
||||
2024/12/12-21:40:17.151617 7f25b2ffd6c0 Delete type=0 #638
|
||||
2024/12/12-21:40:17.165330 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.165373 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.770915 7f9bde7fc6c0 Recovering log #667
|
||||
2025/01/24-22:56:58.780925 7f9bde7fc6c0 Delete type=3 #665
|
||||
2025/01/24-22:56:58.781009 7f9bde7fc6c0 Delete type=0 #667
|
||||
2025/01/24-22:57:20.622338 7f993ffff6c0 Level-0 table #672: started
|
||||
2025/01/24-22:57:20.622419 7f993ffff6c0 Level-0 table #672: 0 bytes OK
|
||||
2025/01/24-22:57:20.657171 7f993ffff6c0 Delete type=0 #670
|
||||
2025/01/24-22:57:20.771506 7f993ffff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:20.771593 7f993ffff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000641
|
||||
MANIFEST-000673
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:21.494900 7f25b3fff6c0 Recovering log #639
|
||||
2024/12/12-21:46:21.627151 7f25b3fff6c0 Delete type=3 #637
|
||||
2024/12/12-21:46:21.627210 7f25b3fff6c0 Delete type=0 #639
|
||||
2024/12/12-21:50:13.994304 7f25b2ffd6c0 Level-0 table #644: started
|
||||
2024/12/12-21:50:13.994337 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK
|
||||
2024/12/12-21:50:14.000768 7f25b2ffd6c0 Delete type=0 #642
|
||||
2024/12/12-21:50:14.007435 7f25b2ffd6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:14.007476 7f25b2ffd6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:11.316517 7f4bd9ffb6c0 Recovering log #671
|
||||
2025/01/24-22:58:11.431141 7f4bd9ffb6c0 Delete type=3 #669
|
||||
2025/01/24-22:58:11.431194 7f4bd9ffb6c0 Delete type=0 #671
|
||||
2025/01/24-23:03:05.026298 7f4bd3fff6c0 Level-0 table #676: started
|
||||
2025/01/24-23:03:05.026328 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK
|
||||
2025/01/24-23:03:05.072126 7f4bd3fff6c0 Delete type=0 #674
|
||||
2025/01/24-23:03:05.134478 7f4bd3fff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:05.134537 7f4bd3fff6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:44.053214 7f25b97fa6c0 Recovering log #635
|
||||
2024/12/12-21:11:44.168783 7f25b97fa6c0 Delete type=3 #633
|
||||
2024/12/12-21:11:44.168854 7f25b97fa6c0 Delete type=0 #635
|
||||
2024/12/12-21:40:17.204131 7f25b2ffd6c0 Level-0 table #640: started
|
||||
2024/12/12-21:40:17.204160 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK
|
||||
2024/12/12-21:40:17.210964 7f25b2ffd6c0 Delete type=0 #638
|
||||
2024/12/12-21:40:17.217343 7f25b2ffd6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.217384 7f25b2ffd6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.907180 7f9bdcff96c0 Recovering log #667
|
||||
2025/01/24-22:56:58.917564 7f9bdcff96c0 Delete type=3 #665
|
||||
2025/01/24-22:56:58.917619 7f9bdcff96c0 Delete type=0 #667
|
||||
2025/01/24-22:57:21.043459 7f993ffff6c0 Level-0 table #672: started
|
||||
2025/01/24-22:57:21.043500 7f993ffff6c0 Level-0 table #672: 0 bytes OK
|
||||
2025/01/24-22:57:21.081249 7f993ffff6c0 Delete type=0 #670
|
||||
2025/01/24-22:57:21.081420 7f993ffff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:21.081447 7f993ffff6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000641
|
||||
MANIFEST-000673
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:22.168710 7f25b37fe6c0 Recovering log #639
|
||||
2024/12/12-21:46:22.294906 7f25b37fe6c0 Delete type=3 #637
|
||||
2024/12/12-21:46:22.294970 7f25b37fe6c0 Delete type=0 #639
|
||||
2024/12/12-21:50:14.042423 7f25b2ffd6c0 Level-0 table #644: started
|
||||
2024/12/12-21:50:14.042444 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK
|
||||
2024/12/12-21:50:14.049552 7f25b2ffd6c0 Delete type=0 #642
|
||||
2024/12/12-21:50:14.062528 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:14.062558 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:11.678947 7f4bd97fa6c0 Recovering log #671
|
||||
2025/01/24-22:58:11.732242 7f4bd97fa6c0 Delete type=3 #669
|
||||
2025/01/24-22:58:11.732340 7f4bd97fa6c0 Delete type=0 #671
|
||||
2025/01/24-23:03:05.308352 7f4bd3fff6c0 Level-0 table #676: started
|
||||
2025/01/24-23:03:05.308374 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK
|
||||
2025/01/24-23:03:05.343132 7f4bd3fff6c0 Delete type=0 #674
|
||||
2025/01/24-23:03:05.418827 7f4bd3fff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:05.418866 7f4bd3fff6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:44.754913 7f25b8ff96c0 Recovering log #635
|
||||
2024/12/12-21:11:44.896175 7f25b8ff96c0 Delete type=3 #633
|
||||
2024/12/12-21:11:44.896246 7f25b8ff96c0 Delete type=0 #635
|
||||
2024/12/12-21:40:17.237035 7f25b2ffd6c0 Level-0 table #640: started
|
||||
2024/12/12-21:40:17.237057 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK
|
||||
2024/12/12-21:40:17.243288 7f25b2ffd6c0 Delete type=0 #638
|
||||
2024/12/12-21:40:17.243425 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.243458 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.973438 7f9bddffb6c0 Recovering log #667
|
||||
2025/01/24-22:56:58.983354 7f9bddffb6c0 Delete type=3 #665
|
||||
2025/01/24-22:56:58.983411 7f9bddffb6c0 Delete type=0 #667
|
||||
2025/01/24-22:57:21.240184 7f993ffff6c0 Level-0 table #672: started
|
||||
2025/01/24-22:57:21.240205 7f993ffff6c0 Level-0 table #672: 0 bytes OK
|
||||
2025/01/24-22:57:21.282901 7f993ffff6c0 Delete type=0 #670
|
||||
2025/01/24-22:57:21.395881 7f993ffff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:21.395943 7f993ffff6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000641
|
||||
MANIFEST-000673
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:20.560495 7f25b37fe6c0 Recovering log #639
|
||||
2024/12/12-21:46:20.691488 7f25b37fe6c0 Delete type=3 #637
|
||||
2024/12/12-21:46:20.691561 7f25b37fe6c0 Delete type=0 #639
|
||||
2024/12/12-21:50:13.954398 7f25b2ffd6c0 Level-0 table #644: started
|
||||
2024/12/12-21:50:13.954430 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK
|
||||
2024/12/12-21:50:13.961565 7f25b2ffd6c0 Delete type=0 #642
|
||||
2024/12/12-21:50:13.981090 7f25b2ffd6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:13.981135 7f25b2ffd6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:10.787323 7f4bd97fa6c0 Recovering log #671
|
||||
2025/01/24-22:58:10.845702 7f4bd97fa6c0 Delete type=3 #669
|
||||
2025/01/24-22:58:10.845780 7f4bd97fa6c0 Delete type=0 #671
|
||||
2025/01/24-23:03:04.879800 7f4bd3fff6c0 Level-0 table #676: started
|
||||
2025/01/24-23:03:04.879830 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK
|
||||
2025/01/24-23:03:04.914487 7f4bd3fff6c0 Delete type=0 #674
|
||||
2025/01/24-23:03:04.994316 7f4bd3fff6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:04.994396 7f4bd3fff6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:43.024595 7f25b8ff96c0 Recovering log #635
|
||||
2024/12/12-21:11:43.157765 7f25b8ff96c0 Delete type=3 #633
|
||||
2024/12/12-21:11:43.157837 7f25b8ff96c0 Delete type=0 #635
|
||||
2024/12/12-21:40:17.151756 7f25b2ffd6c0 Level-0 table #640: started
|
||||
2024/12/12-21:40:17.151786 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK
|
||||
2024/12/12-21:40:17.158597 7f25b2ffd6c0 Delete type=0 #638
|
||||
2024/12/12-21:40:17.165344 7f25b2ffd6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.165380 7f25b2ffd6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.796966 7f9bddffb6c0 Recovering log #667
|
||||
2025/01/24-22:56:58.807517 7f9bddffb6c0 Delete type=3 #665
|
||||
2025/01/24-22:56:58.807569 7f9bddffb6c0 Delete type=0 #667
|
||||
2025/01/24-22:57:20.881476 7f993ffff6c0 Level-0 table #672: started
|
||||
2025/01/24-22:57:20.881502 7f993ffff6c0 Level-0 table #672: 0 bytes OK
|
||||
2025/01/24-22:57:20.923801 7f993ffff6c0 Delete type=0 #670
|
||||
2025/01/24-22:57:20.923932 7f993ffff6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:20.923972 7f993ffff6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000641
|
||||
MANIFEST-000673
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:22.032494 7f25b8ff96c0 Recovering log #639
|
||||
2024/12/12-21:46:22.166270 7f25b8ff96c0 Delete type=3 #637
|
||||
2024/12/12-21:46:22.166337 7f25b8ff96c0 Delete type=0 #639
|
||||
2024/12/12-21:50:14.022645 7f25b2ffd6c0 Level-0 table #644: started
|
||||
2024/12/12-21:50:14.022670 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK
|
||||
2024/12/12-21:50:14.029711 7f25b2ffd6c0 Delete type=0 #642
|
||||
2024/12/12-21:50:14.036210 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:14.036232 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:11.622489 7f4bd9ffb6c0 Recovering log #671
|
||||
2025/01/24-22:58:11.676201 7f4bd9ffb6c0 Delete type=3 #669
|
||||
2025/01/24-22:58:11.676259 7f4bd9ffb6c0 Delete type=0 #671
|
||||
2025/01/24-23:03:05.206955 7f4bd3fff6c0 Level-0 table #676: started
|
||||
2025/01/24-23:03:05.206996 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK
|
||||
2025/01/24-23:03:05.235650 7f4bd3fff6c0 Delete type=0 #674
|
||||
2025/01/24-23:03:05.274428 7f4bd3fff6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:05.274459 7f4bd3fff6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:44.621587 7f25b97fa6c0 Recovering log #635
|
||||
2024/12/12-21:11:44.744305 7f25b97fa6c0 Delete type=3 #633
|
||||
2024/12/12-21:11:44.744384 7f25b97fa6c0 Delete type=0 #635
|
||||
2024/12/12-21:40:17.230587 7f25b2ffd6c0 Level-0 table #640: started
|
||||
2024/12/12-21:40:17.230614 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK
|
||||
2024/12/12-21:40:17.236943 7f25b2ffd6c0 Delete type=0 #638
|
||||
2024/12/12-21:40:17.243417 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.243452 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.959077 7f9bdcff96c0 Recovering log #667
|
||||
2025/01/24-22:56:58.970668 7f9bdcff96c0 Delete type=3 #665
|
||||
2025/01/24-22:56:58.970742 7f9bdcff96c0 Delete type=0 #667
|
||||
2025/01/24-22:57:21.160816 7f993ffff6c0 Level-0 table #672: started
|
||||
2025/01/24-22:57:21.160843 7f993ffff6c0 Level-0 table #672: 0 bytes OK
|
||||
2025/01/24-22:57:21.203245 7f993ffff6c0 Delete type=0 #670
|
||||
2025/01/24-22:57:21.240059 7f993ffff6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:21.240098 7f993ffff6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000641
|
||||
MANIFEST-000673
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:20.694237 7f25b8ff96c0 Recovering log #639
|
||||
2024/12/12-21:46:20.822923 7f25b8ff96c0 Delete type=3 #637
|
||||
2024/12/12-21:46:20.822989 7f25b8ff96c0 Delete type=0 #639
|
||||
2024/12/12-21:50:13.974325 7f25b2ffd6c0 Level-0 table #644: started
|
||||
2024/12/12-21:50:13.974354 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK
|
||||
2024/12/12-21:50:13.980969 7f25b2ffd6c0 Delete type=0 #642
|
||||
2024/12/12-21:50:13.981128 7f25b2ffd6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:13.981159 7f25b2ffd6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:10.848553 7f4bda7fc6c0 Recovering log #671
|
||||
2025/01/24-22:58:10.902253 7f4bda7fc6c0 Delete type=3 #669
|
||||
2025/01/24-22:58:10.902316 7f4bda7fc6c0 Delete type=0 #671
|
||||
2025/01/24-23:03:04.844501 7f4bd3fff6c0 Level-0 table #676: started
|
||||
2025/01/24-23:03:04.844531 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK
|
||||
2025/01/24-23:03:04.879519 7f4bd3fff6c0 Delete type=0 #674
|
||||
2025/01/24-23:03:04.994296 7f4bd3fff6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:04.994379 7f4bd3fff6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:43.185974 7f25b3fff6c0 Recovering log #635
|
||||
2024/12/12-21:11:43.315948 7f25b3fff6c0 Delete type=3 #633
|
||||
2024/12/12-21:11:43.316034 7f25b3fff6c0 Delete type=0 #635
|
||||
2024/12/12-21:40:17.172192 7f25b2ffd6c0 Level-0 table #640: started
|
||||
2024/12/12-21:40:17.172228 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK
|
||||
2024/12/12-21:40:17.178316 7f25b2ffd6c0 Delete type=0 #638
|
||||
2024/12/12-21:40:17.191181 7f25b2ffd6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.191213 7f25b2ffd6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.810190 7f9bdd7fa6c0 Recovering log #667
|
||||
2025/01/24-22:56:58.820228 7f9bdd7fa6c0 Delete type=3 #665
|
||||
2025/01/24-22:56:58.820296 7f9bdd7fa6c0 Delete type=0 #667
|
||||
2025/01/24-22:57:20.844442 7f993ffff6c0 Level-0 table #672: started
|
||||
2025/01/24-22:57:20.844472 7f993ffff6c0 Level-0 table #672: 0 bytes OK
|
||||
2025/01/24-22:57:20.881353 7f993ffff6c0 Delete type=0 #670
|
||||
2025/01/24-22:57:20.923923 7f993ffff6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:20.923958 7f993ffff6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000641
|
||||
MANIFEST-000673
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:21.629512 7f25b37fe6c0 Recovering log #639
|
||||
2024/12/12-21:46:21.759176 7f25b37fe6c0 Delete type=3 #637
|
||||
2024/12/12-21:46:21.759251 7f25b37fe6c0 Delete type=0 #639
|
||||
2024/12/12-21:50:14.007559 7f25b2ffd6c0 Level-0 table #644: started
|
||||
2024/12/12-21:50:14.007673 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK
|
||||
2024/12/12-21:50:14.014683 7f25b2ffd6c0 Delete type=0 #642
|
||||
2024/12/12-21:50:14.036190 7f25b2ffd6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:14.036245 7f25b2ffd6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:11.433440 7f4bd97fa6c0 Recovering log #671
|
||||
2025/01/24-22:58:11.506356 7f4bd97fa6c0 Delete type=3 #669
|
||||
2025/01/24-22:58:11.506407 7f4bd97fa6c0 Delete type=0 #671
|
||||
2025/01/24-23:03:05.134664 7f4bd3fff6c0 Level-0 table #676: started
|
||||
2025/01/24-23:03:05.134714 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK
|
||||
2025/01/24-23:03:05.173688 7f4bd3fff6c0 Delete type=0 #674
|
||||
2025/01/24-23:03:05.274402 7f4bd3fff6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:05.274446 7f4bd3fff6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:44.177207 7f25b8ff96c0 Recovering log #635
|
||||
2024/12/12-21:11:44.295257 7f25b8ff96c0 Delete type=3 #633
|
||||
2024/12/12-21:11:44.295318 7f25b8ff96c0 Delete type=0 #635
|
||||
2024/12/12-21:40:17.217511 7f25b2ffd6c0 Level-0 table #640: started
|
||||
2024/12/12-21:40:17.217546 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK
|
||||
2024/12/12-21:40:17.224336 7f25b2ffd6c0 Delete type=0 #638
|
||||
2024/12/12-21:40:17.243395 7f25b2ffd6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.243444 7f25b2ffd6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.919937 7f9bddffb6c0 Recovering log #667
|
||||
2025/01/24-22:56:58.930276 7f9bddffb6c0 Delete type=3 #665
|
||||
2025/01/24-22:56:58.930335 7f9bddffb6c0 Delete type=0 #667
|
||||
2025/01/24-22:57:21.123641 7f993ffff6c0 Level-0 table #672: started
|
||||
2025/01/24-22:57:21.123671 7f993ffff6c0 Level-0 table #672: 0 bytes OK
|
||||
2025/01/24-22:57:21.160671 7f993ffff6c0 Delete type=0 #670
|
||||
2025/01/24-22:57:21.240051 7f993ffff6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:21.240084 7f993ffff6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000548
|
||||
MANIFEST-000580
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:21.219747 7f25b8ff96c0 Recovering log #546
|
||||
2024/12/12-21:46:21.357828 7f25b8ff96c0 Delete type=3 #544
|
||||
2024/12/12-21:46:21.357906 7f25b8ff96c0 Delete type=0 #546
|
||||
2024/12/12-21:50:14.000887 7f25b2ffd6c0 Level-0 table #551: started
|
||||
2024/12/12-21:50:14.000914 7f25b2ffd6c0 Level-0 table #551: 0 bytes OK
|
||||
2024/12/12-21:50:14.007233 7f25b2ffd6c0 Delete type=0 #549
|
||||
2024/12/12-21:50:14.007444 7f25b2ffd6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:14.007467 7f25b2ffd6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:11.092905 7f4bda7fc6c0 Recovering log #578
|
||||
2025/01/24-22:58:11.201768 7f4bda7fc6c0 Delete type=3 #576
|
||||
2025/01/24-22:58:11.201824 7f4bda7fc6c0 Delete type=0 #578
|
||||
2025/01/24-23:03:04.994533 7f4bd3fff6c0 Level-0 table #583: started
|
||||
2025/01/24-23:03:04.994565 7f4bd3fff6c0 Level-0 table #583: 0 bytes OK
|
||||
2025/01/24-23:03:05.026142 7f4bd3fff6c0 Delete type=0 #581
|
||||
2025/01/24-23:03:05.134458 7f4bd3fff6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:05.134526 7f4bd3fff6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:43.769672 7f25b3fff6c0 Recovering log #542
|
||||
2024/12/12-21:11:43.908078 7f25b3fff6c0 Delete type=3 #540
|
||||
2024/12/12-21:11:43.908136 7f25b3fff6c0 Delete type=0 #542
|
||||
2024/12/12-21:40:17.211104 7f25b2ffd6c0 Level-0 table #547: started
|
||||
2024/12/12-21:40:17.211136 7f25b2ffd6c0 Level-0 table #547: 0 bytes OK
|
||||
2024/12/12-21:40:17.217157 7f25b2ffd6c0 Delete type=0 #545
|
||||
2024/12/12-21:40:17.217354 7f25b2ffd6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.217411 7f25b2ffd6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.863505 7f9bdd7fa6c0 Recovering log #574
|
||||
2025/01/24-22:56:58.891122 7f9bdd7fa6c0 Delete type=3 #572
|
||||
2025/01/24-22:56:58.891201 7f9bdd7fa6c0 Delete type=0 #574
|
||||
2025/01/24-22:57:20.924059 7f993ffff6c0 Level-0 table #579: started
|
||||
2025/01/24-22:57:20.924080 7f993ffff6c0 Level-0 table #579: 0 bytes OK
|
||||
2025/01/24-22:57:20.960177 7f993ffff6c0 Delete type=0 #577
|
||||
2025/01/24-22:57:21.081380 7f993ffff6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:21.081438 7f993ffff6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000553
|
||||
MANIFEST-000585
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:46:20.949667 7f25b3fff6c0 Recovering log #551
|
||||
2024/12/12-21:46:21.081419 7f25b3fff6c0 Delete type=3 #549
|
||||
2024/12/12-21:46:21.081502 7f25b3fff6c0 Delete type=0 #551
|
||||
2024/12/12-21:50:13.967911 7f25b2ffd6c0 Level-0 table #556: started
|
||||
2024/12/12-21:50:13.967935 7f25b2ffd6c0 Level-0 table #556: 0 bytes OK
|
||||
2024/12/12-21:50:13.974178 7f25b2ffd6c0 Delete type=0 #554
|
||||
2024/12/12-21:50:13.981116 7f25b2ffd6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:50:13.981143 7f25b2ffd6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:58:10.962451 7f4bd9ffb6c0 Recovering log #583
|
||||
2025/01/24-22:58:11.009059 7f4bd9ffb6c0 Delete type=3 #581
|
||||
2025/01/24-22:58:11.009117 7f4bd9ffb6c0 Delete type=0 #583
|
||||
2025/01/24-23:03:04.957995 7f4bd3fff6c0 Level-0 table #588: started
|
||||
2025/01/24-23:03:04.958019 7f4bd3fff6c0 Level-0 table #588: 0 bytes OK
|
||||
2025/01/24-23:03:04.994053 7f4bd3fff6c0 Delete type=0 #586
|
||||
2025/01/24-23:03:04.994355 7f4bd3fff6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-23:03:04.994423 7f4bd3fff6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/12/12-21:11:43.473179 7f25b97fa6c0 Recovering log #547
|
||||
2024/12/12-21:11:43.610719 7f25b97fa6c0 Delete type=3 #545
|
||||
2024/12/12-21:11:43.610777 7f25b97fa6c0 Delete type=0 #547
|
||||
2024/12/12-21:40:17.185144 7f25b2ffd6c0 Level-0 table #552: started
|
||||
2024/12/12-21:40:17.185170 7f25b2ffd6c0 Level-0 table #552: 0 bytes OK
|
||||
2024/12/12-21:40:17.191058 7f25b2ffd6c0 Delete type=0 #550
|
||||
2024/12/12-21:40:17.191199 7f25b2ffd6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
|
||||
2024/12/12-21:40:17.191227 7f25b2ffd6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:56:58.836411 7f9bdcff96c0 Recovering log #579
|
||||
2025/01/24-22:56:58.847017 7f9bdcff96c0 Delete type=3 #577
|
||||
2025/01/24-22:56:58.847091 7f9bdcff96c0 Delete type=0 #579
|
||||
2025/01/24-22:57:20.771778 7f993ffff6c0 Level-0 table #584: started
|
||||
2025/01/24-22:57:20.771813 7f993ffff6c0 Level-0 table #584: 0 bytes OK
|
||||
2025/01/24-22:57:20.808592 7f993ffff6c0 Delete type=0 #582
|
||||
2025/01/24-22:57:20.923901 7f993ffff6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
|
||||
2025/01/24-22:57:20.923938 7f993ffff6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user