Correction sur se désengager
This commit is contained in:
parent
39f8cfdbcc
commit
436b282ff5
@ -206,7 +206,7 @@ export class HawkmoonActor extends Actor {
|
||||
|
||||
/* -------------------------------------------- */
|
||||
getCombatValues() {
|
||||
if (this.type == "cellule"){
|
||||
if (this.type == "cellule") {
|
||||
return {
|
||||
initBase: 0,
|
||||
initTotal: 0,
|
||||
@ -543,6 +543,23 @@ export class HawkmoonActor extends Actor {
|
||||
return init || -1
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
getBestAttackValue() {
|
||||
let attackList = this.items.filter(item => (item.type == "arme" || item.type == "talent") && item.system.equipped)
|
||||
let maxOff = 0
|
||||
let bestArme
|
||||
for (let arme of attackList) {
|
||||
if (arme.type == "arme") {
|
||||
arme = this.prepareArme(arme)
|
||||
}
|
||||
if (arme.system.totalOffensif > maxOff) {
|
||||
maxOff = arme.system.totalOffensif
|
||||
bestArme = foundry.utils.duplicate(arme)
|
||||
}
|
||||
}
|
||||
return bestArme
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
getBestDefenseValue() {
|
||||
let defenseList = this.items.filter(item => (item.type == "arme") && item.system.equipped)
|
||||
|
@ -663,6 +663,7 @@ export class HawkmoonUtility {
|
||||
rollData.defenderTokenId = target.id
|
||||
let defender = game.canvas.tokens.get(rollData.defenderTokenId).actor
|
||||
rollData.armeDefense = defender.getBestDefenseValue()
|
||||
rollData.armeAttaqueDefenseur = defender.getBestAttackValue()
|
||||
rollData.targetVigueur = defender.getVigueur()
|
||||
rollData.protectionDefenseur = defender.getProtection()
|
||||
if (rollData.immobiliser || rollData.repousser) {
|
||||
@ -673,6 +674,8 @@ export class HawkmoonUtility {
|
||||
rollData.difficulte = combatValues.defenseTotal
|
||||
}else if ( rollData.assomer) {
|
||||
rollData.difficulte = 3 + (defender.system.attributs.tre.value * 2)
|
||||
} else if (rollData.desengager) {
|
||||
rollData.difficulte = rollData.armeAttaqueDefenseur?.system?.totalOffensif || 0;
|
||||
} else if (rollData.armeDefense) {
|
||||
rollData.difficulte = rollData.armeDefense.system.totalDefensif
|
||||
if ( !rollData.desengager && !rollData.arme.system.armenaturelle && !rollData.arme.system.armefortune ){
|
||||
|
@ -1 +1 @@
|
||||
MANIFEST-000264
|
||||
MANIFEST-000268
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/28-14:48:51.414284 7f9cf5ffb6c0 Recovering log #261
|
||||
2025/03/28-14:48:51.424277 7f9cf5ffb6c0 Delete type=3 #259
|
||||
2025/03/28-14:48:51.424333 7f9cf5ffb6c0 Delete type=0 #261
|
||||
2025/03/28-14:56:17.706645 7f9cf4ff96c0 Level-0 table #267: started
|
||||
2025/03/28-14:56:17.706686 7f9cf4ff96c0 Level-0 table #267: 0 bytes OK
|
||||
2025/03/28-14:56:17.715753 7f9cf4ff96c0 Delete type=0 #265
|
||||
2025/03/28-14:56:17.747853 7f9cf4ff96c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.747898 7f9cf4ff96c0 Manual compaction at level-1 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:06:54.240513 7f9cf5ffb6c0 Recovering log #266
|
||||
2025/03/28-18:06:54.252115 7f9cf5ffb6c0 Delete type=3 #264
|
||||
2025/03/28-18:06:54.252178 7f9cf5ffb6c0 Delete type=0 #266
|
||||
2025/03/28-18:09:08.872875 7f9cf4ff96c0 Level-0 table #271: started
|
||||
2025/03/28-18:09:08.872910 7f9cf4ff96c0 Level-0 table #271: 0 bytes OK
|
||||
2025/03/28-18:09:08.879279 7f9cf4ff96c0 Delete type=0 #269
|
||||
2025/03/28-18:09:08.892832 7f9cf4ff96c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:09:08.903986 7f9cf4ff96c0 Manual compaction at level-1 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,15 +1,8 @@
|
||||
2025/03/02-08:57:29.566048 7fcc0cdf96c0 Recovering log #257
|
||||
2025/03/02-08:57:29.577154 7fcc0cdf96c0 Delete type=3 #255
|
||||
2025/03/02-08:57:29.577248 7fcc0cdf96c0 Delete type=0 #257
|
||||
2025/03/02-08:58:03.539437 7fcc06ffd6c0 Level-0 table #262: started
|
||||
2025/03/02-08:58:03.563234 7fcc06ffd6c0 Level-0 table #262: 41333 bytes OK
|
||||
2025/03/02-08:58:03.603057 7fcc06ffd6c0 Delete type=0 #260
|
||||
2025/03/02-08:58:03.603400 7fcc06ffd6c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
2025/03/02-08:58:03.603435 7fcc06ffd6c0 Manual compaction at level-1 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 19 : 1
|
||||
2025/03/02-08:58:03.603443 7fcc06ffd6c0 Compacting 1@1 + 1@2 files
|
||||
2025/03/02-08:58:03.619393 7fcc06ffd6c0 Generated table #263@1: 4 keys, 41333 bytes
|
||||
2025/03/02-08:58:03.619438 7fcc06ffd6c0 Compacted 1@1 + 1@2 files => 41333 bytes
|
||||
2025/03/02-08:58:03.656322 7fcc06ffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2025/03/02-08:58:03.656471 7fcc06ffd6c0 Delete type=2 #250
|
||||
2025/03/02-08:58:03.656662 7fcc06ffd6c0 Delete type=2 #262
|
||||
2025/03/02-08:58:03.793678 7fcc06ffd6c0 Manual compaction at level-1 from '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 19 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:48:51.414284 7f9cf5ffb6c0 Recovering log #261
|
||||
2025/03/28-14:48:51.424277 7f9cf5ffb6c0 Delete type=3 #259
|
||||
2025/03/28-14:48:51.424333 7f9cf5ffb6c0 Delete type=0 #261
|
||||
2025/03/28-14:56:17.706645 7f9cf4ff96c0 Level-0 table #267: started
|
||||
2025/03/28-14:56:17.706686 7f9cf4ff96c0 Level-0 table #267: 0 bytes OK
|
||||
2025/03/28-14:56:17.715753 7f9cf4ff96c0 Delete type=0 #265
|
||||
2025/03/28-14:56:17.747853 7f9cf4ff96c0 Manual compaction at level-0 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.747898 7f9cf4ff96c0 Manual compaction at level-1 from '!journal!MUbViCE2PkVxlzqe' @ 72057594037927935 : 1 .. '!journal.pages!gVybbv17TFY8o3Y4.fQidyqfF1TbsZKHM' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000263
|
||||
MANIFEST-000267
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/28-14:48:51.294919 7f9cf67fc6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.304807 7f9cf67fc6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.304864 7f9cf67fc6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.643826 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.643859 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.653389 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.664831 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.664877 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:06:54.129546 7f9cf57fa6c0 Recovering log #265
|
||||
2025/03/28-18:06:54.140296 7f9cf57fa6c0 Delete type=3 #263
|
||||
2025/03/28-18:06:54.140354 7f9cf57fa6c0 Delete type=0 #265
|
||||
2025/03/28-18:09:08.799681 7f9cf4ff96c0 Level-0 table #270: started
|
||||
2025/03/28-18:09:08.799712 7f9cf4ff96c0 Level-0 table #270: 0 bytes OK
|
||||
2025/03/28-18:09:08.806126 7f9cf4ff96c0 Delete type=0 #268
|
||||
2025/03/28-18:09:08.806364 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:09:08.806424 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,15 +1,8 @@
|
||||
2025/03/02-08:57:29.419608 7fcc077fe6c0 Recovering log #256
|
||||
2025/03/02-08:57:29.430639 7fcc077fe6c0 Delete type=3 #254
|
||||
2025/03/02-08:57:29.430745 7fcc077fe6c0 Delete type=0 #256
|
||||
2025/03/02-08:58:02.892095 7fcc06ffd6c0 Level-0 table #261: started
|
||||
2025/03/02-08:58:02.910659 7fcc06ffd6c0 Level-0 table #261: 14136 bytes OK
|
||||
2025/03/02-08:58:02.953292 7fcc06ffd6c0 Delete type=0 #259
|
||||
2025/03/02-08:58:02.953720 7fcc06ffd6c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
2025/03/02-08:58:03.126123 7fcc06ffd6c0 Manual compaction at level-1 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at '!items!wxrzP3NyiHiYnAMJ' @ 196 : 1
|
||||
2025/03/02-08:58:03.126134 7fcc06ffd6c0 Compacting 1@1 + 1@2 files
|
||||
2025/03/02-08:58:03.149748 7fcc06ffd6c0 Generated table #262@1: 49 keys, 14136 bytes
|
||||
2025/03/02-08:58:03.149796 7fcc06ffd6c0 Compacted 1@1 + 1@2 files => 14136 bytes
|
||||
2025/03/02-08:58:03.189241 7fcc06ffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2025/03/02-08:58:03.189672 7fcc06ffd6c0 Delete type=2 #221
|
||||
2025/03/02-08:58:03.189932 7fcc06ffd6c0 Delete type=2 #261
|
||||
2025/03/02-08:58:03.190151 7fcc06ffd6c0 Manual compaction at level-1 from '!items!wxrzP3NyiHiYnAMJ' @ 196 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:48:51.294919 7f9cf67fc6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.304807 7f9cf67fc6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.304864 7f9cf67fc6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.643826 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.643859 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.653389 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.664831 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.664877 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0fit7HelSjaFtXcW' @ 72057594037927935 : 1 .. '!items!wxrzP3NyiHiYnAMJ' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000263
|
||||
MANIFEST-000267
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/28-14:48:51.264974 7f9cf5ffb6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.275685 7f9cf5ffb6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.275752 7f9cf5ffb6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.599288 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.599333 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.609691 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.621022 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.621095 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:06:54.103361 7f9cf5ffb6c0 Recovering log #265
|
||||
2025/03/28-18:06:54.113349 7f9cf5ffb6c0 Delete type=3 #263
|
||||
2025/03/28-18:06:54.113428 7f9cf5ffb6c0 Delete type=0 #265
|
||||
2025/03/28-18:09:08.786685 7f9cf4ff96c0 Level-0 table #270: started
|
||||
2025/03/28-18:09:08.786722 7f9cf4ff96c0 Level-0 table #270: 0 bytes OK
|
||||
2025/03/28-18:09:08.793132 7f9cf4ff96c0 Delete type=0 #268
|
||||
2025/03/28-18:09:08.806327 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:09:08.806394 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,15 +1,8 @@
|
||||
2025/03/02-08:57:29.387471 7fcc0cdf96c0 Recovering log #256
|
||||
2025/03/02-08:57:29.398566 7fcc0cdf96c0 Delete type=3 #254
|
||||
2025/03/02-08:57:29.398666 7fcc0cdf96c0 Delete type=0 #256
|
||||
2025/03/02-08:58:02.283451 7fcc06ffd6c0 Level-0 table #261: started
|
||||
2025/03/02-08:58:02.302111 7fcc06ffd6c0 Level-0 table #261: 7055 bytes OK
|
||||
2025/03/02-08:58:02.336557 7fcc06ffd6c0 Delete type=0 #259
|
||||
2025/03/02-08:58:02.492336 7fcc06ffd6c0 Manual compaction at level-0 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
2025/03/02-08:58:02.492403 7fcc06ffd6c0 Manual compaction at level-1 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at '!items!tFU5yISK6spdNWco' @ 32 : 1
|
||||
2025/03/02-08:58:02.492412 7fcc06ffd6c0 Compacting 1@1 + 1@2 files
|
||||
2025/03/02-08:58:02.510817 7fcc06ffd6c0 Generated table #262@1: 8 keys, 7055 bytes
|
||||
2025/03/02-08:58:02.510852 7fcc06ffd6c0 Compacted 1@1 + 1@2 files => 7055 bytes
|
||||
2025/03/02-08:58:02.547701 7fcc06ffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2025/03/02-08:58:02.547911 7fcc06ffd6c0 Delete type=2 #221
|
||||
2025/03/02-08:58:02.548269 7fcc06ffd6c0 Delete type=2 #261
|
||||
2025/03/02-08:58:02.717763 7fcc06ffd6c0 Manual compaction at level-1 from '!items!tFU5yISK6spdNWco' @ 32 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:48:51.264974 7f9cf5ffb6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.275685 7f9cf5ffb6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.275752 7f9cf5ffb6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.599288 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.599333 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.609691 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.621022 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.621095 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0nhTxujlIUB63Aqt' @ 72057594037927935 : 1 .. '!items!tFU5yISK6spdNWco' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000263
|
||||
MANIFEST-000267
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/28-14:48:51.234537 7f9cf67fc6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.245515 7f9cf67fc6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.245574 7f9cf67fc6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.609952 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.609988 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.620719 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.621043 7f9cf4ff96c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.621110 7f9cf4ff96c0 Manual compaction at level-1 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:06:54.075285 7f9cf57fa6c0 Recovering log #265
|
||||
2025/03/28-18:06:54.086230 7f9cf57fa6c0 Delete type=3 #263
|
||||
2025/03/28-18:06:54.086300 7f9cf57fa6c0 Delete type=0 #265
|
||||
2025/03/28-18:09:08.813600 7f9cf4ff96c0 Level-0 table #270: started
|
||||
2025/03/28-18:09:08.813626 7f9cf4ff96c0 Level-0 table #270: 0 bytes OK
|
||||
2025/03/28-18:09:08.819856 7f9cf4ff96c0 Delete type=0 #268
|
||||
2025/03/28-18:09:08.833880 7f9cf4ff96c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:09:08.833915 7f9cf4ff96c0 Manual compaction at level-1 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,15 +1,8 @@
|
||||
2025/03/02-08:57:29.349999 7fcc07fff6c0 Recovering log #256
|
||||
2025/03/02-08:57:29.360713 7fcc07fff6c0 Delete type=3 #254
|
||||
2025/03/02-08:57:29.360812 7fcc07fff6c0 Delete type=0 #256
|
||||
2025/03/02-08:58:02.390835 7fcc06ffd6c0 Level-0 table #261: started
|
||||
2025/03/02-08:58:02.408866 7fcc06ffd6c0 Level-0 table #261: 16661 bytes OK
|
||||
2025/03/02-08:58:02.437413 7fcc06ffd6c0 Delete type=0 #259
|
||||
2025/03/02-08:58:02.492365 7fcc06ffd6c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
2025/03/02-08:58:02.603019 7fcc06ffd6c0 Manual compaction at level-1 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at '!items!yI1zY5k8mAdx9wHK' @ 60 : 1
|
||||
2025/03/02-08:58:02.603036 7fcc06ffd6c0 Compacting 1@1 + 1@2 files
|
||||
2025/03/02-08:58:02.621281 7fcc06ffd6c0 Generated table #262@1: 15 keys, 16661 bytes
|
||||
2025/03/02-08:58:02.621312 7fcc06ffd6c0 Compacted 1@1 + 1@2 files => 16661 bytes
|
||||
2025/03/02-08:58:02.658344 7fcc06ffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2025/03/02-08:58:02.658480 7fcc06ffd6c0 Delete type=2 #221
|
||||
2025/03/02-08:58:02.658717 7fcc06ffd6c0 Delete type=2 #261
|
||||
2025/03/02-08:58:02.717809 7fcc06ffd6c0 Manual compaction at level-1 from '!items!yI1zY5k8mAdx9wHK' @ 60 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:48:51.234537 7f9cf67fc6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.245515 7f9cf67fc6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.245574 7f9cf67fc6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.609952 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.609988 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.620719 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.621043 7f9cf4ff96c0 Manual compaction at level-0 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.621110 7f9cf4ff96c0 Manual compaction at level-1 from '!items!15IDGG6JoZnRCQtY' @ 72057594037927935 : 1 .. '!items!yI1zY5k8mAdx9wHK' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000263
|
||||
MANIFEST-000267
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/28-14:48:51.322258 7f9cf5ffb6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.332966 7f9cf5ffb6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.333025 7f9cf5ffb6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.653610 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.653676 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.664679 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.664840 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.664885 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:06:54.156515 7f9cf5ffb6c0 Recovering log #265
|
||||
2025/03/28-18:06:54.167920 7f9cf5ffb6c0 Delete type=3 #263
|
||||
2025/03/28-18:06:54.168006 7f9cf5ffb6c0 Delete type=0 #265
|
||||
2025/03/28-18:09:08.806529 7f9cf4ff96c0 Level-0 table #270: started
|
||||
2025/03/28-18:09:08.806589 7f9cf4ff96c0 Level-0 table #270: 0 bytes OK
|
||||
2025/03/28-18:09:08.813486 7f9cf4ff96c0 Delete type=0 #268
|
||||
2025/03/28-18:09:08.833864 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:09:08.833923 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,15 +1,8 @@
|
||||
2025/03/02-08:57:29.452992 7fcc07fff6c0 Recovering log #256
|
||||
2025/03/02-08:57:29.463539 7fcc07fff6c0 Delete type=3 #254
|
||||
2025/03/02-08:57:29.463629 7fcc07fff6c0 Delete type=0 #256
|
||||
2025/03/02-08:58:02.717980 7fcc06ffd6c0 Level-0 table #261: started
|
||||
2025/03/02-08:58:02.732895 7fcc06ffd6c0 Level-0 table #261: 31835 bytes OK
|
||||
2025/03/02-08:58:02.775104 7fcc06ffd6c0 Delete type=0 #259
|
||||
2025/03/02-08:58:02.953625 7fcc06ffd6c0 Manual compaction at level-0 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
2025/03/02-08:58:02.953753 7fcc06ffd6c0 Manual compaction at level-1 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at '!items!zYx0Ak2y1LNTcKlO' @ 604 : 1
|
||||
2025/03/02-08:58:02.953770 7fcc06ffd6c0 Compacting 1@1 + 1@2 files
|
||||
2025/03/02-08:58:02.971582 7fcc06ffd6c0 Generated table #262@1: 151 keys, 31835 bytes
|
||||
2025/03/02-08:58:02.971622 7fcc06ffd6c0 Compacted 1@1 + 1@2 files => 31835 bytes
|
||||
2025/03/02-08:58:03.008846 7fcc06ffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2025/03/02-08:58:03.008998 7fcc06ffd6c0 Delete type=2 #221
|
||||
2025/03/02-08:58:03.009268 7fcc06ffd6c0 Delete type=2 #261
|
||||
2025/03/02-08:58:03.190077 7fcc06ffd6c0 Manual compaction at level-1 from '!items!zYx0Ak2y1LNTcKlO' @ 604 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:48:51.322258 7f9cf5ffb6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.332966 7f9cf5ffb6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.333025 7f9cf5ffb6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.653610 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.653676 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.664679 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.664840 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.664885 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0BopmCu8vGK2923j' @ 72057594037927935 : 1 .. '!items!zYx0Ak2y1LNTcKlO' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000263
|
||||
MANIFEST-000267
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/28-14:48:51.280283 7f9cf57fa6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.290774 7f9cf57fa6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.290830 7f9cf57fa6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.575147 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.575265 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.588993 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.620966 7f9cf4ff96c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.621063 7f9cf4ff96c0 Manual compaction at level-1 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:06:54.116086 7f9cf67fc6c0 Recovering log #265
|
||||
2025/03/28-18:06:54.126771 7f9cf67fc6c0 Delete type=3 #263
|
||||
2025/03/28-18:06:54.126828 7f9cf67fc6c0 Delete type=0 #265
|
||||
2025/03/28-18:09:08.793243 7f9cf4ff96c0 Level-0 table #270: started
|
||||
2025/03/28-18:09:08.793267 7f9cf4ff96c0 Level-0 table #270: 0 bytes OK
|
||||
2025/03/28-18:09:08.799520 7f9cf4ff96c0 Delete type=0 #268
|
||||
2025/03/28-18:09:08.806348 7f9cf4ff96c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:09:08.806409 7f9cf4ff96c0 Manual compaction at level-1 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,15 +1,8 @@
|
||||
2025/03/02-08:57:29.403874 7fcc07fff6c0 Recovering log #256
|
||||
2025/03/02-08:57:29.414354 7fcc07fff6c0 Delete type=3 #254
|
||||
2025/03/02-08:57:29.414440 7fcc07fff6c0 Delete type=0 #256
|
||||
2025/03/02-08:58:02.336864 7fcc06ffd6c0 Level-0 table #261: started
|
||||
2025/03/02-08:58:02.352668 7fcc06ffd6c0 Level-0 table #261: 19975 bytes OK
|
||||
2025/03/02-08:58:02.390518 7fcc06ffd6c0 Delete type=0 #259
|
||||
2025/03/02-08:58:02.492352 7fcc06ffd6c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
2025/03/02-08:58:02.548411 7fcc06ffd6c0 Manual compaction at level-1 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at '!items!z1HtkvazCGHut7cz' @ 192 : 1
|
||||
2025/03/02-08:58:02.548423 7fcc06ffd6c0 Compacting 1@1 + 1@2 files
|
||||
2025/03/02-08:58:02.566346 7fcc06ffd6c0 Generated table #262@1: 48 keys, 19975 bytes
|
||||
2025/03/02-08:58:02.566384 7fcc06ffd6c0 Compacted 1@1 + 1@2 files => 19975 bytes
|
||||
2025/03/02-08:58:02.602369 7fcc06ffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2025/03/02-08:58:02.602545 7fcc06ffd6c0 Delete type=2 #221
|
||||
2025/03/02-08:58:02.602837 7fcc06ffd6c0 Delete type=2 #261
|
||||
2025/03/02-08:58:02.717782 7fcc06ffd6c0 Manual compaction at level-1 from '!items!z1HtkvazCGHut7cz' @ 192 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:48:51.280283 7f9cf57fa6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.290774 7f9cf57fa6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.290830 7f9cf57fa6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.575147 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.575265 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.588993 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.620966 7f9cf4ff96c0 Manual compaction at level-0 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.621063 7f9cf4ff96c0 Manual compaction at level-1 from '!items!15foLG7y3LUXNzkK' @ 72057594037927935 : 1 .. '!items!z1HtkvazCGHut7cz' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000173
|
||||
MANIFEST-000177
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/28-14:48:51.249116 7f9cf6ffd6c0 Recovering log #170
|
||||
2025/03/28-14:48:51.259201 7f9cf6ffd6c0 Delete type=3 #168
|
||||
2025/03/28-14:48:51.259300 7f9cf6ffd6c0 Delete type=0 #170
|
||||
2025/03/28-14:56:17.589172 7f9cf4ff96c0 Level-0 table #176: started
|
||||
2025/03/28-14:56:17.589229 7f9cf4ff96c0 Level-0 table #176: 0 bytes OK
|
||||
2025/03/28-14:56:17.599147 7f9cf4ff96c0 Delete type=0 #174
|
||||
2025/03/28-14:56:17.621000 7f9cf4ff96c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.621080 7f9cf4ff96c0 Manual compaction at level-1 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:06:54.089587 7f9cf6ffd6c0 Recovering log #175
|
||||
2025/03/28-18:06:54.100163 7f9cf6ffd6c0 Delete type=3 #173
|
||||
2025/03/28-18:06:54.100221 7f9cf6ffd6c0 Delete type=0 #175
|
||||
2025/03/28-18:09:08.826965 7f9cf4ff96c0 Level-0 table #180: started
|
||||
2025/03/28-18:09:08.826991 7f9cf4ff96c0 Level-0 table #180: 0 bytes OK
|
||||
2025/03/28-18:09:08.833674 7f9cf4ff96c0 Delete type=0 #178
|
||||
2025/03/28-18:09:08.833905 7f9cf4ff96c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:09:08.833931 7f9cf4ff96c0 Manual compaction at level-1 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,15 +1,8 @@
|
||||
2025/03/02-08:57:29.369233 7fcc0d5fa6c0 Recovering log #166
|
||||
2025/03/02-08:57:29.380959 7fcc0d5fa6c0 Delete type=3 #164
|
||||
2025/03/02-08:57:29.381045 7fcc0d5fa6c0 Delete type=0 #166
|
||||
2025/03/02-08:58:02.437610 7fcc06ffd6c0 Level-0 table #171: started
|
||||
2025/03/02-08:58:02.453630 7fcc06ffd6c0 Level-0 table #171: 58279 bytes OK
|
||||
2025/03/02-08:58:02.492092 7fcc06ffd6c0 Delete type=0 #169
|
||||
2025/03/02-08:58:02.492377 7fcc06ffd6c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
2025/03/02-08:58:02.659007 7fcc06ffd6c0 Manual compaction at level-1 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at '!items!zttESycGKltfwCzJ' @ 652 : 1
|
||||
2025/03/02-08:58:02.659030 7fcc06ffd6c0 Compacting 1@1 + 1@2 files
|
||||
2025/03/02-08:58:02.677005 7fcc06ffd6c0 Generated table #172@1: 167 keys, 58948 bytes
|
||||
2025/03/02-08:58:02.677035 7fcc06ffd6c0 Compacted 1@1 + 1@2 files => 58948 bytes
|
||||
2025/03/02-08:58:02.716911 7fcc06ffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2025/03/02-08:58:02.717127 7fcc06ffd6c0 Delete type=2 #131
|
||||
2025/03/02-08:58:02.717540 7fcc06ffd6c0 Delete type=2 #171
|
||||
2025/03/02-08:58:02.717824 7fcc06ffd6c0 Manual compaction at level-1 from '!items!zttESycGKltfwCzJ' @ 652 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:48:51.249116 7f9cf6ffd6c0 Recovering log #170
|
||||
2025/03/28-14:48:51.259201 7f9cf6ffd6c0 Delete type=3 #168
|
||||
2025/03/28-14:48:51.259300 7f9cf6ffd6c0 Delete type=0 #170
|
||||
2025/03/28-14:56:17.589172 7f9cf4ff96c0 Level-0 table #176: started
|
||||
2025/03/28-14:56:17.589229 7f9cf4ff96c0 Level-0 table #176: 0 bytes OK
|
||||
2025/03/28-14:56:17.599147 7f9cf4ff96c0 Delete type=0 #174
|
||||
2025/03/28-14:56:17.621000 7f9cf4ff96c0 Manual compaction at level-0 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.621080 7f9cf4ff96c0 Manual compaction at level-1 from '!folders!5d4Zn28TUcPxRyXd' @ 72057594037927935 : 1 .. '!items!zttESycGKltfwCzJ' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000263
|
||||
MANIFEST-000267
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/28-14:48:51.338096 7f9cf57fa6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.348604 7f9cf57fa6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.348690 7f9cf57fa6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.632377 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.632408 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.643709 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.664820 7f9cf4ff96c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.664869 7f9cf4ff96c0 Manual compaction at level-1 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:06:54.172273 7f9cf67fc6c0 Recovering log #265
|
||||
2025/03/28-18:06:54.183178 7f9cf67fc6c0 Delete type=3 #263
|
||||
2025/03/28-18:06:54.183275 7f9cf67fc6c0 Delete type=0 #265
|
||||
2025/03/28-18:09:08.820046 7f9cf4ff96c0 Level-0 table #270: started
|
||||
2025/03/28-18:09:08.820086 7f9cf4ff96c0 Level-0 table #270: 0 bytes OK
|
||||
2025/03/28-18:09:08.826845 7f9cf4ff96c0 Delete type=0 #268
|
||||
2025/03/28-18:09:08.833893 7f9cf4ff96c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:09:08.833939 7f9cf4ff96c0 Manual compaction at level-1 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,15 +1,8 @@
|
||||
2025/03/02-08:57:29.472323 7fcc077fe6c0 Recovering log #256
|
||||
2025/03/02-08:57:29.483693 7fcc077fe6c0 Delete type=3 #254
|
||||
2025/03/02-08:57:29.483936 7fcc077fe6c0 Delete type=0 #256
|
||||
2025/03/02-08:58:02.831242 7fcc06ffd6c0 Level-0 table #261: started
|
||||
2025/03/02-08:58:02.854958 7fcc06ffd6c0 Level-0 table #261: 29943 bytes OK
|
||||
2025/03/02-08:58:02.891885 7fcc06ffd6c0 Delete type=0 #259
|
||||
2025/03/02-08:58:02.953694 7fcc06ffd6c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
2025/03/02-08:58:03.070420 7fcc06ffd6c0 Manual compaction at level-1 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at '!items!tFQqcxmkS3MT6ASE' @ 60 : 1
|
||||
2025/03/02-08:58:03.070431 7fcc06ffd6c0 Compacting 1@1 + 1@2 files
|
||||
2025/03/02-08:58:03.091252 7fcc06ffd6c0 Generated table #262@1: 15 keys, 29943 bytes
|
||||
2025/03/02-08:58:03.091293 7fcc06ffd6c0 Compacted 1@1 + 1@2 files => 29943 bytes
|
||||
2025/03/02-08:58:03.125600 7fcc06ffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2025/03/02-08:58:03.125776 7fcc06ffd6c0 Delete type=2 #221
|
||||
2025/03/02-08:58:03.125992 7fcc06ffd6c0 Delete type=2 #261
|
||||
2025/03/02-08:58:03.190126 7fcc06ffd6c0 Manual compaction at level-1 from '!items!tFQqcxmkS3MT6ASE' @ 60 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:48:51.338096 7f9cf57fa6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.348604 7f9cf57fa6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.348690 7f9cf57fa6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.632377 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.632408 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.643709 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.664820 7f9cf4ff96c0 Manual compaction at level-0 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.664869 7f9cf4ff96c0 Manual compaction at level-1 from '!items!26mRstKhCJoXkhu1' @ 72057594037927935 : 1 .. '!items!tFQqcxmkS3MT6ASE' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000263
|
||||
MANIFEST-000267
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/28-14:48:51.307945 7f9cf6ffd6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.319172 7f9cf6ffd6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.319256 7f9cf6ffd6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.621210 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.621292 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.632240 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.664806 7f9cf4ff96c0 Manual compaction at level-0 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.664849 7f9cf4ff96c0 Manual compaction at level-1 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:06:54.142912 7f9cf6ffd6c0 Recovering log #265
|
||||
2025/03/28-18:06:54.152918 7f9cf6ffd6c0 Delete type=3 #263
|
||||
2025/03/28-18:06:54.153055 7f9cf6ffd6c0 Delete type=0 #265
|
||||
2025/03/28-18:09:08.779338 7f9cf4ff96c0 Level-0 table #270: started
|
||||
2025/03/28-18:09:08.779431 7f9cf4ff96c0 Level-0 table #270: 0 bytes OK
|
||||
2025/03/28-18:09:08.786537 7f9cf4ff96c0 Delete type=0 #268
|
||||
2025/03/28-18:09:08.806298 7f9cf4ff96c0 Manual compaction at level-0 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:09:08.806379 7f9cf4ff96c0 Manual compaction at level-1 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,15 +1,8 @@
|
||||
2025/03/02-08:57:29.437152 7fcc0d5fa6c0 Recovering log #256
|
||||
2025/03/02-08:57:29.448466 7fcc0d5fa6c0 Delete type=3 #254
|
||||
2025/03/02-08:57:29.448590 7fcc0d5fa6c0 Delete type=0 #256
|
||||
2025/03/02-08:58:02.775317 7fcc06ffd6c0 Level-0 table #261: started
|
||||
2025/03/02-08:58:02.796430 7fcc06ffd6c0 Level-0 table #261: 3490 bytes OK
|
||||
2025/03/02-08:58:02.830953 7fcc06ffd6c0 Delete type=0 #259
|
||||
2025/03/02-08:58:02.953665 7fcc06ffd6c0 Manual compaction at level-0 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
2025/03/02-08:58:03.009569 7fcc06ffd6c0 Manual compaction at level-1 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at '!items!yszkersMTE4p9VzP' @ 56 : 1
|
||||
2025/03/02-08:58:03.009590 7fcc06ffd6c0 Compacting 1@1 + 1@2 files
|
||||
2025/03/02-08:58:03.027476 7fcc06ffd6c0 Generated table #262@1: 14 keys, 3490 bytes
|
||||
2025/03/02-08:58:03.027507 7fcc06ffd6c0 Compacted 1@1 + 1@2 files => 3490 bytes
|
||||
2025/03/02-08:58:03.069833 7fcc06ffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2025/03/02-08:58:03.070020 7fcc06ffd6c0 Delete type=2 #221
|
||||
2025/03/02-08:58:03.070284 7fcc06ffd6c0 Delete type=2 #261
|
||||
2025/03/02-08:58:03.190098 7fcc06ffd6c0 Manual compaction at level-1 from '!items!yszkersMTE4p9VzP' @ 56 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:48:51.307945 7f9cf6ffd6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.319172 7f9cf6ffd6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.319256 7f9cf6ffd6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.621210 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.621292 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.632240 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.664806 7f9cf4ff96c0 Manual compaction at level-0 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.664849 7f9cf4ff96c0 Manual compaction at level-1 from '!items!16iPa2yIzB0V3pxb' @ 72057594037927935 : 1 .. '!items!yszkersMTE4p9VzP' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000102
|
||||
MANIFEST-000106
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/28-14:48:51.398097 7f9cf57fa6c0 Recovering log #99
|
||||
2025/03/28-14:48:51.409374 7f9cf57fa6c0 Delete type=3 #97
|
||||
2025/03/28-14:48:51.409433 7f9cf57fa6c0 Delete type=0 #99
|
||||
2025/03/28-14:56:17.695479 7f9cf4ff96c0 Level-0 table #105: started
|
||||
2025/03/28-14:56:17.695512 7f9cf4ff96c0 Level-0 table #105: 0 bytes OK
|
||||
2025/03/28-14:56:17.706325 7f9cf4ff96c0 Delete type=0 #103
|
||||
2025/03/28-14:56:17.706520 7f9cf4ff96c0 Manual compaction at level-0 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.706557 7f9cf4ff96c0 Manual compaction at level-1 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:06:54.226942 7f9cf67fc6c0 Recovering log #104
|
||||
2025/03/28-18:06:54.236785 7f9cf67fc6c0 Delete type=3 #102
|
||||
2025/03/28-18:06:54.236844 7f9cf67fc6c0 Delete type=0 #104
|
||||
2025/03/28-18:09:08.854204 7f9cf4ff96c0 Level-0 table #109: started
|
||||
2025/03/28-18:09:08.854246 7f9cf4ff96c0 Level-0 table #109: 0 bytes OK
|
||||
2025/03/28-18:09:08.861935 7f9cf4ff96c0 Delete type=0 #107
|
||||
2025/03/28-18:09:08.862106 7f9cf4ff96c0 Manual compaction at level-0 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:09:08.862134 7f9cf4ff96c0 Manual compaction at level-1 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,15 +1,8 @@
|
||||
2025/03/02-08:57:29.548716 7fcc077fe6c0 Recovering log #95
|
||||
2025/03/02-08:57:29.559071 7fcc077fe6c0 Delete type=3 #93
|
||||
2025/03/02-08:57:29.559165 7fcc077fe6c0 Delete type=0 #95
|
||||
2025/03/02-08:58:03.269443 7fcc06ffd6c0 Level-0 table #100: started
|
||||
2025/03/02-08:58:03.290602 7fcc06ffd6c0 Level-0 table #100: 1654 bytes OK
|
||||
2025/03/02-08:58:03.318020 7fcc06ffd6c0 Delete type=0 #98
|
||||
2025/03/02-08:58:03.371942 7fcc06ffd6c0 Manual compaction at level-0 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end)
|
||||
2025/03/02-08:58:03.425430 7fcc06ffd6c0 Manual compaction at level-1 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at '!scenes!mfosNsLsHN5Pf4TO' @ 95 : 1
|
||||
2025/03/02-08:58:03.425445 7fcc06ffd6c0 Compacting 1@1 + 1@2 files
|
||||
2025/03/02-08:58:03.440101 7fcc06ffd6c0 Generated table #101@1: 2 keys, 1654 bytes
|
||||
2025/03/02-08:58:03.440139 7fcc06ffd6c0 Compacted 1@1 + 1@2 files => 1654 bytes
|
||||
2025/03/02-08:58:03.478086 7fcc06ffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2025/03/02-08:58:03.478232 7fcc06ffd6c0 Delete type=2 #88
|
||||
2025/03/02-08:58:03.478455 7fcc06ffd6c0 Delete type=2 #100
|
||||
2025/03/02-08:58:03.603375 7fcc06ffd6c0 Manual compaction at level-1 from '!scenes!mfosNsLsHN5Pf4TO' @ 95 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:48:51.398097 7f9cf57fa6c0 Recovering log #99
|
||||
2025/03/28-14:48:51.409374 7f9cf57fa6c0 Delete type=3 #97
|
||||
2025/03/28-14:48:51.409433 7f9cf57fa6c0 Delete type=0 #99
|
||||
2025/03/28-14:56:17.695479 7f9cf4ff96c0 Level-0 table #105: started
|
||||
2025/03/28-14:56:17.695512 7f9cf4ff96c0 Level-0 table #105: 0 bytes OK
|
||||
2025/03/28-14:56:17.706325 7f9cf4ff96c0 Delete type=0 #103
|
||||
2025/03/28-14:56:17.706520 7f9cf4ff96c0 Manual compaction at level-0 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.706557 7f9cf4ff96c0 Manual compaction at level-1 from '!scenes!VOzC5ey4qi1C34MY' @ 72057594037927935 : 1 .. '!scenes!mfosNsLsHN5Pf4TO' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000260
|
||||
MANIFEST-000264
|
||||
|
@ -1,7 +1,7 @@
|
||||
2025/03/28-14:48:51.384307 7f9cf5ffb6c0 Recovering log #258
|
||||
2025/03/28-14:48:51.394425 7f9cf5ffb6c0 Delete type=3 #256
|
||||
2025/03/28-14:48:51.394516 7f9cf5ffb6c0 Delete type=0 #258
|
||||
2025/03/28-14:56:17.664999 7f9cf4ff96c0 Level-0 table #263: started
|
||||
2025/03/28-14:56:17.665030 7f9cf4ff96c0 Level-0 table #263: 0 bytes OK
|
||||
2025/03/28-14:56:17.674846 7f9cf4ff96c0 Delete type=0 #261
|
||||
2025/03/28-14:56:17.706469 7f9cf4ff96c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:06:54.214203 7f9cf5ffb6c0 Recovering log #262
|
||||
2025/03/28-18:06:54.224626 7f9cf5ffb6c0 Delete type=3 #260
|
||||
2025/03/28-18:06:54.224678 7f9cf5ffb6c0 Delete type=0 #262
|
||||
2025/03/28-18:09:08.847807 7f9cf4ff96c0 Level-0 table #267: started
|
||||
2025/03/28-18:09:08.847847 7f9cf4ff96c0 Level-0 table #267: 0 bytes OK
|
||||
2025/03/28-18:09:08.854019 7f9cf4ff96c0 Delete type=0 #265
|
||||
2025/03/28-18:09:08.862095 7f9cf4ff96c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,7 +1,7 @@
|
||||
2025/03/02-08:57:29.533057 7fcc0cdf96c0 Recovering log #254
|
||||
2025/03/02-08:57:29.543322 7fcc0cdf96c0 Delete type=3 #252
|
||||
2025/03/02-08:57:29.543437 7fcc0cdf96c0 Delete type=0 #254
|
||||
2025/03/02-08:58:03.190383 7fcc06ffd6c0 Level-0 table #259: started
|
||||
2025/03/02-08:58:03.190443 7fcc06ffd6c0 Level-0 table #259: 0 bytes OK
|
||||
2025/03/02-08:58:03.218435 7fcc06ffd6c0 Delete type=0 #257
|
||||
2025/03/02-08:58:03.371911 7fcc06ffd6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:48:51.384307 7f9cf5ffb6c0 Recovering log #258
|
||||
2025/03/28-14:48:51.394425 7f9cf5ffb6c0 Delete type=3 #256
|
||||
2025/03/28-14:48:51.394516 7f9cf5ffb6c0 Delete type=0 #258
|
||||
2025/03/28-14:56:17.664999 7f9cf4ff96c0 Level-0 table #263: started
|
||||
2025/03/28-14:56:17.665030 7f9cf4ff96c0 Level-0 table #263: 0 bytes OK
|
||||
2025/03/28-14:56:17.674846 7f9cf4ff96c0 Delete type=0 #261
|
||||
2025/03/28-14:56:17.706469 7f9cf4ff96c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/tables/MANIFEST-000264
Normal file
BIN
packs/tables/MANIFEST-000264
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000263
|
||||
MANIFEST-000267
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/28-14:48:51.369259 7f9cf6ffd6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.380348 7f9cf6ffd6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.380457 7f9cf6ffd6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.674984 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.675014 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.684396 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.706491 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.706530 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:06:54.200895 7f9cf6ffd6c0 Recovering log #265
|
||||
2025/03/28-18:06:54.211375 7f9cf6ffd6c0 Delete type=3 #263
|
||||
2025/03/28-18:06:54.211438 7f9cf6ffd6c0 Delete type=0 #265
|
||||
2025/03/28-18:09:08.840568 7f9cf4ff96c0 Level-0 table #270: started
|
||||
2025/03/28-18:09:08.840595 7f9cf4ff96c0 Level-0 table #270: 0 bytes OK
|
||||
2025/03/28-18:09:08.847609 7f9cf4ff96c0 Delete type=0 #268
|
||||
2025/03/28-18:09:08.862082 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:09:08.862116 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,15 +1,8 @@
|
||||
2025/03/02-08:57:29.506801 7fcc07fff6c0 Recovering log #256
|
||||
2025/03/02-08:57:29.517180 7fcc07fff6c0 Delete type=3 #254
|
||||
2025/03/02-08:57:29.517287 7fcc07fff6c0 Delete type=0 #256
|
||||
2025/03/02-08:58:03.218624 7fcc06ffd6c0 Level-0 table #261: started
|
||||
2025/03/02-08:58:03.234230 7fcc06ffd6c0 Level-0 table #261: 9340 bytes OK
|
||||
2025/03/02-08:58:03.269089 7fcc06ffd6c0 Delete type=0 #259
|
||||
2025/03/02-08:58:03.371928 7fcc06ffd6c0 Manual compaction at level-0 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
2025/03/02-08:58:03.371988 7fcc06ffd6c0 Manual compaction at level-1 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at '!items!yRTYaNKyXBX9wHhb' @ 76 : 1
|
||||
2025/03/02-08:58:03.371997 7fcc06ffd6c0 Compacting 1@1 + 1@2 files
|
||||
2025/03/02-08:58:03.390405 7fcc06ffd6c0 Generated table #262@1: 19 keys, 9340 bytes
|
||||
2025/03/02-08:58:03.390447 7fcc06ffd6c0 Compacted 1@1 + 1@2 files => 9340 bytes
|
||||
2025/03/02-08:58:03.424836 7fcc06ffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2025/03/02-08:58:03.425029 7fcc06ffd6c0 Delete type=2 #221
|
||||
2025/03/02-08:58:03.425263 7fcc06ffd6c0 Delete type=2 #261
|
||||
2025/03/02-08:58:03.603357 7fcc06ffd6c0 Manual compaction at level-1 from '!items!yRTYaNKyXBX9wHhb' @ 76 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:48:51.369259 7f9cf6ffd6c0 Recovering log #260
|
||||
2025/03/28-14:48:51.380348 7f9cf6ffd6c0 Delete type=3 #258
|
||||
2025/03/28-14:48:51.380457 7f9cf6ffd6c0 Delete type=0 #260
|
||||
2025/03/28-14:56:17.674984 7f9cf4ff96c0 Level-0 table #266: started
|
||||
2025/03/28-14:56:17.675014 7f9cf4ff96c0 Level-0 table #266: 0 bytes OK
|
||||
2025/03/28-14:56:17.684396 7f9cf4ff96c0 Delete type=0 #264
|
||||
2025/03/28-14:56:17.706491 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.706530 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0jRgc9a9L8i7j1Uk' @ 72057594037927935 : 1 .. '!items!yRTYaNKyXBX9wHhb' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000264
|
||||
MANIFEST-000268
|
||||
|
@ -1,8 +1,8 @@
|
||||
2025/03/28-14:48:51.353484 7f9cf67fc6c0 Recovering log #261
|
||||
2025/03/28-14:48:51.364130 7f9cf67fc6c0 Delete type=3 #259
|
||||
2025/03/28-14:48:51.364206 7f9cf67fc6c0 Delete type=0 #261
|
||||
2025/03/28-14:56:17.684566 7f9cf4ff96c0 Level-0 table #267: started
|
||||
2025/03/28-14:56:17.684623 7f9cf4ff96c0 Level-0 table #267: 0 bytes OK
|
||||
2025/03/28-14:56:17.695344 7f9cf4ff96c0 Delete type=0 #265
|
||||
2025/03/28-14:56:17.706507 7f9cf4ff96c0 Manual compaction at level-0 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.706567 7f9cf4ff96c0 Manual compaction at level-1 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:06:54.186843 7f9cf57fa6c0 Recovering log #266
|
||||
2025/03/28-18:06:54.196503 7f9cf57fa6c0 Delete type=3 #264
|
||||
2025/03/28-18:06:54.196568 7f9cf57fa6c0 Delete type=0 #266
|
||||
2025/03/28-18:09:08.834145 7f9cf4ff96c0 Level-0 table #271: started
|
||||
2025/03/28-18:09:08.834174 7f9cf4ff96c0 Level-0 table #271: 0 bytes OK
|
||||
2025/03/28-18:09:08.840438 7f9cf4ff96c0 Delete type=0 #269
|
||||
2025/03/28-18:09:08.862069 7f9cf4ff96c0 Manual compaction at level-0 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-18:09:08.862124 7f9cf4ff96c0 Manual compaction at level-1 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,15 +1,8 @@
|
||||
2025/03/02-08:57:29.489114 7fcc0d5fa6c0 Recovering log #257
|
||||
2025/03/02-08:57:29.499997 7fcc0d5fa6c0 Delete type=3 #255
|
||||
2025/03/02-08:57:29.500090 7fcc0d5fa6c0 Delete type=0 #257
|
||||
2025/03/02-08:58:03.318306 7fcc06ffd6c0 Level-0 table #262: started
|
||||
2025/03/02-08:58:03.335970 7fcc06ffd6c0 Level-0 table #262: 104901 bytes OK
|
||||
2025/03/02-08:58:03.371623 7fcc06ffd6c0 Delete type=0 #260
|
||||
2025/03/02-08:58:03.371962 7fcc06ffd6c0 Manual compaction at level-0 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
2025/03/02-08:58:03.478565 7fcc06ffd6c0 Manual compaction at level-1 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at '!items!zKvlDHBalR4UdwUx' @ 965 : 1
|
||||
2025/03/02-08:58:03.478576 7fcc06ffd6c0 Compacting 1@1 + 1@2 files
|
||||
2025/03/02-08:58:03.502454 7fcc06ffd6c0 Generated table #263@1: 193 keys, 104901 bytes
|
||||
2025/03/02-08:58:03.502487 7fcc06ffd6c0 Compacted 1@1 + 1@2 files => 104901 bytes
|
||||
2025/03/02-08:58:03.538914 7fcc06ffd6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2025/03/02-08:58:03.539070 7fcc06ffd6c0 Delete type=2 #222
|
||||
2025/03/02-08:58:03.539299 7fcc06ffd6c0 Delete type=2 #262
|
||||
2025/03/02-08:58:03.603387 7fcc06ffd6c0 Manual compaction at level-1 from '!items!zKvlDHBalR4UdwUx' @ 965 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:48:51.353484 7f9cf67fc6c0 Recovering log #261
|
||||
2025/03/28-14:48:51.364130 7f9cf67fc6c0 Delete type=3 #259
|
||||
2025/03/28-14:48:51.364206 7f9cf67fc6c0 Delete type=0 #261
|
||||
2025/03/28-14:56:17.684566 7f9cf4ff96c0 Level-0 table #267: started
|
||||
2025/03/28-14:56:17.684623 7f9cf4ff96c0 Level-0 table #267: 0 bytes OK
|
||||
2025/03/28-14:56:17.695344 7f9cf4ff96c0 Delete type=0 #265
|
||||
2025/03/28-14:56:17.706507 7f9cf4ff96c0 Manual compaction at level-0 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
2025/03/28-14:56:17.706567 7f9cf4ff96c0 Manual compaction at level-1 from '!items!07bq0fsbn653i81y' @ 72057594037927935 : 1 .. '!items!zKvlDHBalR4UdwUx' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
@ -212,7 +212,11 @@
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">Défense adversaire : </span>
|
||||
{{#if desengager}}
|
||||
<span class="roll-dialog-label">C. Offensive adversaire </span>
|
||||
{{else}}
|
||||
<span class="roll-dialog-label">C. Défensive adversaire</span>
|
||||
{{/if}}
|
||||
<span class="roll-dialog-label"><strong>{{difficulte}}</strong> </span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user