Compare commits

...

8 Commits

Author SHA1 Message Date
2abd2c881a Sync bol compendiums 2026-01-12 23:01:53 +01:00
3fa5ca66d1 Minor fix for chronicles v1 2025-12-04 18:26:26 +01:00
6de15eeda7 Ajout alignement Mythic+
Some checks failed
Release Creation / build (release) Failing after 43s
2025-09-28 20:52:09 +02:00
724c096743 Ajout alignement Mythic+
Some checks failed
Release Creation / build (release) Failing after 39s
2025-09-28 20:47:31 +02:00
3e3a4b9ec1 Ajout alignement Mythic+
Some checks failed
Release Creation / build (release) Failing after 41s
2025-09-28 20:42:01 +02:00
425a2a1fc0 Fix odd difficulties
Some checks failed
Release Creation / build (release) Failing after 45s
2025-08-24 22:18:39 +02:00
203d7add66 FIx journals color
Some checks failed
Release Creation / build (release) Failing after 1m38s
2025-07-08 22:34:13 +02:00
8ae193dc34 Fix items sheets
Some checks failed
Release Creation / build (release) Failing after 1m0s
2025-05-15 18:18:40 +02:00
115 changed files with 956 additions and 523 deletions

View File

@@ -51,4 +51,4 @@ jobs:
files: |- files: |-
./bol.zip ./bol.zip
system.json system.json
api_key: "${{secrets.RELEASE_TOKEN_UBERWALD}}" api_key: "${{secrets.RELEASE_TOKEN_BOL}}"

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +0,0 @@
[Dolphin]
Timestamp=2024,11,2,20,30,2.2800000000000002
Version=4
ViewMode=1
VisibleRoles=Details_text,Details_size,Details_modificationtime,Details_creationtime,CustomizedDetails

View File

@@ -290,6 +290,7 @@
"BOL.itemProperty.difficulty": "Schwierigkeit", "BOL.itemProperty.difficulty": "Schwierigkeit",
"BOL.itemProperty.natural": "Natürliche Waffe", "BOL.itemProperty.natural": "Natürliche Waffe",
"BOL.itemProperty.onlymodifier": "Nur Modifikator (d.h. Angriffe von Kreaturen)", "BOL.itemProperty.onlymodifier": "Nur Modifikator (d.h. Angriffe von Kreaturen)",
"BOL.itemProperty.attackMalusDice": "Angriffsmalus (Würfel)",
"BOL.itemStat.quantity": "Anzahl", "BOL.itemStat.quantity": "Anzahl",
"BOL.itemStat.weight": "Gewicht", "BOL.itemStat.weight": "Gewicht",

View File

@@ -365,6 +365,7 @@
"BOL.itemProperty.difficulty": "Difficulty", "BOL.itemProperty.difficulty": "Difficulty",
"BOL.itemProperty.natural": "Natural weapon", "BOL.itemProperty.natural": "Natural weapon",
"BOL.itemProperty.onlymodifier": "Modifier only (ie creatures attacks)", "BOL.itemProperty.onlymodifier": "Modifier only (ie creatures attacks)",
"BOL.itemProperty.attackMalusDice": "Attack Malus (Dice)",
"BOL.itemStat.quantity": "Quantity", "BOL.itemStat.quantity": "Quantity",
"BOL.itemStat.weight": "Weight", "BOL.itemStat.weight": "Weight",
@@ -546,15 +547,21 @@
"BOL.chat.bolRulebookMessage": "Don't miss the full Rulebook module (including Sagas) available at : https://www.ludospherik-editions.com/en_gb/ !", "BOL.chat.bolRulebookMessage": "Don't miss the full Rulebook module (including Sagas) available at : https://www.ludospherik-editions.com/en_gb/ !",
"BOL.dialog.soeasy": "So easy (+4)", "BOL.dialog.soeasy": "So easy (+4)",
"BOL.dialog.soeasy3": "So easy (+3)",
"BOL.dialog.veryeasy": "Very easy (+2)", "BOL.dialog.veryeasy": "Very easy (+2)",
"BOL.dialog.easy": "Easy (+1)", "BOL.dialog.easy": "Easy (+1)",
"BOL.dialog.moderate": "Moderate (0)", "BOL.dialog.moderate": "Moderate (0)",
"BOL.dialog.hard": "Hard (-1)", "BOL.dialog.hard": "Hard (-1)",
"BOL.dialog.tough": "Tough (-2)", "BOL.dialog.tough": "Tough (-2)",
"BOL.dialog.tough3": "Tough (-3)",
"BOL.dialog.demanding": "Demanding (-4)", "BOL.dialog.demanding": "Demanding (-4)",
"BOL.dialog.demanding5": "Demanding (-5)",
"BOL.dialog.formidable": "Formidable (-6)", "BOL.dialog.formidable": "Formidable (-6)",
"BOL.dialog.formidable7": "Formidable (-7)",
"BOL.dialog.heroic": "Heroic (-8)", "BOL.dialog.heroic": "Heroic (-8)",
"BOL.dialog.heroic9": "Heroic (-9)",
"BOL.dialog.mythic": "Mythic (-10)", "BOL.dialog.mythic": "Mythic (-10)",
"BOL.dialog.mythic11": "Mythic (-11)",
"BOL.dialog.divine": "Divine (-12)", "BOL.dialog.divine": "Divine (-12)",
"BOL.dialog.pointblank": "Point blank (+1)", "BOL.dialog.pointblank": "Point blank (+1)",

View File

@@ -359,6 +359,7 @@
"BOL.itemProperty.difficulty": "Dificultad", "BOL.itemProperty.difficulty": "Dificultad",
"BOL.itemProperty.natural": "Arma natural", "BOL.itemProperty.natural": "Arma natural",
"BOL.itemProperty.onlymodifier": "Sólo modificador (ej criatura)", "BOL.itemProperty.onlymodifier": "Sólo modificador (ej criatura)",
"BOL.itemProperty.attackMalusDice": "Dado Desventaja Ataque",
"BOL.itemStat.quantity": "Cantidad", "BOL.itemStat.quantity": "Cantidad",
"BOL.itemStat.weight": "Peso", "BOL.itemStat.weight": "Peso",

View File

@@ -394,6 +394,7 @@
"BOL.itemProperty.isboarding": "Abordage", "BOL.itemProperty.isboarding": "Abordage",
"BOL.itemProperty.isspur": "Eperonnage", "BOL.itemProperty.isspur": "Eperonnage",
"BOL.itemProperty.isbreakrow": "Briser les rames", "BOL.itemProperty.isbreakrow": "Briser les rames",
"BOL.itemProperty.attackMalusDice": "Malus d'attaque (Dés)",
"BOL.itemStat.quantity": "Quantité", "BOL.itemStat.quantity": "Quantité",
"BOL.itemStat.weight": "Poids", "BOL.itemStat.weight": "Poids",
@@ -573,17 +574,25 @@
"BOL.chat.losshp": "{name} a perdu {lossHP} points de Vitalité. Si il se repose quelques minutes, il peut récupérer {recupHP} points de Vitalité.", "BOL.chat.losshp": "{name} a perdu {lossHP} points de Vitalité. Si il se repose quelques minutes, il peut récupérer {recupHP} points de Vitalité.",
"BOL.chat.applyrecup": "Récupérer pendant quelques minutes (+{recupHP} Vitalité)", "BOL.chat.applyrecup": "Récupérer pendant quelques minutes (+{recupHP} Vitalité)",
"BOL.chat.inforecup": "{name} vient de récupérer {recupHP} points de Vitalité après quelques minutes de repos.", "BOL.chat.inforecup": "{name} vient de récupérer {recupHP} points de Vitalité après quelques minutes de repos.",
"BOL.chat.defenseReduceDamage2": "Vous pouvez également dépenser 1 Point d'Héroisme/Vilainie pour regagner [[/r 2d6KH(1D6B)]] points de vitalité, cela vous coutera votre prochaine action.",
"BOL.chat.armorRoll": "Jet d'armure ",
"BOL.dialog.soeasy": "Inmanquable (+4)", "BOL.dialog.soeasy": "Inmanquable (+4)",
"BOL.dialog.soeasy3": "Inmanquable (+3)",
"BOL.dialog.veryeasy": "Trés Facile (+2)", "BOL.dialog.veryeasy": "Trés Facile (+2)",
"BOL.dialog.easy": "Facile (+1)", "BOL.dialog.easy": "Facile (+1)",
"BOL.dialog.moderate": "Moyenne (0)", "BOL.dialog.moderate": "Moyenne (0)",
"BOL.dialog.hard": "Ardue (-1)", "BOL.dialog.hard": "Ardue (-1)",
"BOL.dialog.tough": "Difficile (-2)", "BOL.dialog.tough": "Difficile (-2)",
"BOL.dialog.tough3": "Difficile (-3)",
"BOL.dialog.demanding": "Très Difficile (-4)", "BOL.dialog.demanding": "Très Difficile (-4)",
"BOL.dialog.demanding5": "Très Difficile (-5)",
"BOL.dialog.formidable": "Impossible (-6)", "BOL.dialog.formidable": "Impossible (-6)",
"BOL.dialog.formidable7": "Impossible (-7)",
"BOL.dialog.heroic": "Héroïque (-8)", "BOL.dialog.heroic": "Héroïque (-8)",
"BOL.dialog.heroic9": "Héroïque (-9)",
"BOL.dialog.mythic": "Mythique (-10)", "BOL.dialog.mythic": "Mythique (-10)",
"BOL.dialog.mythic11": "Mythique (-11)",
"BOL.dialog.divine": "Divine (-12)", "BOL.dialog.divine": "Divine (-12)",
"BOL.dialog.pointblank": "Bout portant (+1)", "BOL.dialog.pointblank": "Bout portant (+1)",
@@ -620,7 +629,6 @@
"BOL.chat.pcwarningmsg": "<b>ATTENTION</b> Le joueur n'est relié à aucun personnage !", "BOL.chat.pcwarningmsg": "<b>ATTENTION</b> Le joueur n'est relié à aucun personnage !",
"BOL.chat.pcnotlinked": "Le token du personnage joueur n'est pas relié à l'acteur", "BOL.chat.pcnotlinked": "Le token du personnage joueur n'est pas relié à l'acteur",
"BOL.chat.pcnotlinkedmsg": "<b>ATTENTION</b> Le token du personnage joueur n'est pas relié à l'acteur !", "BOL.chat.pcnotlinkedmsg": "<b>ATTENTION</b> Le token du personnage joueur n'est pas relié à l'acteur !",
"BOL.chat.armorRoll": "Jet d'armure",
"BOL.settings.rollArmor": "Effectuer des jets pour les armures", "BOL.settings.rollArmor": "Effectuer des jets pour les armures",
"BOL.settings.rollArmorTooltip": "Effectue un jet de dés pour les armures (valeur fixe si désactivé)", "BOL.settings.rollArmorTooltip": "Effectue un jet de dés pour les armures (valeur fixe si désactivé)",

View File

@@ -19,9 +19,9 @@ export class BoLRoll {
static updateApplicableEffects(rollData) { static updateApplicableEffects(rollData) {
let appEffects = [] let appEffects = []
for (let effect of rollData.bolEffects) { for (let effect of rollData.bolEffects) {
if ( (effect.system.properties.identifier == "always") || if ((effect.system.properties.identifier == "always") ||
(effect.system.properties.identifier.includes(rollData.attribute.key)) || (effect.system.properties.identifier.includes(rollData.attribute.key)) ||
(rollData.aptitude && effect.system.properties.identifier.includes(rollData.aptitude.key)) ){ (rollData.aptitude && effect.system.properties.identifier.includes(rollData.aptitude.key))) {
appEffects.push(effect) appEffects.push(effect)
} }
} }
@@ -76,7 +76,7 @@ export class BoLRoll {
} }
/* -------------------------------------------- */ /* -------------------------------------------- */
static attributeCheck(actor, key="vigor", event=undefined, combatData=undefined) { static attributeCheck(actor, key = "vigor", event = undefined, combatData = undefined) {
let attribute = eval(`actor.system.attributes.${key}`) let attribute = eval(`actor.system.attributes.${key}`)
@@ -89,7 +89,7 @@ export class BoLRoll {
} }
/* -------------------------------------------- */ /* -------------------------------------------- */
static aptitudeCheck(actor, key="init", event=undefined, combatData=undefined) { static aptitudeCheck(actor, key = "init", event = undefined, combatData = undefined) {
let aptitude = eval(`actor.system.aptitudes.${key}`) let aptitude = eval(`actor.system.aptitudes.${key}`)
let attrKey = this.getDefaultAttribute(key) let attrKey = this.getDefaultAttribute(key)
@@ -482,10 +482,15 @@ export class BoLRoll {
if (rollData.mode == "weapon") { if (rollData.mode == "weapon") {
rollData.weaponModifier = rollData.weapon.system.properties.attackModifiers ?? 0 rollData.weaponModifier = rollData.weapon.system.properties.attackModifiers ?? 0
rollData.attackBonusDice = rollData.weapon.system.properties.attackBonusDice rollData.attackBonusDice = rollData.weapon.system.properties.attackBonusDice
rollData.attackMalusDice = rollData.weapon.system.properties.attackMalusDice
if (rollData.attackBonusDice) { if (rollData.attackBonusDice) {
rollData.adv = "1B" rollData.adv = "1B"
rollData.bDice = 1 rollData.bDice = 1
} }
if (rollData.attackMalusDice) {
rollData.adv = "1M"
rollData.mDice = 1
}
if (defender) { // If target is selected if (defender) { // If target is selected
rollData.defence = defender.defenseValue rollData.defence = defender.defenseValue
rollData.armorMalus = defender.armorMalusValue rollData.armorMalus = defender.armorMalusValue
@@ -534,6 +539,7 @@ export class BoLRoll {
rollData.id = foundry.utils.randomID(16) rollData.id = foundry.utils.randomID(16)
rollData.weaponModifier = 0 rollData.weaponModifier = 0
rollData.attackBonusDice = false rollData.attackBonusDice = false
rollData.attackMalusDice = false
rollData.armorMalus = 0 rollData.armorMalus = 0
// Specific stuff // Specific stuff
this.preProcessWeapon(rollData, defender) this.preProcessWeapon(rollData, defender)
@@ -634,7 +640,7 @@ export class BoLDefaultRoll {
const diceTotal = activeDice.map(r => r.result).reduce((a, b) => a + b) const diceTotal = activeDice.map(r => r.result).reduce((a, b) => a + b)
this.rollData.roll = r this.rollData.roll = r
this.rollData.isFumble = (diceTotal <= diceData.criticalFailureValue) this.rollData.isFumble = (diceTotal <= diceData.criticalFailureValue)
if ( this.rollData.isFumble ) { if (this.rollData.isFumble) {
this.rollData.isSuccess = false this.rollData.isSuccess = false
this.rollData.isCritical = false this.rollData.isCritical = false
this.rollData.isRealCritical = false this.rollData.isRealCritical = false
@@ -642,7 +648,7 @@ export class BoLDefaultRoll {
this.rollData.isFailure = true this.rollData.isFailure = true
} else { } else {
this.rollData.isCritical = (diceTotal >= diceData.criticalSuccessValue) this.rollData.isCritical = (diceTotal >= diceData.criticalSuccessValue)
if ( this.rollData.isCritical) { if (this.rollData.isCritical) {
this.rollData.isSuccess = true this.rollData.isSuccess = true
} else { } else {
this.rollData.isSuccess = (r.total >= diceData.successValue) this.rollData.isSuccess = (r.total >= diceData.successValue)

View File

@@ -13,6 +13,7 @@ export class BoLItemSheet extends foundry.appv1.sheets.ItemSheet {
template: "systems/bol/templates/item/item-sheet.hbs", template: "systems/bol/templates/item/item-sheet.hbs",
width: 650, width: 650,
height: 780, height: 780,
dragDrop: [{ dragSelector: null, dropSelector: null }],
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }] tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }]
}); });
} }
@@ -102,6 +103,7 @@ export class BoLItemSheet extends foundry.appv1.sheets.ItemSheet {
activateListeners(html) { activateListeners(html) {
super.activateListeners(html); super.activateListeners(html);
// Everything below here is only needed if the sheet is editable // Everything below here is only needed if the sheet is editable
if (!this.options.editable) return; if (!this.options.editable) return;
// Roll handlers, click handlers, etc. would go here. // Roll handlers, click handlers, etc. would go here.

View File

@@ -67,7 +67,7 @@ export class BoLTokenHud {
/* -------------------------------------------- */ /* -------------------------------------------- */
static async _configureSubMenu(insertionPoint, template, hudData, onMenuItem) { static async _configureSubMenu(insertionPoint, template, hudData, onMenuItem) {
const hud = $(await renderTemplate(template, hudData)) const hud = $(await foundry.applications.handlebars.renderTemplate(template, hudData))
const list = hud.find('div.bol-hud-list') const list = hud.find('div.bol-hud-list')
BoLTokenHud._toggleHudListActive(hud, list); BoLTokenHud._toggleHudListActive(hud, list);

View File

@@ -429,7 +429,7 @@ export class BoLUtility {
html.on("click", '.damage-handling', event => { html.on("click", '.damage-handling', event => {
event.preventDefault() event.preventDefault()
let attr = event.currentTarget.attributes['data-attack-id'] let attr = event.currentTarget.attributes['data-attack-id']
if ( !attr) { if (!attr) {
ui.notifications.warn("Impossible de trouver l'attaque correspondante, erreur de suivi de combat.") ui.notifications.warn("Impossible de trouver l'attaque correspondante, erreur de suivi de combat.")
return return
} }
@@ -484,8 +484,8 @@ export class BoLUtility {
let armorFormula = defender.getArmorFormula() let armorFormula = defender.getArmorFormula()
rollData.rollArmor = new Roll(armorFormula) rollData.rollArmor = new Roll(armorFormula)
await rollData.rollArmor.roll() await rollData.rollArmor.roll()
let msg = await rollData.rollArmor.toMessage({ flavor: "BOL.chat.armorRoll : " + armorFormula }); let msg = await rollData.rollArmor.toMessage({ flavor: game.i18n.localize("BOL.chat.armorRoll") + " : " + armorFormula });
if ( game.dice3d) { // wait animation end when DsN is there if (game.dice3d) { // wait animation end when DsN is there
await game.dice3d.waitFor3DAnimationByMessageID(msg.id); await game.dice3d.waitFor3DAnimationByMessageID(msg.id);
} }
rollData.armorProtect = (rollData.rollArmor.total < 0) ? 0 : rollData.rollArmor.total rollData.armorProtect = (rollData.rollArmor.total < 0) ? 0 : rollData.rollArmor.total
@@ -634,7 +634,7 @@ export class BoLUtility {
attackId: rollData.id, attackId: rollData.id,
attacker: rollData.attacker, attacker: rollData.attacker,
defender: defender, defender: defender,
defenderHeroPoints:defender.getHeroPoints(), defenderHeroPoints: defender.getHeroPoints(),
defenderWeapons: defenderWeapons, defenderWeapons: defenderWeapons,
damageTotal: rollData.damageTotal, damageTotal: rollData.damageTotal,
damagesIgnoresArmor: rollData.damagesIgnoresArmor, damagesIgnoresArmor: rollData.damagesIgnoresArmor,

View File

@@ -190,15 +190,21 @@ BOL.rangeModifiers = {
BOL.difficultyModifiers = { BOL.difficultyModifiers = {
"4": "BOL.dialog.soeasy", "4": "BOL.dialog.soeasy",
"3": "BOL.dialog.soeasy3",
"2": "BOL.dialog.veryeasy", "2": "BOL.dialog.veryeasy",
"1": "BOL.dialog.easy", "1": "BOL.dialog.easy",
"0": "BOL.dialog.moderate", "0": "BOL.dialog.moderate",
"-1": "BOL.dialog.hard", "-1": "BOL.dialog.hard",
"-2": "BOL.dialog.tough", "-2": "BOL.dialog.tough",
"-3": "BOL.dialog.tough3",
"-4": "BOL.dialog.demanding", "-4": "BOL.dialog.demanding",
"-5": "BOL.dialog.demanding5",
"-6": "BOL.dialog.formidable", "-6": "BOL.dialog.formidable",
"-7": "BOL.dialog.formidable7",
"-8": "BOL.dialog.heroic", "-8": "BOL.dialog.heroic",
"-9": "BOL.dialog.heroic9",
"-10": "BOL.dialog.mythic", "-10": "BOL.dialog.mythic",
"-11": "BOL.dialog.mythic11",
"-12": "BOL.dialog.divine" "-12": "BOL.dialog.divine"
} }

View File

@@ -1 +1 @@
MANIFEST-000787 MANIFEST-000953

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:43.111563 7f181c7f86c0 Recovering log #785 2026/01/05-17:48:52.795130 7f93ea7fc6c0 Recovering log #951
2025/05/15-14:13:43.123121 7f181c7f86c0 Delete type=3 #783 2026/01/05-17:48:52.804687 7f93ea7fc6c0 Delete type=3 #949
2025/05/15-14:13:43.123237 7f181c7f86c0 Delete type=0 #785 2026/01/05-17:48:52.804760 7f93ea7fc6c0 Delete type=0 #951
2025/05/15-14:14:15.449405 7f181bff76c0 Level-0 table #790: started 2026/01/05-18:46:08.165267 7f93e9ffb6c0 Level-0 table #956: started
2025/05/15-14:14:15.449426 7f181bff76c0 Level-0 table #790: 0 bytes OK 2026/01/05-18:46:08.165288 7f93e9ffb6c0 Level-0 table #956: 0 bytes OK
2025/05/15-14:14:15.458980 7f181bff76c0 Delete type=0 #788 2026/01/05-18:46:08.171239 7f93e9ffb6c0 Delete type=0 #954
2025/05/15-14:14:15.459158 7f181bff76c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.190776 7f93e9ffb6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.459194 7f181bff76c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.190816 7f93e9ffb6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.257458 7f181d7fa6c0 Recovering log #781 2026/01/04-21:27:06.154359 7f93ebfff6c0 Recovering log #947
2025/05/15-14:12:22.290228 7f181d7fa6c0 Delete type=3 #779 2026/01/04-21:27:06.163916 7f93ebfff6c0 Delete type=3 #945
2025/05/15-14:12:22.290288 7f181d7fa6c0 Delete type=0 #781 2026/01/04-21:27:06.163965 7f93ebfff6c0 Delete type=0 #947
2025/05/15-14:13:28.749490 7f181bff76c0 Level-0 table #786: started 2026/01/04-21:27:09.349413 7f93e9ffb6c0 Level-0 table #952: started
2025/05/15-14:13:28.749512 7f181bff76c0 Level-0 table #786: 0 bytes OK 2026/01/04-21:27:09.349437 7f93e9ffb6c0 Level-0 table #952: 0 bytes OK
2025/05/15-14:13:28.755584 7f181bff76c0 Delete type=0 #784 2026/01/04-21:27:09.356668 7f93e9ffb6c0 Delete type=0 #950
2025/05/15-14:13:28.776349 7f181bff76c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.356816 7f93e9ffb6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.776403 7f181bff76c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.356844 7f93e9ffb6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000692 MANIFEST-000858

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:43.084195 7f181d7fa6c0 Recovering log #690 2026/01/05-17:48:52.770002 7f93eb7fe6c0 Recovering log #856
2025/05/15-14:13:43.093610 7f181d7fa6c0 Delete type=3 #688 2026/01/05-17:48:52.779610 7f93eb7fe6c0 Delete type=3 #854
2025/05/15-14:13:43.093672 7f181d7fa6c0 Delete type=0 #690 2026/01/05-17:48:52.779657 7f93eb7fe6c0 Delete type=0 #856
2025/05/15-14:14:15.420732 7f181bff76c0 Level-0 table #695: started 2026/01/05-18:46:08.184410 7f93e9ffb6c0 Level-0 table #861: started
2025/05/15-14:14:15.420773 7f181bff76c0 Level-0 table #695: 0 bytes OK 2026/01/05-18:46:08.184436 7f93e9ffb6c0 Level-0 table #861: 0 bytes OK
2025/05/15-14:14:15.426739 7f181bff76c0 Delete type=0 #693 2026/01/05-18:46:08.190634 7f93e9ffb6c0 Delete type=0 #859
2025/05/15-14:14:15.459093 7f181bff76c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.190808 7f93e9ffb6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.459118 7f181bff76c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.190838 7f93e9ffb6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.231002 7f181cff96c0 Recovering log #686 2026/01/04-21:27:06.128994 7f93ea7fc6c0 Recovering log #852
2025/05/15-14:12:22.241565 7f181cff96c0 Delete type=3 #684 2026/01/04-21:27:06.139883 7f93ea7fc6c0 Delete type=3 #850
2025/05/15-14:12:22.241622 7f181cff96c0 Delete type=0 #686 2026/01/04-21:27:06.139937 7f93ea7fc6c0 Delete type=0 #852
2025/05/15-14:13:28.762827 7f181bff76c0 Level-0 table #691: started 2026/01/04-21:27:09.336180 7f93e9ffb6c0 Level-0 table #857: started
2025/05/15-14:13:28.762900 7f181bff76c0 Level-0 table #691: 0 bytes OK 2026/01/04-21:27:09.336219 7f93e9ffb6c0 Level-0 table #857: 0 bytes OK
2025/05/15-14:13:28.769448 7f181bff76c0 Delete type=0 #689 2026/01/04-21:27:09.342820 7f93e9ffb6c0 Delete type=0 #855
2025/05/15-14:13:28.776374 7f181bff76c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.356794 7f93e9ffb6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.776417 7f181bff76c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.356834 7f93e9ffb6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/boons/000843.ldb Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000785 MANIFEST-000952

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:42.973680 7f181cff96c0 Recovering log #783 2026/01/05-17:48:52.664159 7f93eaffd6c0 Recovering log #950
2025/05/15-14:13:42.986320 7f181cff96c0 Delete type=3 #781 2026/01/05-17:48:52.674361 7f93eaffd6c0 Delete type=3 #948
2025/05/15-14:13:42.986380 7f181cff96c0 Delete type=0 #783 2026/01/05-17:48:52.674426 7f93eaffd6c0 Delete type=0 #950
2025/05/15-14:14:15.364727 7f181bff76c0 Level-0 table #788: started 2026/01/05-18:46:08.131395 7f93e9ffb6c0 Level-0 table #955: started
2025/05/15-14:14:15.364774 7f181bff76c0 Level-0 table #788: 0 bytes OK 2026/01/05-18:46:08.131423 7f93e9ffb6c0 Level-0 table #955: 0 bytes OK
2025/05/15-14:14:15.371304 7f181bff76c0 Delete type=0 #786 2026/01/05-18:46:08.138592 7f93e9ffb6c0 Delete type=0 #953
2025/05/15-14:14:15.391269 7f181bff76c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.138762 7f93e9ffb6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.391342 7f181bff76c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.138775 7f93e9ffb6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.120550 7f181c7f86c0 Recovering log #779 2026/01/04-21:27:06.028125 7f93ea7fc6c0 Recovering log #946
2025/05/15-14:12:22.131209 7f181c7f86c0 Delete type=3 #777 2026/01/04-21:27:06.038087 7f93ea7fc6c0 Delete type=3 #944
2025/05/15-14:12:22.131268 7f181c7f86c0 Delete type=0 #779 2026/01/04-21:27:06.038175 7f93ea7fc6c0 Delete type=0 #946
2025/05/15-14:13:28.697236 7f181bff76c0 Level-0 table #784: started 2026/01/04-21:27:09.288246 7f93e9ffb6c0 Level-0 table #951: started
2025/05/15-14:13:28.697270 7f181bff76c0 Level-0 table #784: 0 bytes OK 2026/01/04-21:27:09.288266 7f93e9ffb6c0 Level-0 table #951: 0 bytes OK
2025/05/15-14:13:28.704397 7f181bff76c0 Delete type=0 #782 2026/01/04-21:27:09.295632 7f93e9ffb6c0 Delete type=0 #949
2025/05/15-14:13:28.723085 7f181bff76c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.302193 7f93e9ffb6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.723129 7f181bff76c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.302223 7f93e9ffb6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/boons/MANIFEST-000952 Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000785 MANIFEST-000951

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:42.988678 7f181dffb6c0 Recovering log #783 2026/01/05-17:48:52.677346 7f93ebfff6c0 Recovering log #949
2025/05/15-14:13:42.999520 7f181dffb6c0 Delete type=3 #781 2026/01/05-17:48:52.687800 7f93ebfff6c0 Delete type=3 #947
2025/05/15-14:13:42.999571 7f181dffb6c0 Delete type=0 #783 2026/01/05-17:48:52.687851 7f93ebfff6c0 Delete type=0 #949
2025/05/15-14:14:15.384672 7f181bff76c0 Level-0 table #788: started 2026/01/05-18:46:08.112587 7f93e9ffb6c0 Level-0 table #954: started
2025/05/15-14:14:15.384703 7f181bff76c0 Level-0 table #788: 0 bytes OK 2026/01/05-18:46:08.112663 7f93e9ffb6c0 Level-0 table #954: 0 bytes OK
2025/05/15-14:14:15.391032 7f181bff76c0 Delete type=0 #786 2026/01/05-18:46:08.119196 7f93e9ffb6c0 Delete type=0 #952
2025/05/15-14:14:15.391330 7f181bff76c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.138726 7f93e9ffb6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.391354 7f181bff76c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.138769 7f93e9ffb6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.135197 7f181dffb6c0 Recovering log #779 2026/01/04-21:27:06.040735 7f93eaffd6c0 Recovering log #945
2025/05/15-14:12:22.145294 7f181dffb6c0 Delete type=3 #777 2026/01/04-21:27:06.051418 7f93eaffd6c0 Delete type=3 #943
2025/05/15-14:12:22.145384 7f181dffb6c0 Delete type=0 #779 2026/01/04-21:27:06.051486 7f93eaffd6c0 Delete type=0 #945
2025/05/15-14:13:28.704497 7f181bff76c0 Level-0 table #784: started 2026/01/04-21:27:09.295751 7f93e9ffb6c0 Level-0 table #950: started
2025/05/15-14:13:28.704518 7f181bff76c0 Level-0 table #784: 0 bytes OK 2026/01/04-21:27:09.295768 7f93e9ffb6c0 Level-0 table #950: 0 bytes OK
2025/05/15-14:13:28.710561 7f181bff76c0 Delete type=0 #782 2026/01/04-21:27:09.302037 7f93e9ffb6c0 Delete type=0 #948
2025/05/15-14:13:28.723101 7f181bff76c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.302205 7f93e9ffb6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.723135 7f181bff76c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.302228 7f93e9ffb6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000785 MANIFEST-000951

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:43.014338 7f181cff96c0 Recovering log #783 2026/01/05-17:48:52.703286 7f93ea7fc6c0 Recovering log #949
2025/05/15-14:13:43.024408 7f181cff96c0 Delete type=3 #781 2026/01/05-17:48:52.712737 7f93ea7fc6c0 Delete type=3 #947
2025/05/15-14:13:43.024523 7f181cff96c0 Delete type=0 #783 2026/01/05-17:48:52.712782 7f93ea7fc6c0 Delete type=0 #949
2025/05/15-14:14:15.371465 7f181bff76c0 Level-0 table #788: started 2026/01/05-18:46:08.157666 7f93e9ffb6c0 Level-0 table #954: started
2025/05/15-14:14:15.371502 7f181bff76c0 Level-0 table #788: 0 bytes OK 2026/01/05-18:46:08.157700 7f93e9ffb6c0 Level-0 table #954: 0 bytes OK
2025/05/15-14:14:15.378367 7f181bff76c0 Delete type=0 #786 2026/01/05-18:46:08.165027 7f93e9ffb6c0 Delete type=0 #952
2025/05/15-14:14:15.391295 7f181bff76c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.165139 7f93e9ffb6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.391382 7f181bff76c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.165158 7f93e9ffb6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.162465 7f181c7f86c0 Recovering log #779 2026/01/04-21:27:06.066954 7f93ea7fc6c0 Recovering log #945
2025/05/15-14:12:22.173563 7f181c7f86c0 Delete type=3 #777 2026/01/04-21:27:06.077513 7f93ea7fc6c0 Delete type=3 #943
2025/05/15-14:12:22.173678 7f181c7f86c0 Delete type=0 #779 2026/01/04-21:27:06.077584 7f93ea7fc6c0 Delete type=0 #945
2025/05/15-14:13:28.723253 7f181bff76c0 Level-0 table #784: started 2026/01/04-21:27:09.302290 7f93e9ffb6c0 Level-0 table #950: started
2025/05/15-14:13:28.723292 7f181bff76c0 Level-0 table #784: 0 bytes OK 2026/01/04-21:27:09.302308 7f93e9ffb6c0 Level-0 table #950: 0 bytes OK
2025/05/15-14:13:28.729706 7f181bff76c0 Delete type=0 #782 2026/01/04-21:27:09.309131 7f93e9ffb6c0 Delete type=0 #948
2025/05/15-14:13:28.749292 7f181bff76c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.329337 7f93e9ffb6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.749330 7f181bff76c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.329393 7f93e9ffb6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000783 MANIFEST-000949

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:43.208069 7f181cff96c0 Recovering log #781 2026/01/05-17:48:52.884139 7f93eaffd6c0 Recovering log #947
2025/05/15-14:13:43.217852 7f181cff96c0 Delete type=3 #779 2026/01/05-17:48:52.893984 7f93eaffd6c0 Delete type=3 #945
2025/05/15-14:13:43.217905 7f181cff96c0 Delete type=0 #781 2026/01/05-17:48:52.894046 7f93eaffd6c0 Delete type=0 #947
2025/05/15-14:14:15.500215 7f181bff76c0 Level-0 table #786: started 2026/01/05-18:46:08.224243 7f93e9ffb6c0 Level-0 table #952: started
2025/05/15-14:14:15.500243 7f181bff76c0 Level-0 table #786: 0 bytes OK 2026/01/05-18:46:08.224281 7f93e9ffb6c0 Level-0 table #952: 0 bytes OK
2025/05/15-14:14:15.507301 7f181bff76c0 Delete type=0 #784 2026/01/05-18:46:08.230395 7f93e9ffb6c0 Delete type=0 #950
2025/05/15-14:14:15.513900 7f181bff76c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.244434 7f93e9ffb6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.513920 7f181bff76c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.244477 7f93e9ffb6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.372916 7f181dffb6c0 Recovering log #777 2026/01/04-21:27:06.242012 7f93ea7fc6c0 Recovering log #943
2025/05/15-14:12:22.383625 7f181dffb6c0 Delete type=3 #775 2026/01/04-21:27:06.252013 7f93ea7fc6c0 Delete type=3 #941
2025/05/15-14:12:22.383705 7f181dffb6c0 Delete type=0 #777 2026/01/04-21:27:06.252066 7f93ea7fc6c0 Delete type=0 #943
2025/05/15-14:13:28.804910 7f181bff76c0 Level-0 table #782: started 2026/01/04-21:27:09.390639 7f93e9ffb6c0 Level-0 table #948: started
2025/05/15-14:13:28.804998 7f181bff76c0 Level-0 table #782: 0 bytes OK 2026/01/04-21:27:09.390658 7f93e9ffb6c0 Level-0 table #948: 0 bytes OK
2025/05/15-14:13:28.811621 7f181bff76c0 Delete type=0 #780 2026/01/04-21:27:09.396811 7f93e9ffb6c0 Delete type=0 #946
2025/05/15-14:13:28.834451 7f181bff76c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.410812 7f93e9ffb6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.834477 7f181bff76c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.410834 7f93e9ffb6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000786 MANIFEST-000952

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:43.055306 7f181cff96c0 Recovering log #784 2026/01/05-17:48:52.742838 7f93eaffd6c0 Recovering log #950
2025/05/15-14:13:43.065319 7f181cff96c0 Delete type=3 #782 2026/01/05-17:48:52.753021 7f93eaffd6c0 Delete type=3 #948
2025/05/15-14:13:43.065453 7f181cff96c0 Delete type=0 #784 2026/01/05-17:48:52.753070 7f93eaffd6c0 Delete type=0 #950
2025/05/15-14:14:15.398707 7f181bff76c0 Level-0 table #789: started 2026/01/05-18:46:08.151562 7f93e9ffb6c0 Level-0 table #955: started
2025/05/15-14:14:15.398743 7f181bff76c0 Level-0 table #789: 0 bytes OK 2026/01/05-18:46:08.151582 7f93e9ffb6c0 Level-0 table #955: 0 bytes OK
2025/05/15-14:14:15.405948 7f181bff76c0 Delete type=0 #787 2026/01/05-18:46:08.157521 7f93e9ffb6c0 Delete type=0 #953
2025/05/15-14:14:15.420498 7f181bff76c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.165132 7f93e9ffb6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.420551 7f181bff76c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.165154 7f93e9ffb6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.203559 7f181c7f86c0 Recovering log #780 2026/01/04-21:27:06.103266 7f93eb7fe6c0 Recovering log #946
2025/05/15-14:12:22.214330 7f181c7f86c0 Delete type=3 #778 2026/01/04-21:27:06.114180 7f93eb7fe6c0 Delete type=3 #944
2025/05/15-14:12:22.214427 7f181c7f86c0 Delete type=0 #780 2026/01/04-21:27:06.114255 7f93eb7fe6c0 Delete type=0 #946
2025/05/15-14:13:28.742785 7f181bff76c0 Level-0 table #785: started 2026/01/04-21:27:09.322146 7f93e9ffb6c0 Level-0 table #951: started
2025/05/15-14:13:28.742826 7f181bff76c0 Level-0 table #785: 0 bytes OK 2026/01/04-21:27:09.322167 7f93e9ffb6c0 Level-0 table #951: 0 bytes OK
2025/05/15-14:13:28.749157 7f181bff76c0 Delete type=0 #783 2026/01/04-21:27:09.329148 7f93e9ffb6c0 Delete type=0 #949
2025/05/15-14:13:28.749322 7f181bff76c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.329383 7f93e9ffb6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.749355 7f181bff76c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.329422 7f93e9ffb6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000785 MANIFEST-000951

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:43.151877 7f181dffb6c0 Recovering log #783 2026/01/05-17:48:52.833468 7f93eb7fe6c0 Recovering log #949
2025/05/15-14:13:43.162938 7f181dffb6c0 Delete type=3 #781 2026/01/05-17:48:52.842854 7f93eb7fe6c0 Delete type=3 #947
2025/05/15-14:13:43.162985 7f181dffb6c0 Delete type=0 #783 2026/01/05-17:48:52.842916 7f93eb7fe6c0 Delete type=0 #949
2025/05/15-14:14:15.459203 7f181bff76c0 Level-0 table #788: started 2026/01/05-18:46:08.210715 7f93e9ffb6c0 Level-0 table #954: started
2025/05/15-14:14:15.459226 7f181bff76c0 Level-0 table #788: 0 bytes OK 2026/01/05-18:46:08.210743 7f93e9ffb6c0 Level-0 table #954: 0 bytes OK
2025/05/15-14:14:15.465739 7f181bff76c0 Delete type=0 #786 2026/01/05-18:46:08.216985 7f93e9ffb6c0 Delete type=0 #952
2025/05/15-14:14:15.487054 7f181bff76c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.217118 7f93e9ffb6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.487094 7f181bff76c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.217151 7f93e9ffb6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.320169 7f181cff96c0 Recovering log #779 2026/01/04-21:27:06.191520 7f93eb7fe6c0 Recovering log #945
2025/05/15-14:12:22.330454 7f181cff96c0 Delete type=3 #777 2026/01/04-21:27:06.201833 7f93eb7fe6c0 Delete type=3 #943
2025/05/15-14:12:22.330580 7f181cff96c0 Delete type=0 #779 2026/01/04-21:27:06.201898 7f93eb7fe6c0 Delete type=0 #945
2025/05/15-14:13:28.784053 7f181bff76c0 Level-0 table #784: started 2026/01/04-21:27:09.363375 7f93e9ffb6c0 Level-0 table #950: started
2025/05/15-14:13:28.784099 7f181bff76c0 Level-0 table #784: 0 bytes OK 2026/01/04-21:27:09.363409 7f93e9ffb6c0 Level-0 table #950: 0 bytes OK
2025/05/15-14:13:28.790437 7f181bff76c0 Delete type=0 #782 2026/01/04-21:27:09.370710 7f93e9ffb6c0 Delete type=0 #948
2025/05/15-14:13:28.804568 7f181bff76c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.384119 7f93e9ffb6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.804648 7f181bff76c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.384146 7f93e9ffb6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000268 MANIFEST-000434

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:43.166580 7f181cff96c0 Recovering log #266 2026/01/05-17:48:52.845257 7f93eaffd6c0 Recovering log #432
2025/05/15-14:13:43.176277 7f181cff96c0 Delete type=3 #264 2026/01/05-17:48:52.856086 7f93eaffd6c0 Delete type=3 #430
2025/05/15-14:13:43.176334 7f181cff96c0 Delete type=0 #266 2026/01/05-17:48:52.856148 7f93eaffd6c0 Delete type=0 #432
2025/05/15-14:14:15.472711 7f181bff76c0 Level-0 table #271: started 2026/01/05-18:46:08.197169 7f93e9ffb6c0 Level-0 table #437: started
2025/05/15-14:14:15.472751 7f181bff76c0 Level-0 table #271: 0 bytes OK 2026/01/05-18:46:08.197189 7f93e9ffb6c0 Level-0 table #437: 0 bytes OK
2025/05/15-14:14:15.479090 7f181bff76c0 Delete type=0 #269 2026/01/05-18:46:08.204388 7f93e9ffb6c0 Delete type=0 #435
2025/05/15-14:14:15.487070 7f181bff76c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.217099 7f93e9ffb6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.487124 7f181bff76c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.217134 7f93e9ffb6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.333642 7f181dffb6c0 Recovering log #262 2026/01/04-21:27:06.203697 7f93eaffd6c0 Recovering log #428
2025/05/15-14:12:22.344069 7f181dffb6c0 Delete type=3 #260 2026/01/04-21:27:06.214195 7f93eaffd6c0 Delete type=3 #426
2025/05/15-14:12:22.344121 7f181dffb6c0 Delete type=0 #262 2026/01/04-21:27:06.214286 7f93eaffd6c0 Delete type=0 #428
2025/05/15-14:13:28.776612 7f181bff76c0 Level-0 table #267: started 2026/01/04-21:27:09.377290 7f93e9ffb6c0 Level-0 table #433: started
2025/05/15-14:13:28.776657 7f181bff76c0 Level-0 table #267: 0 bytes OK 2026/01/04-21:27:09.377314 7f93e9ffb6c0 Level-0 table #433: 0 bytes OK
2025/05/15-14:13:28.783851 7f181bff76c0 Delete type=0 #265 2026/01/04-21:27:09.383925 7f93e9ffb6c0 Delete type=0 #431
2025/05/15-14:13:28.804558 7f181bff76c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.384140 7f93e9ffb6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.804656 7f181bff76c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.384156 7f93e9ffb6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/flaws/000843.ldb Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000785 MANIFEST-000952

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:43.001422 7f181d7fa6c0 Recovering log #783 2026/01/05-17:48:52.690354 7f93eb7fe6c0 Recovering log #950
2025/05/15-14:13:43.011666 7f181d7fa6c0 Delete type=3 #781 2026/01/05-17:48:52.699681 7f93eb7fe6c0 Delete type=3 #948
2025/05/15-14:13:43.011715 7f181d7fa6c0 Delete type=0 #783 2026/01/05-17:48:52.699755 7f93eb7fe6c0 Delete type=0 #950
2025/05/15-14:14:15.378503 7f181bff76c0 Level-0 table #788: started 2026/01/05-18:46:08.119311 7f93e9ffb6c0 Level-0 table #955: started
2025/05/15-14:14:15.378528 7f181bff76c0 Level-0 table #788: 0 bytes OK 2026/01/05-18:46:08.119337 7f93e9ffb6c0 Level-0 table #955: 0 bytes OK
2025/05/15-14:14:15.384525 7f181bff76c0 Delete type=0 #786 2026/01/05-18:46:08.125254 7f93e9ffb6c0 Delete type=0 #953
2025/05/15-14:14:15.391315 7f181bff76c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.138743 7f93e9ffb6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.391369 7f181bff76c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.138788 7f93e9ffb6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.148548 7f181d7fa6c0 Recovering log #779 2026/01/04-21:27:06.053584 7f93eb7fe6c0 Recovering log #946
2025/05/15-14:12:22.158871 7f181d7fa6c0 Delete type=3 #777 2026/01/04-21:27:06.063134 7f93eb7fe6c0 Delete type=3 #944
2025/05/15-14:12:22.158926 7f181d7fa6c0 Delete type=0 #779 2026/01/04-21:27:06.063198 7f93eb7fe6c0 Delete type=0 #946
2025/05/15-14:13:28.710679 7f181bff76c0 Level-0 table #784: started 2026/01/04-21:27:09.281778 7f93e9ffb6c0 Level-0 table #951: started
2025/05/15-14:13:28.710701 7f181bff76c0 Level-0 table #784: 0 bytes OK 2026/01/04-21:27:09.281804 7f93e9ffb6c0 Level-0 table #951: 0 bytes OK
2025/05/15-14:13:28.716552 7f181bff76c0 Delete type=0 #782 2026/01/04-21:27:09.288063 7f93e9ffb6c0 Delete type=0 #949
2025/05/15-14:13:28.723116 7f181bff76c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.302185 7f93e9ffb6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.723142 7f181bff76c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.302218 7f93e9ffb6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/flaws/MANIFEST-000952 Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000785 MANIFEST-000951

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:43.125974 7f181cff96c0 Recovering log #783 2026/01/05-17:48:52.807826 7f93eaffd6c0 Recovering log #949
2025/05/15-14:13:43.135422 7f181cff96c0 Delete type=3 #781 2026/01/05-17:48:52.818309 7f93eaffd6c0 Delete type=3 #947
2025/05/15-14:13:43.135478 7f181cff96c0 Delete type=0 #783 2026/01/05-17:48:52.818361 7f93eaffd6c0 Delete type=0 #949
2025/05/15-14:14:15.437499 7f181bff76c0 Level-0 table #788: started 2026/01/05-18:46:08.177467 7f93e9ffb6c0 Level-0 table #954: started
2025/05/15-14:14:15.437537 7f181bff76c0 Level-0 table #788: 0 bytes OK 2026/01/05-18:46:08.177494 7f93e9ffb6c0 Level-0 table #954: 0 bytes OK
2025/05/15-14:14:15.449295 7f181bff76c0 Delete type=0 #786 2026/01/05-18:46:08.184298 7f93e9ffb6c0 Delete type=0 #952
2025/05/15-14:14:15.459111 7f181bff76c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.190797 7f93e9ffb6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.459185 7f181bff76c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.190831 7f93e9ffb6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.294680 7f181dffb6c0 Recovering log #779 2026/01/04-21:27:06.165893 7f93eaffd6c0 Recovering log #945
2025/05/15-14:12:22.304847 7f181dffb6c0 Delete type=3 #777 2026/01/04-21:27:06.176844 7f93eaffd6c0 Delete type=3 #943
2025/05/15-14:12:22.304902 7f181dffb6c0 Delete type=0 #779 2026/01/04-21:27:06.176887 7f93eaffd6c0 Delete type=0 #945
2025/05/15-14:13:28.755727 7f181bff76c0 Level-0 table #784: started 2026/01/04-21:27:09.356897 7f93e9ffb6c0 Level-0 table #950: started
2025/05/15-14:13:28.755750 7f181bff76c0 Level-0 table #784: 0 bytes OK 2026/01/04-21:27:09.356917 7f93e9ffb6c0 Level-0 table #950: 0 bytes OK
2025/05/15-14:13:28.762532 7f181bff76c0 Delete type=0 #782 2026/01/04-21:27:09.363118 7f93e9ffb6c0 Delete type=0 #948
2025/05/15-14:13:28.776363 7f181bff76c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.384107 7f93e9ffb6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.776394 7f181bff76c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.384135 7f93e9ffb6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000785 MANIFEST-000951

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:43.193735 7f181c7f86c0 Recovering log #783 2026/01/05-17:48:52.871507 7f93ebfff6c0 Recovering log #949
2025/05/15-14:13:43.204647 7f181c7f86c0 Delete type=3 #781 2026/01/05-17:48:52.880964 7f93ebfff6c0 Delete type=3 #947
2025/05/15-14:13:43.204736 7f181c7f86c0 Delete type=0 #783 2026/01/05-17:48:52.881025 7f93ebfff6c0 Delete type=0 #949
2025/05/15-14:14:15.487240 7f181bff76c0 Level-0 table #788: started 2026/01/05-18:46:08.217216 7f93e9ffb6c0 Level-0 table #954: started
2025/05/15-14:14:15.487259 7f181bff76c0 Level-0 table #788: 0 bytes OK 2026/01/05-18:46:08.217255 7f93e9ffb6c0 Level-0 table #954: 0 bytes OK
2025/05/15-14:14:15.493276 7f181bff76c0 Delete type=0 #786 2026/01/05-18:46:08.224112 7f93e9ffb6c0 Delete type=0 #952
2025/05/15-14:14:15.513883 7f181bff76c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.244422 7f93e9ffb6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.513908 7f181bff76c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.244461 7f93e9ffb6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.359455 7f181cff96c0 Recovering log #779 2026/01/04-21:27:06.229799 7f93eb7fe6c0 Recovering log #945
2025/05/15-14:12:22.369403 7f181cff96c0 Delete type=3 #777 2026/01/04-21:27:06.240212 7f93eb7fe6c0 Delete type=3 #943
2025/05/15-14:12:22.369515 7f181cff96c0 Delete type=0 #779 2026/01/04-21:27:06.240271 7f93eb7fe6c0 Delete type=0 #945
2025/05/15-14:13:28.819137 7f181bff76c0 Level-0 table #784: started 2026/01/04-21:27:09.384243 7f93e9ffb6c0 Level-0 table #950: started
2025/05/15-14:13:28.819218 7f181bff76c0 Level-0 table #784: 0 bytes OK 2026/01/04-21:27:09.384266 7f93e9ffb6c0 Level-0 table #950: 0 bytes OK
2025/05/15-14:13:28.825832 7f181bff76c0 Delete type=0 #782 2026/01/04-21:27:09.390516 7f93e9ffb6c0 Delete type=0 #948
2025/05/15-14:13:28.834468 7f181bff76c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.410801 7f93e9ffb6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.834504 7f181bff76c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.410839 7f93e9ffb6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000785 MANIFEST-000951

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:43.028519 7f181c7f86c0 Recovering log #783 2026/01/05-17:48:52.716239 7f93ebfff6c0 Recovering log #949
2025/05/15-14:13:43.039560 7f181c7f86c0 Delete type=3 #781 2026/01/05-17:48:52.726724 7f93ebfff6c0 Delete type=3 #947
2025/05/15-14:13:43.039627 7f181c7f86c0 Delete type=0 #783 2026/01/05-17:48:52.726801 7f93ebfff6c0 Delete type=0 #949
2025/05/15-14:14:15.406078 7f181bff76c0 Level-0 table #788: started 2026/01/05-18:46:08.125364 7f93e9ffb6c0 Level-0 table #954: started
2025/05/15-14:14:15.406103 7f181bff76c0 Level-0 table #788: 0 bytes OK 2026/01/05-18:46:08.125394 7f93e9ffb6c0 Level-0 table #954: 0 bytes OK
2025/05/15-14:14:15.412310 7f181bff76c0 Delete type=0 #786 2026/01/05-18:46:08.131273 7f93e9ffb6c0 Delete type=0 #952
2025/05/15-14:14:15.420512 7f181bff76c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.138754 7f93e9ffb6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.420565 7f181bff76c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.138782 7f93e9ffb6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.178313 7f181dffb6c0 Recovering log #779 2026/01/04-21:27:06.079934 7f93ebfff6c0 Recovering log #945
2025/05/15-14:12:22.187680 7f181dffb6c0 Delete type=3 #777 2026/01/04-21:27:06.089772 7f93ebfff6c0 Delete type=3 #943
2025/05/15-14:12:22.187734 7f181dffb6c0 Delete type=0 #779 2026/01/04-21:27:06.089841 7f93ebfff6c0 Delete type=0 #945
2025/05/15-14:13:28.716673 7f181bff76c0 Level-0 table #784: started 2026/01/04-21:27:09.315621 7f93e9ffb6c0 Level-0 table #950: started
2025/05/15-14:13:28.716694 7f181bff76c0 Level-0 table #784: 0 bytes OK 2026/01/04-21:27:09.315639 7f93e9ffb6c0 Level-0 table #950: 0 bytes OK
2025/05/15-14:13:28.722927 7f181bff76c0 Delete type=0 #782 2026/01/04-21:27:09.322011 7f93e9ffb6c0 Delete type=0 #948
2025/05/15-14:13:28.723122 7f181bff76c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.329370 7f93e9ffb6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.723149 7f181bff76c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.329412 7f93e9ffb6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000785 MANIFEST-000951

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:43.179539 7f181d7fa6c0 Recovering log #783 2026/01/05-17:48:52.858535 7f93ea7fc6c0 Recovering log #949
2025/05/15-14:13:43.189610 7f181d7fa6c0 Delete type=3 #781 2026/01/05-17:48:52.868966 7f93ea7fc6c0 Delete type=3 #947
2025/05/15-14:13:43.189670 7f181d7fa6c0 Delete type=0 #783 2026/01/05-17:48:52.869018 7f93ea7fc6c0 Delete type=0 #949
2025/05/15-14:14:15.479208 7f181bff76c0 Level-0 table #788: started 2026/01/05-18:46:08.204517 7f93e9ffb6c0 Level-0 table #954: started
2025/05/15-14:14:15.479233 7f181bff76c0 Level-0 table #788: 0 bytes OK 2026/01/05-18:46:08.204543 7f93e9ffb6c0 Level-0 table #954: 0 bytes OK
2025/05/15-14:14:15.486936 7f181bff76c0 Delete type=0 #786 2026/01/05-18:46:08.210602 7f93e9ffb6c0 Delete type=0 #952
2025/05/15-14:14:15.487112 7f181bff76c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.217110 7f93e9ffb6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.487144 7f181bff76c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.217142 7f93e9ffb6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.346867 7f181d7fa6c0 Recovering log #779 2026/01/04-21:27:06.217814 7f93ebfff6c0 Recovering log #945
2025/05/15-14:12:22.356412 7f181d7fa6c0 Delete type=3 #777 2026/01/04-21:27:06.227433 7f93ebfff6c0 Delete type=3 #943
2025/05/15-14:12:22.356472 7f181d7fa6c0 Delete type=0 #779 2026/01/04-21:27:06.227502 7f93ebfff6c0 Delete type=0 #945
2025/05/15-14:13:28.798355 7f181bff76c0 Level-0 table #784: started 2026/01/04-21:27:09.396966 7f93e9ffb6c0 Level-0 table #950: started
2025/05/15-14:13:28.798382 7f181bff76c0 Level-0 table #784: 0 bytes OK 2026/01/04-21:27:09.396989 7f93e9ffb6c0 Level-0 table #950: 0 bytes OK
2025/05/15-14:13:28.804446 7f181bff76c0 Delete type=0 #782 2026/01/04-21:27:09.404237 7f93e9ffb6c0 Delete type=0 #948
2025/05/15-14:13:28.804671 7f181bff76c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.410820 7f93e9ffb6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.804779 7f181bff76c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.410844 7f93e9ffb6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000785 MANIFEST-000951

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:43.042305 7f181d7fa6c0 Recovering log #783 2026/01/05-17:48:52.729935 7f93eb7fe6c0 Recovering log #949
2025/05/15-14:13:43.052478 7f181d7fa6c0 Delete type=3 #781 2026/01/05-17:48:52.739671 7f93eb7fe6c0 Delete type=3 #947
2025/05/15-14:13:43.052530 7f181d7fa6c0 Delete type=0 #783 2026/01/05-17:48:52.739719 7f93eb7fe6c0 Delete type=0 #949
2025/05/15-14:14:15.391512 7f181bff76c0 Level-0 table #788: started 2026/01/05-18:46:08.138907 7f93e9ffb6c0 Level-0 table #954: started
2025/05/15-14:14:15.391563 7f181bff76c0 Level-0 table #788: 0 bytes OK 2026/01/05-18:46:08.138943 7f93e9ffb6c0 Level-0 table #954: 0 bytes OK
2025/05/15-14:14:15.398537 7f181bff76c0 Delete type=0 #786 2026/01/05-18:46:08.145513 7f93e9ffb6c0 Delete type=0 #952
2025/05/15-14:14:15.420482 7f181bff76c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.165115 7f93e9ffb6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.420525 7f181bff76c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.165144 7f93e9ffb6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.190889 7f181cff96c0 Recovering log #779 2026/01/04-21:27:06.091659 7f93eaffd6c0 Recovering log #945
2025/05/15-14:12:22.200653 7f181cff96c0 Delete type=3 #777 2026/01/04-21:27:06.101173 7f93eaffd6c0 Delete type=3 #943
2025/05/15-14:12:22.200749 7f181cff96c0 Delete type=0 #779 2026/01/04-21:27:06.101239 7f93eaffd6c0 Delete type=0 #945
2025/05/15-14:13:28.729802 7f181bff76c0 Level-0 table #784: started 2026/01/04-21:27:09.309260 7f93e9ffb6c0 Level-0 table #950: started
2025/05/15-14:13:28.729822 7f181bff76c0 Level-0 table #784: 0 bytes OK 2026/01/04-21:27:09.309282 7f93e9ffb6c0 Level-0 table #950: 0 bytes OK
2025/05/15-14:13:28.735895 7f181bff76c0 Delete type=0 #782 2026/01/04-21:27:09.315491 7f93e9ffb6c0 Delete type=0 #948
2025/05/15-14:13:28.749303 7f181bff76c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.329355 7f93e9ffb6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.749336 7f181bff76c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.329403 7f93e9ffb6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000785 MANIFEST-000951

View File

@@ -1,8 +1,8 @@
2025/05/15-14:13:43.139079 7f181c7f86c0 Recovering log #783 2026/01/05-17:48:52.820379 7f93ea7fc6c0 Recovering log #949
2025/05/15-14:13:43.149063 7f181c7f86c0 Delete type=3 #781 2026/01/05-17:48:52.830336 7f93ea7fc6c0 Delete type=3 #947
2025/05/15-14:13:43.149110 7f181c7f86c0 Delete type=0 #783 2026/01/05-17:48:52.830397 7f93ea7fc6c0 Delete type=0 #949
2025/05/15-14:14:15.465941 7f181bff76c0 Level-0 table #788: started 2026/01/05-18:46:08.190986 7f93e9ffb6c0 Level-0 table #954: started
2025/05/15-14:14:15.465981 7f181bff76c0 Level-0 table #788: 0 bytes OK 2026/01/05-18:46:08.191021 7f93e9ffb6c0 Level-0 table #954: 0 bytes OK
2025/05/15-14:14:15.472526 7f181bff76c0 Delete type=0 #786 2026/01/05-18:46:08.197075 7f93e9ffb6c0 Delete type=0 #952
2025/05/15-14:14:15.487063 7f181bff76c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.217087 7f93e9ffb6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
2025/05/15-14:14:15.487118 7f181bff76c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) 2026/01/05-18:46:08.217126 7f93e9ffb6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)

View File

@@ -1,8 +1,8 @@
2025/05/15-14:12:22.307626 7f181d7fa6c0 Recovering log #779 2026/01/04-21:27:06.179542 7f93ebfff6c0 Recovering log #945
2025/05/15-14:12:22.317266 7f181d7fa6c0 Delete type=3 #777 2026/01/04-21:27:06.189030 7f93ebfff6c0 Delete type=3 #943
2025/05/15-14:12:22.317332 7f181d7fa6c0 Delete type=0 #779 2026/01/04-21:27:06.189086 7f93ebfff6c0 Delete type=0 #945
2025/05/15-14:13:28.790627 7f181bff76c0 Level-0 table #784: started 2026/01/04-21:27:09.370839 7f93e9ffb6c0 Level-0 table #950: started
2025/05/15-14:13:28.790699 7f181bff76c0 Level-0 table #784: 0 bytes OK 2026/01/04-21:27:09.370858 7f93e9ffb6c0 Level-0 table #950: 0 bytes OK
2025/05/15-14:13:28.798225 7f181bff76c0 Delete type=0 #782 2026/01/04-21:27:09.377184 7f93e9ffb6c0 Delete type=0 #948
2025/05/15-14:13:28.804577 7f181bff76c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.384128 7f93e9ffb6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
2025/05/15-14:13:28.804663 7f181bff76c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) 2026/01/04-21:27:09.384151 7f93e9ffb6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)

View File

@@ -1 +1 @@
MANIFEST-000692 MANIFEST-000858

Some files were not shown because too many files have changed in this diff Show More