17 Commits

Author SHA1 Message Date
uberwald 5a4d4c45dc Sync compendiums
Release Creation / build (release) Successful in 1m5s
2026-07-09 07:53:44 +02:00
uberwald 7fc8d2c09c feat: batch NPC import, ally/enemy gen, map sync, UI shortcuts
- batch NPC creator: import images from dir → actors (dedup, folder)
- ally/enemy generator: data tables, D66 specials, tests (39 pass)
- sector map sync: DialogV2 player view, socket v13/v14, sync click pos
- actor/scene directory: shortcut buttons (Commerce, PNJ, Map, Sync vue)
- closeImagePopout: GM closes player portraits via socket
- canvasSync: force same canvas view on all players
- FilePicker: v14 folder picker support with v13 fallback
- cleanup: debug logs, template dedup, return guards
2026-07-09 07:49:12 +02:00
uberwald bfe24812bd Auto-import PNJ3 2026-07-07 21:01:57 +02:00
uberwald 746f9e23bb Auto-import PNJ3 2026-07-07 18:59:34 +02:00
uberwald a53c7ace53 Ready for release
Release Creation / build (release) Successful in 43s
2026-06-12 20:53:44 +02:00
uberwald efe37b8a96 MAp management and helpers 2026-06-02 00:16:08 +02:00
uberwald 49423f40f5 AJout gestion map 2026-06-01 22:51:48 +02:00
uberwald 9abc2a8b19 Use real skill names from system
Release Creation / build (release) Successful in 44s
2026-05-28 08:07:22 +02:00
uberwald 9d96ec5543 Fix: Localisation des compétences du PNJ rapide dans le chat
- Ajout des helpers Handlebars localizeSkill et joinLocalizedSkills
- Template npc-result.hbs utilise maintenant joinLocalizedSkills pour afficher les compétences en français
- Import de localizeSkill depuis mgt2eSkills.js
- Résout le problème où les compétences s'affichaient en anglais (pilot, guncombat, melee...) au lieu de français (Pilote, Combat Arme, Mêlée...)

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-05-28 01:06:25 +02:00
uberwald b6a4148829 Fix: Correction complète des mappings de compétences Traveller → mgt2e
- Utilisation des clés internes EXACTES du système mgt2e (basé sur fr.json)
- Pilot-Spacecraft → pilot.spacecraft (au lieu de pilot.vaisseaux_spatiaux)
- Pilot-Small Craft → pilot.smallCraft (au lieu de pilot.petits_vaisseaux)
- Electronics-Sensors → electronics.sensors (au lieu de electronics.capteurs)
- Gunner-Turrets → gunner.turret (au lieu de guncombat.tourelles)
- Engineer-MDrive → engineer.mDrive (au lieu de engineer.propulsion_manoeuvre)
- Athletics-Strength → athletics.strength (au lieu de athletics.force)
- Art-Acting → art.performer (au lieu de art.jeu_acteur)
- Toutes les spécialités utilisent maintenant le format camelCase sans accents

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-05-28 01:02:41 +02:00
uberwald d8c61458ea Fix: Activation des spécialités dans les fiches PNJ Traveller
- Correction de setSkillLevel pour créer les spécialités manquantes automatiquement
- Mapping corrigé: Pilot-Spacecraft -> pilot.vaisseaux_spatiaux (pluriel)
- Résout le problème où les spécialités comme 'Vaisseaux spatiaux' n'étaient pas activées

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-05-28 00:53:20 +02:00
uberwald 9453c15d58 Mise à jour des compendiums et scripts pour v14
- Mise à jour des manifestes et logs des packs
- Modification des scripts NPC (NpcDialog.js, travellerNpcGenerator.js, npc.js)
- Mise à jour de la description du module pour refléter l'onglet 'PNJ Détaillé'

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-05-28 00:47:11 +02:00
uberwald 76870c27bf Corrections, styles et traductions FR pour /gennpc - v1.3.0
Corrections critiques implémentées:
- Remplacement du cache global mutable par ModuleCache
- Binding des méthodes dans TravellerNpcDialog
- Suppression des ré-exports circulaires
- Validation complète des options
- Correction: Duplicate export de TravellerNpcDialog et openTravellerNpcDialog
- Correction: distributeSkillLevels ne supprime plus les spécialisations
  (ex: Pilot-Spacecraft ET Pilot-Small Craft sont maintenant conservées)

Améliorations majeures:
- Optimisation de l'algorithme de distribution des compétences (single-pass)
- Optimisation de la génération des caractéristiques (priorité-based)
- Gestion d'erreur améliorée avec TravellerNpcError
- Création de TravellerNpcUtils.js avec classes utilitaires

Améliorations mineures:
- CSS aligné avec les styles des dialogues /commerce et /pnj
- Thème clair cohérent (#f5f0e8 background, #222 text)
- Fieldset, onglets, formulaires alignés sur mgt2-npc-form
- Boutons et résultats stylisés comme mgt2-npc-result
- Suppression des styles inline redondants dans _applyThemeStyles
- Design réactif, accessibilité, impression
- Tests unitaires complets pour toutes les fonctions

Traductions en français:
- Ajout de SKILL_LABELS_FR pour toutes les compétences Traveller
- Ajout de CHARACTERISTIC_LABELS_FR pour STR, DEX, END, INT, EDU, SOC
- Ajout de CITIZEN_CATEGORY_LABELS_FR, EXPERIENCE_LEVEL_LABELS_FR
- Ajout de ROLE_LABELS_FR, GENDER_LABELS_FR
- Mise à jour de generateTravellerNpc pour utiliser les libellés français
- Mise à jour du template traveller-npc-result.hbs pour afficher labelFr
- Mise à jour du template traveller-npc-dialog.hbs avec libellés français
- Mise à jour de TravellerNpcDialog._prepareContext pour utiliser les libellés FR

Vérification des compétences:
 Pilot: 13 compétences (avant: 12, perdait Pilot-Small Craft)
 Engineer: 13 compétences (avant: 10, perdait 3 spécialisations)
 Tous les rôles conservent leurs spécialisations

Fichiers ajoutés:
- scripts/utils/travellerNpcUtils.js
- scripts/tests/travellerNpcGenerator.test.js

Fichiers modifiés:
- scripts/data/travellerNpcGenerator.js (+ traductions FR)
- scripts/travellerNpcGenerator.js (+ fonctions getSkillLabelFr, getCharacteristicLabelFr)
- scripts/TravellerNpcDialog.js (libellés FR dans _prepareContext)
- scripts/npc.js
- styles/traveller-npc.css
- templates/traveller-npc-dialog.hbs
- templates/traveller-npc-result.hbs
- module.json

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-05-28 00:03:44 +02:00
uberwald ef7fe6e2bd Corrections et améliorations pour /gennpc - v1.3.0
Corrections critiques implémentées:
- Remplacement du cache global mutable par ModuleCache
- Binding des méthodes dans TravellerNpcDialog
- Suppression des ré-exports circulaires
- Validation complète des options
- Correction: Duplicate export de TravellerNpcDialog et openTravellerNpcDialog
- Correction: distributeSkillLevels ne supprime plus les spécialisations
  (ex: Pilot-Spacecraft ET Pilot-Small Craft sont maintenant conservées)

Améliorations majeures:
- Optimisation de l'algorithme de distribution des compétences (single-pass)
- Optimisation de la génération des caractéristiques (priorité-based)
- Gestion d'erreur améliorée avec TravellerNpcError
- Création de TravellerNpcUtils.js avec classes utilitaires

Améliorations mineures:
- CSS aligné avec les styles des dialogues /commerce et /pnj
- Thème clair cohérent (#f5f0e8 background, #222 text)
- Fieldset, onglets, formulaires alignés sur mgt2-npc-form
- Boutons et résultats stylisés comme mgt2-npc-result
- Suppression des styles inline redondants dans _applyThemeStyles
- Design réactif, accessibilité, impression
- Tests unitaires complets pour toutes les fonctions
- Version bumpée à 1.3.0

Traductions en français:
- Ajout de SKILL_LABELS_FR pour toutes les compétences Traveller
- Ajout de CHARACTERISTIC_LABELS_FR pour STR, DEX, END, INT, EDU, SOC
- Ajout de CITIZEN_CATEGORY_LABELS_FR, EXPERIENCE_LEVEL_LABELS_FR
- Ajout de ROLE_LABELS_FR, GENDER_LABELS_FR
- Mise à jour de generateTravellerNpc pour utiliser les libellés français
- Mise à jour du template traveller-npc-result.hbs pour afficher labelFr
- Mise à jour du template traveller-npc-dialog.hbs avec libellés français
- Mise à jour de TravellerNpcDialog._prepareContext pour utiliser les libellés FR

Fichiers ajoutés:
- scripts/utils/travellerNpcUtils.js
- scripts/tests/travellerNpcGenerator.test.js

Fichiers modifiés:
- scripts/data/travellerNpcGenerator.js (+ traductions FR)
- scripts/travellerNpcGenerator.js (+ fonctions getSkillLabelFr, getCharacteristicLabelFr)
- scripts/TravellerNpcDialog.js (libellés FR dans _prepareContext)
- scripts/npc.js
- styles/traveller-npc.css
- templates/traveller-npc-dialog.hbs
- templates/traveller-npc-result.hbs
- module.json

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-05-27 23:56:21 +02:00
uberwald 4f53d903eb Ajout de la commande /gennpc pour générer des PNJ Traveller
Implémentation complète du générateur de PNJ Traveller basé sur :
https://github.com/carloscasalar/traveller-npc-generator

Fonctionnalités :
- Génération de caractéristiques selon 4 catégories de citoyens
- Distribution des compétences selon 6 niveaux d'expérience
- 14 rôles différents avec priorités de caractéristiques spécifiques
- Génération de noms aléatoires (masculin/féminin/neutre)
- Création de fiche d'acteur mgt2e avec toutes les compétences
- Interface utilisateur avec dialogue Handlebars
- Commande /gennpc dans le chat

Fichiers ajoutés :
- scripts/data/travellerNpcGenerator.js (données et constantes)
- scripts/travellerNpcGenerator.js (logique métier)
- scripts/TravellerNpcDialog.js (interface utilisateur)
- templates/traveller-npc-dialog.hbs (template dialogue)
- templates/traveller-npc-result.hbs (template résultat)
- styles/traveller-npc.css (styles spécifiques)

Fichiers modifiés :
- scripts/npc.js (intégration de la commande)
- module.json (ajout des nouveaux scripts et styles)

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-05-27 23:09:43 +02:00
uberwald c3cf8f176d REady for v14, with included tools
Release Creation / build (release) Successful in 50s
2026-05-24 17:31:12 +02:00
uberwald 386cf89d68 Migration vers le système officiel 2026-05-01 00:57:50 +02:00
146 changed files with 9680 additions and 721 deletions
+73
View File
@@ -0,0 +1,73 @@
# AGENTS.md — mgt2-compendium-amiral-denisov
## First read
- `.github/copilot-instructions.md` — packs, icons, module.json conventions (this file builds on it, don't repeat it)
## No package manager / no build
There is **no** `package.json`, no lockfile, no bundler. JavaScript is plain ESM loaded directly by FoundryVTT. Do not run `npm install` or any build command.
## Commands
5 chat commands registered at runtime (not declared in `module.json`):
| Command | Entrypoint | Dialog |
|---|---|---|
| `/commerce` | `scripts/commerce.js` | `CommerceDialog` (3 tabs) |
| `/pnj` | `scripts/npc.js` | `NpcDialog` (4 tabs) |
| `/rencontre` | `scripts/npc.js` | same dialog (tab 2) |
| `/mission` | `scripts/npc.js` | same dialog (tab 3) |
| `/sector` | `scripts/sector.js` | `SectorMapApp` (IFRAME Traveller Map, clics→chat) |
| `/subsector` | `scripts/sector.js` | `SectorMapApp` (IFRAME) |
Commands are registered via `ChatLogV2.CHAT_COMMANDS` — not Hooks.on("chatMessage") as the copilot-instructions say (that file is stale). See `commerce.js:15` and `npc.js:15` for the actual pattern.
## Framework quirks
- **ApplicationV2** + `HandlebarsApplicationMixin` for all dialogs.
- Foundry v13/v14 dual code paths: some hooks must handle both jQuery (v13) and DOM (v14) APIs.
- Dice rolls: `await new Roll(formula).evaluate()` — always async.
- Skill FQN format for `game.i18n`: e.g. `pilot.spacecraft`, `electronics.computers`, `gunner.turret`.
## Runtime systems (run at `ready` hook, GM only)
1. **Migration** (`mgt2eMigration.js`): converts legacy item types to mgt2e (armor→armour, equipment→item/augment, computer→hardware, etc.). Tracked via `game.settings` version flag. Forced re-run requires deleting the setting.
2. **NPC RollTable sync** (`npcRollTableSync.js`): writes D66 tables from `scripts/data/npcTables.js` into the `tables-pnj` compendium pack. Checksums to avoid redundant writes.
## Testing
```sh
# standalone, no npm needed — install jest globally or use npx
npx jest scripts/tests/travellerNpcGenerator.test.js
```
- Single file, 1096 lines, hand-rolled FoundryVTT mocks.
- Covers: utilities, lookups, validation, characteristic/skill generation, skill conversion, full NPC gen, ModuleCache, errors, config validation.
- No CI test step — you must run manually.
- No Jest config file — relies on defaults.
## Versioning
- `module.json``"version"` is the single source of truth.
- Git tag format: `v1.3.0` (CI strips `v`).
- No changelog file.
## CI/CD (Gitea)
- Only triggers on **`release: [published]`** — not on push/PR.
- Builds a zip archive of `module.json + assets/ + packs/ + scripts/ + styles/ + templates/` and uploads to the release.
- No test step in CI.
## Deprecated packs (still on disk, NOT in module.json)
- `packs/arme/` → superseded by `armes`
- `packs/carriere/` → superseded by `carrieres`
- `packs/talent-psy/` → superseded by `talents-psioniques`
Do not re-add them to `module.json`. They remain for historical data recovery only.
## All content is in French
Labels, comments, commit messages, UI strings, icon file names, rule references — everything. Check French naming before searching/grepping.
+4
View File
@@ -0,0 +1,4 @@
module.exports = {
testMatch: ['**/scripts/tests/*.test.js'],
transform: {},
};
+104 -21
View File
@@ -1,27 +1,99 @@
{
"id": "mgt2-compendium-amiral-denisov",
"title": "MGT2 - Compendium Amiral Denisov",
"version": "1.1.0",
"title": "MgT2e - Compendium Amiral Denisov",
"version": "1.3.0",
"compatibility": {
"minimum": "11",
"verified": "13"
"minimum": "13",
"verified": "13",
"maximum": "14"
},
"description": "Module de compendium et d'outils MGT2 pour FoundryVTT écrit par JdR.Ninja.\nInclut les commandes /commerce, /pnj, /rencontre et /mission pour automatiser le commerce, les PNJ rapides, les rencontres et les contrats aléatoires.",
"socket": "true",
"description": "Module de compendium et d'outils Mongoose Traveller 2e pour FoundryVTT écrit par JdR.Ninja.\nInclut les commandes /commerce, /pnj, /rencontre et /mission pour automatiser le commerce, les PNJ rapides, les rencontres et les contrats aléatoires. La fenêtre /pnj inclut un onglet 'PNJ Détaillé' pour la génération de PNJ Traveller selon les règles du générateur officiel, en s'appuyant sur les compétences natives des fiches.",
"esmodules": [
"scripts/batchNpcCreator.js",
"scripts/commerce.js",
"scripts/npc.js"
"scripts/npc.js",
"scripts/sector.js",
"scripts/sectorSocket.js",
"scripts/utils/travellerNpcUtils.js",
"scripts/data/travellerNpcGenerator.js",
"scripts/travellerNpcGenerator.js",
"scripts/TravellerNpcDialog.js",
"scripts/mgt2eMigration.js",
"scripts/npcRollTableSync.js",
"scripts/mgt2eSkills.js"
],
"styles": [
"styles/commerce.css",
"styles/npc.css"
"styles/npc.css",
"styles/traveller-npc.css"
],
"packFolders": {
"name": "Amiral Denisov",
"sorting": "m",
"color": "#00435c",
"folders": [
{
"name": "Equipements",
"sorting": "a",
"color": "#00435c",
"packs": [
"armures",
"objet",
"equipement",
"ordinateur",
"contenant-sac-coffre",
"armes"
],
"folders": []
},
{
"name": "Références",
"sorting": "b",
"color": "#00435c",
"packs": [
"competences",
"maladie-poison-and-blessure",
"espece",
"talents-psioniques",
"carrieres"
],
"folders": []
},
{
"name": "PNJ & Items",
"sorting": "c",
"color": "#00435c",
"packs": [
"tables-pnj",
"pnj",
"competences",
"maladie-poison-and-blessure",
"espece",
"talents-psioniques",
"carrieres"
],
"folders": []
},
{
"name": "Journaux",
"sorting": "d",
"color": "#00435c",
"packs": [
"journal"
],
"folders": []
}
],
"packs": []
},
"packs": [
{
"name": "armures",
"label": "Armures",
"path": "packs/armures",
"type": "Item",
"system": "mgt2",
"system": "mgt2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
@@ -29,10 +101,10 @@
},
{
"name": "competences",
"label": "Compétences",
"label": "Références de compétences",
"path": "packs/competences",
"type": "Item",
"system": "mgt2",
"system": "mgt2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
@@ -43,7 +115,7 @@
"label": "Maladie, Poison & Blessure",
"path": "packs/maladie-poison-and-blessure",
"type": "Item",
"system": "mgt2",
"system": "mgt2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
@@ -54,7 +126,7 @@
"label": "Objets",
"path": "packs/objet",
"type": "Item",
"system": "mgt2",
"system": "mgt2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
@@ -65,7 +137,7 @@
"label": "Équipement",
"path": "packs/equipement",
"type": "Item",
"system": "mgt2",
"system": "mgt2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
@@ -76,7 +148,7 @@
"label": "Ordinateur",
"path": "packs/ordinateur",
"type": "Item",
"system": "mgt2",
"system": "mgt2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
@@ -87,7 +159,7 @@
"label": "Contenant (sac, coffre)",
"path": "packs/contenant-sac-coffre",
"type": "Item",
"system": "mgt2",
"system": "mgt2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
@@ -98,7 +170,7 @@
"label": "Espèce",
"path": "packs/espece",
"type": "Item",
"system": "mgt2",
"system": "mgt2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
@@ -109,7 +181,7 @@
"label": "Journal Psioniques",
"path": "packs/journal",
"type": "JournalEntry",
"system": "mgt2",
"system": "mgt2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
@@ -120,7 +192,7 @@
"label": "Armes",
"path": "packs/armes",
"type": "Item",
"system": "mgt2",
"system": "mgt2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
@@ -131,7 +203,7 @@
"label": "Talents psioniques",
"path": "packs/talents-psioniques",
"type": "Item",
"system": "mgt2",
"system": "mgt2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
@@ -142,7 +214,7 @@
"label": "Carrières",
"path": "packs/carrieres",
"type": "Item",
"system": "mgt2",
"system": "mgt2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
@@ -153,7 +225,18 @@
"label": "Tables PNJ & Rencontres",
"path": "packs/tables-pnj",
"type": "RollTable",
"system": "mgt2",
"system": "mgt2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "pnj",
"label": "PNJs",
"path": "packs/pnj",
"type": "Actor",
"system": "mgt2e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
+4
View File
@@ -0,0 +1,4 @@
{
"type": "module",
"private": true
}
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000057
MANIFEST-000168
+8 -8
View File
@@ -1,8 +1,8 @@
2026/04/14-09:09:27.978364 7fddd97be6c0 Recovering log #53
2026/04/14-09:09:28.036731 7fddd97be6c0 Delete type=3 #51
2026/04/14-09:09:28.036869 7fddd97be6c0 Delete type=0 #53
2026/04/14-09:37:12.068876 7fddca1c26c0 Level-0 table #60: started
2026/04/14-09:37:12.068921 7fddca1c26c0 Level-0 table #60: 0 bytes OK
2026/04/14-09:37:12.075223 7fddca1c26c0 Delete type=0 #58
2026/04/14-09:37:12.095906 7fddca1c26c0 Manual compaction at level-0 from '!folders!673DRfEBYUliGnKJ' @ 72057594037927935 : 1 .. '!items!yoIqL0RQEnzNVJB6' @ 0 : 0; will stop at (end)
2026/04/14-09:37:12.096000 7fddca1c26c0 Manual compaction at level-1 from '!folders!673DRfEBYUliGnKJ' @ 72057594037927935 : 1 .. '!items!yoIqL0RQEnzNVJB6' @ 0 : 0; will stop at (end)
2026/07/09-07:47:54.209328 7f050a7fc6c0 Recovering log #166
2026/07/09-07:47:54.260960 7f050a7fc6c0 Delete type=3 #164
2026/07/09-07:47:54.261047 7f050a7fc6c0 Delete type=0 #166
2026/07/09-07:48:38.285484 7f0509bff6c0 Level-0 table #171: started
2026/07/09-07:48:38.285523 7f0509bff6c0 Level-0 table #171: 0 bytes OK
2026/07/09-07:48:38.322960 7f0509bff6c0 Delete type=0 #169
2026/07/09-07:48:38.360389 7f0509bff6c0 Manual compaction at level-0 from '!folders!673DRfEBYUliGnKJ' @ 72057594037927935 : 1 .. '!items!yoIqL0RQEnzNVJB6' @ 0 : 0; will stop at (end)
2026/07/09-07:48:38.398070 7f0509bff6c0 Manual compaction at level-1 from '!folders!673DRfEBYUliGnKJ' @ 72057594037927935 : 1 .. '!items!yoIqL0RQEnzNVJB6' @ 0 : 0; will stop at (end)
+8 -23
View File
@@ -1,23 +1,8 @@
2026/04/09-07:31:00.942216 7f20ecbfc6c0 Recovering log #50
2026/04/09-07:31:00.952200 7f20ecbfc6c0 Delete type=0 #50
2026/04/09-07:31:00.952272 7f20ecbfc6c0 Delete type=3 #49
2026/04/09-23:11:56.221289 7f1e4ffff6c0 Level-0 table #54: started
2026/04/09-23:11:56.221324 7f1e4ffff6c0 Level-0 table #54: 0 bytes OK
2026/04/09-23:11:56.284030 7f1e4ffff6c0 Delete type=0 #52
2026/04/09-23:11:56.464040 7f1e4ffff6c0 Manual compaction at level-0 from '!folders!673DRfEBYUliGnKJ' @ 72057594037927935 : 1 .. '!items!yoIqL0RQEnzNVJB6' @ 0 : 0; will stop at '!items!yoIqL0RQEnzNVJB6' @ 51 : 1
2026/04/09-23:11:56.464048 7f1e4ffff6c0 Compacting 3@0 + 0@1 files
2026/04/09-23:11:56.489855 7f1e4ffff6c0 Generated table #55@0: 22 keys, 13361 bytes
2026/04/09-23:11:56.489882 7f1e4ffff6c0 Compacted 3@0 + 0@1 files => 13361 bytes
2026/04/09-23:11:56.553027 7f1e4ffff6c0 compacted to: files[ 0 1 1 0 0 0 0 ]
2026/04/09-23:11:56.553148 7f1e4ffff6c0 Delete type=2 #35
2026/04/09-23:11:56.553292 7f1e4ffff6c0 Delete type=2 #38
2026/04/09-23:11:56.553357 7f1e4ffff6c0 Delete type=2 #45
2026/04/09-23:11:56.649265 7f1e4ffff6c0 Manual compaction at level-0 from '!items!yoIqL0RQEnzNVJB6' @ 51 : 1 .. '!items!yoIqL0RQEnzNVJB6' @ 0 : 0; will stop at (end)
2026/04/09-23:11:56.821563 7f1e4ffff6c0 Manual compaction at level-1 from '!folders!673DRfEBYUliGnKJ' @ 72057594037927935 : 1 .. '!items!yoIqL0RQEnzNVJB6' @ 0 : 0; will stop at '!items!yoIqL0RQEnzNVJB6' @ 95 : 1
2026/04/09-23:11:56.821571 7f1e4ffff6c0 Compacting 1@1 + 1@2 files
2026/04/09-23:11:56.851887 7f1e4ffff6c0 Generated table #56@1: 29 keys, 14529 bytes
2026/04/09-23:11:56.851915 7f1e4ffff6c0 Compacted 1@1 + 1@2 files => 14529 bytes
2026/04/09-23:11:56.904874 7f1e4ffff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/04/09-23:11:56.904997 7f1e4ffff6c0 Delete type=2 #11
2026/04/09-23:11:56.905136 7f1e4ffff6c0 Delete type=2 #55
2026/04/09-23:11:56.975641 7f1e4ffff6c0 Manual compaction at level-1 from '!items!yoIqL0RQEnzNVJB6' @ 95 : 1 .. '!items!yoIqL0RQEnzNVJB6' @ 0 : 0; will stop at (end)
2026/07/09-07:36:02.848235 7f050b7fe6c0 Recovering log #162
2026/07/09-07:36:02.858500 7f050b7fe6c0 Delete type=3 #160
2026/07/09-07:36:02.858592 7f050b7fe6c0 Delete type=0 #162
2026/07/09-07:36:48.535387 7f0509bff6c0 Level-0 table #167: started
2026/07/09-07:36:48.535414 7f0509bff6c0 Level-0 table #167: 0 bytes OK
2026/07/09-07:36:48.542335 7f0509bff6c0 Delete type=0 #165
2026/07/09-07:36:48.542603 7f0509bff6c0 Manual compaction at level-0 from '!folders!673DRfEBYUliGnKJ' @ 72057594037927935 : 1 .. '!items!yoIqL0RQEnzNVJB6' @ 0 : 0; will stop at (end)
2026/07/09-07:36:48.549880 7f0509bff6c0 Manual compaction at level-1 from '!folders!673DRfEBYUliGnKJ' @ 72057594037927935 : 1 .. '!items!yoIqL0RQEnzNVJB6' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000156
MANIFEST-000267
+8 -8
View File
@@ -1,8 +1,8 @@
2026/04/14-09:09:27.370951 7fddd97be6c0 Recovering log #152
2026/04/14-09:09:27.434776 7fddd97be6c0 Delete type=3 #150
2026/04/14-09:09:27.434901 7fddd97be6c0 Delete type=0 #152
2026/04/14-09:37:12.026954 7fddca1c26c0 Level-0 table #159: started
2026/04/14-09:37:12.027005 7fddca1c26c0 Level-0 table #159: 0 bytes OK
2026/04/14-09:37:12.034241 7fddca1c26c0 Delete type=0 #157
2026/04/14-09:37:12.041328 7fddca1c26c0 Manual compaction at level-0 from '!items!8xqChkoKK7i0c9M1' @ 72057594037927935 : 1 .. '!items!wpBopoosZiWXjlKD' @ 0 : 0; will stop at (end)
2026/04/14-09:37:12.041399 7fddca1c26c0 Manual compaction at level-1 from '!items!8xqChkoKK7i0c9M1' @ 72057594037927935 : 1 .. '!items!wpBopoosZiWXjlKD' @ 0 : 0; will stop at (end)
2026/07/09-07:47:53.705532 7f050a7fc6c0 Recovering log #265
2026/07/09-07:47:53.770870 7f050a7fc6c0 Delete type=3 #263
2026/07/09-07:47:53.770946 7f050a7fc6c0 Delete type=0 #265
2026/07/09-07:48:37.982535 7f0509bff6c0 Level-0 table #270: started
2026/07/09-07:48:37.982591 7f0509bff6c0 Level-0 table #270: 0 bytes OK
2026/07/09-07:48:38.024733 7f0509bff6c0 Delete type=0 #268
2026/07/09-07:48:38.059906 7f0509bff6c0 Manual compaction at level-0 from '!items!8xqChkoKK7i0c9M1' @ 72057594037927935 : 1 .. '!items!wpBopoosZiWXjlKD' @ 0 : 0; will stop at (end)
2026/07/09-07:48:38.060367 7f0509bff6c0 Manual compaction at level-1 from '!items!8xqChkoKK7i0c9M1' @ 72057594037927935 : 1 .. '!items!wpBopoosZiWXjlKD' @ 0 : 0; will stop at (end)
+8 -23
View File
@@ -1,23 +1,8 @@
2026/04/09-07:31:00.828199 7f20ecbfc6c0 Recovering log #149
2026/04/09-07:31:00.838410 7f20ecbfc6c0 Delete type=0 #149
2026/04/09-07:31:00.838471 7f20ecbfc6c0 Delete type=3 #148
2026/04/09-23:11:55.234068 7f1e4ffff6c0 Level-0 table #153: started
2026/04/09-23:11:55.245101 7f1e4ffff6c0 Level-0 table #153: 0 bytes OK
2026/04/09-23:11:55.298794 7f1e4ffff6c0 Delete type=0 #151
2026/04/09-23:11:55.490694 7f1e4ffff6c0 Manual compaction at level-0 from '!items!8xqChkoKK7i0c9M1' @ 72057594037927935 : 1 .. '!items!wpBopoosZiWXjlKD' @ 0 : 0; will stop at '!items!wpBopoosZiWXjlKD' @ 48 : 1
2026/04/09-23:11:55.490705 7f1e4ffff6c0 Compacting 3@0 + 0@1 files
2026/04/09-23:11:55.533263 7f1e4ffff6c0 Generated table #154@0: 6 keys, 3346 bytes
2026/04/09-23:11:55.533295 7f1e4ffff6c0 Compacted 3@0 + 0@1 files => 3346 bytes
2026/04/09-23:11:55.591200 7f1e4ffff6c0 compacted to: files[ 0 1 1 0 0 0 0 ]
2026/04/09-23:11:55.591374 7f1e4ffff6c0 Delete type=2 #134
2026/04/09-23:11:55.591529 7f1e4ffff6c0 Delete type=2 #137
2026/04/09-23:11:55.591571 7f1e4ffff6c0 Delete type=2 #144
2026/04/09-23:11:55.689808 7f1e4ffff6c0 Manual compaction at level-0 from '!items!wpBopoosZiWXjlKD' @ 48 : 1 .. '!items!wpBopoosZiWXjlKD' @ 0 : 0; will stop at (end)
2026/04/09-23:11:55.770926 7f1e4ffff6c0 Manual compaction at level-1 from '!items!8xqChkoKK7i0c9M1' @ 72057594037927935 : 1 .. '!items!wpBopoosZiWXjlKD' @ 0 : 0; will stop at '!items!wpBopoosZiWXjlKD' @ 60 : 1
2026/04/09-23:11:55.770937 7f1e4ffff6c0 Compacting 1@1 + 1@2 files
2026/04/09-23:11:55.809869 7f1e4ffff6c0 Generated table #155@1: 6 keys, 3346 bytes
2026/04/09-23:11:55.809897 7f1e4ffff6c0 Compacted 1@1 + 1@2 files => 3346 bytes
2026/04/09-23:11:55.875143 7f1e4ffff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/04/09-23:11:55.875284 7f1e4ffff6c0 Delete type=2 #48
2026/04/09-23:11:55.875433 7f1e4ffff6c0 Delete type=2 #154
2026/04/09-23:11:56.005548 7f1e4ffff6c0 Manual compaction at level-1 from '!items!wpBopoosZiWXjlKD' @ 60 : 1 .. '!items!wpBopoosZiWXjlKD' @ 0 : 0; will stop at (end)
2026/07/09-07:36:02.717067 7f050affd6c0 Recovering log #261
2026/07/09-07:36:02.727527 7f050affd6c0 Delete type=3 #259
2026/07/09-07:36:02.727624 7f050affd6c0 Delete type=0 #261
2026/07/09-07:36:48.470439 7f0509bff6c0 Level-0 table #266: started
2026/07/09-07:36:48.470483 7f0509bff6c0 Level-0 table #266: 0 bytes OK
2026/07/09-07:36:48.477316 7f0509bff6c0 Delete type=0 #264
2026/07/09-07:36:48.485308 7f0509bff6c0 Manual compaction at level-0 from '!items!8xqChkoKK7i0c9M1' @ 72057594037927935 : 1 .. '!items!wpBopoosZiWXjlKD' @ 0 : 0; will stop at (end)
2026/07/09-07:36:48.485448 7f0509bff6c0 Manual compaction at level-1 from '!items!8xqChkoKK7i0c9M1' @ 72057594037927935 : 1 .. '!items!wpBopoosZiWXjlKD' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000040
MANIFEST-000151
+8 -8
View File
@@ -1,8 +1,8 @@
2026/04/14-09:09:28.118399 7fddd9fbf6c0 Recovering log #36
2026/04/14-09:09:28.175883 7fddd9fbf6c0 Delete type=3 #34
2026/04/14-09:09:28.175997 7fddd9fbf6c0 Delete type=0 #36
2026/04/14-09:37:12.089374 7fddca1c26c0 Level-0 table #43: started
2026/04/14-09:37:12.089426 7fddca1c26c0 Level-0 table #43: 0 bytes OK
2026/04/14-09:37:12.095733 7fddca1c26c0 Delete type=0 #41
2026/04/14-09:37:12.095967 7fddca1c26c0 Manual compaction at level-0 from '!items!57vgsVVCy9MRKM2M' @ 72057594037927935 : 1 .. '!items!vJInnoigCTJzuY2S' @ 0 : 0; will stop at (end)
2026/04/14-09:37:12.096017 7fddca1c26c0 Manual compaction at level-1 from '!items!57vgsVVCy9MRKM2M' @ 72057594037927935 : 1 .. '!items!vJInnoigCTJzuY2S' @ 0 : 0; will stop at (end)
2026/07/09-07:47:54.321155 7f050a7fc6c0 Recovering log #149
2026/07/09-07:47:54.377672 7f050a7fc6c0 Delete type=3 #147
2026/07/09-07:47:54.377740 7f050a7fc6c0 Delete type=0 #149
2026/07/09-07:48:38.398090 7f0509bff6c0 Level-0 table #154: started
2026/07/09-07:48:38.398123 7f0509bff6c0 Level-0 table #154: 0 bytes OK
2026/07/09-07:48:38.434275 7f0509bff6c0 Delete type=0 #152
2026/07/09-07:48:38.666470 7f0509bff6c0 Manual compaction at level-0 from '!items!57vgsVVCy9MRKM2M' @ 72057594037927935 : 1 .. '!items!vJInnoigCTJzuY2S' @ 0 : 0; will stop at (end)
2026/07/09-07:48:38.666636 7f0509bff6c0 Manual compaction at level-1 from '!items!57vgsVVCy9MRKM2M' @ 72057594037927935 : 1 .. '!items!vJInnoigCTJzuY2S' @ 0 : 0; will stop at (end)
+8 -23
View File
@@ -1,23 +1,8 @@
2026/04/09-07:31:00.979881 7f20ee3ff6c0 Recovering log #33
2026/04/09-07:31:00.989409 7f20ee3ff6c0 Delete type=0 #33
2026/04/09-07:31:00.989487 7f20ee3ff6c0 Delete type=3 #32
2026/04/09-23:11:57.513730 7f1e4ffff6c0 Level-0 table #37: started
2026/04/09-23:11:57.513772 7f1e4ffff6c0 Level-0 table #37: 0 bytes OK
2026/04/09-23:11:57.575380 7f1e4ffff6c0 Delete type=0 #35
2026/04/09-23:11:57.666141 7f1e4ffff6c0 Manual compaction at level-0 from '!items!57vgsVVCy9MRKM2M' @ 72057594037927935 : 1 .. '!items!vJInnoigCTJzuY2S' @ 0 : 0; will stop at '!items!vJInnoigCTJzuY2S' @ 46 : 1
2026/04/09-23:11:57.666147 7f1e4ffff6c0 Compacting 3@0 + 0@1 files
2026/04/09-23:11:57.697606 7f1e4ffff6c0 Generated table #38@0: 16 keys, 3810 bytes
2026/04/09-23:11:57.697641 7f1e4ffff6c0 Compacted 3@0 + 0@1 files => 3810 bytes
2026/04/09-23:11:57.756255 7f1e4ffff6c0 compacted to: files[ 0 1 1 0 0 0 0 ]
2026/04/09-23:11:57.756373 7f1e4ffff6c0 Delete type=2 #18
2026/04/09-23:11:57.756513 7f1e4ffff6c0 Delete type=2 #21
2026/04/09-23:11:57.756574 7f1e4ffff6c0 Delete type=2 #28
2026/04/09-23:11:57.875863 7f1e4ffff6c0 Manual compaction at level-0 from '!items!vJInnoigCTJzuY2S' @ 46 : 1 .. '!items!vJInnoigCTJzuY2S' @ 0 : 0; will stop at (end)
2026/04/09-23:11:57.944060 7f1e4ffff6c0 Manual compaction at level-1 from '!items!57vgsVVCy9MRKM2M' @ 72057594037927935 : 1 .. '!items!vJInnoigCTJzuY2S' @ 0 : 0; will stop at '!items!vJInnoigCTJzuY2S' @ 78 : 1
2026/04/09-23:11:57.944066 7f1e4ffff6c0 Compacting 1@1 + 1@2 files
2026/04/09-23:11:57.976628 7f1e4ffff6c0 Generated table #39@1: 16 keys, 3810 bytes
2026/04/09-23:11:57.976654 7f1e4ffff6c0 Compacted 1@1 + 1@2 files => 3810 bytes
2026/04/09-23:11:58.029512 7f1e4ffff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/04/09-23:11:58.029648 7f1e4ffff6c0 Delete type=2 #10
2026/04/09-23:11:58.029805 7f1e4ffff6c0 Delete type=2 #38
2026/04/09-23:11:58.156587 7f1e4ffff6c0 Manual compaction at level-1 from '!items!vJInnoigCTJzuY2S' @ 78 : 1 .. '!items!vJInnoigCTJzuY2S' @ 0 : 0; will stop at (end)
2026/07/09-07:36:02.877078 7f050a7fc6c0 Recovering log #145
2026/07/09-07:36:02.887569 7f050a7fc6c0 Delete type=3 #143
2026/07/09-07:36:02.887679 7f050a7fc6c0 Delete type=0 #145
2026/07/09-07:36:48.550279 7f0509bff6c0 Level-0 table #150: started
2026/07/09-07:36:48.550316 7f0509bff6c0 Level-0 table #150: 0 bytes OK
2026/07/09-07:36:48.556963 7f0509bff6c0 Delete type=0 #148
2026/07/09-07:36:48.661449 7f0509bff6c0 Manual compaction at level-0 from '!items!57vgsVVCy9MRKM2M' @ 72057594037927935 : 1 .. '!items!vJInnoigCTJzuY2S' @ 0 : 0; will stop at (end)
2026/07/09-07:36:48.668497 7f0509bff6c0 Manual compaction at level-1 from '!items!57vgsVVCy9MRKM2M' @ 72057594037927935 : 1 .. '!items!vJInnoigCTJzuY2S' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000159
MANIFEST-000270
+8 -8
View File
@@ -1,8 +1,8 @@
2026/04/14-09:09:27.438726 7fddd8fbd6c0 Recovering log #155
2026/04/14-09:09:27.499900 7fddd8fbd6c0 Delete type=3 #153
2026/04/14-09:09:27.500001 7fddd8fbd6c0 Delete type=0 #155
2026/04/14-09:37:12.020541 7fddca1c26c0 Level-0 table #162: started
2026/04/14-09:37:12.020592 7fddca1c26c0 Level-0 table #162: 0 bytes OK
2026/04/14-09:37:12.026769 7fddca1c26c0 Delete type=0 #160
2026/04/14-09:37:12.041308 7fddca1c26c0 Manual compaction at level-0 from '!items!04MdBSzwkYWUMJBC' @ 72057594037927935 : 1 .. '!items!yqjKyTCgpclCuHyK' @ 0 : 0; will stop at (end)
2026/04/14-09:37:12.041379 7fddca1c26c0 Manual compaction at level-1 from '!items!04MdBSzwkYWUMJBC' @ 72057594037927935 : 1 .. '!items!yqjKyTCgpclCuHyK' @ 0 : 0; will stop at (end)
2026/07/09-07:47:53.773960 7f050b7fe6c0 Recovering log #268
2026/07/09-07:47:53.821289 7f050b7fe6c0 Delete type=3 #266
2026/07/09-07:47:53.821386 7f050b7fe6c0 Delete type=0 #268
2026/07/09-07:48:38.024951 7f0509bff6c0 Level-0 table #273: started
2026/07/09-07:48:38.024989 7f0509bff6c0 Level-0 table #273: 0 bytes OK
2026/07/09-07:48:38.059685 7f0509bff6c0 Delete type=0 #271
2026/07/09-07:48:38.059971 7f0509bff6c0 Manual compaction at level-0 from '!items!04MdBSzwkYWUMJBC' @ 72057594037927935 : 1 .. '!items!yqjKyTCgpclCuHyK' @ 0 : 0; will stop at (end)
2026/07/09-07:48:38.060328 7f0509bff6c0 Manual compaction at level-1 from '!items!04MdBSzwkYWUMJBC' @ 72057594037927935 : 1 .. '!items!yqjKyTCgpclCuHyK' @ 0 : 0; will stop at (end)
+8 -22
View File
@@ -1,22 +1,8 @@
2026/04/09-07:31:00.841062 7f20ee3ff6c0 Recovering log #152
2026/04/09-07:31:00.850932 7f20ee3ff6c0 Delete type=0 #152
2026/04/09-07:31:00.850998 7f20ee3ff6c0 Delete type=3 #150
2026/04/09-23:11:55.298948 7f1e4ffff6c0 Level-0 table #156: started
2026/04/09-23:11:55.298983 7f1e4ffff6c0 Level-0 table #156: 0 bytes OK
2026/04/09-23:11:55.355717 7f1e4ffff6c0 Delete type=0 #154
2026/04/09-23:11:55.591617 7f1e4ffff6c0 Manual compaction at level-0 from '!items!04MdBSzwkYWUMJBC' @ 72057594037927935 : 1 .. '!items!yqjKyTCgpclCuHyK' @ 0 : 0; will stop at '!items!zNLvaapQFfVlfPw5' @ 364 : 0
2026/04/09-23:11:55.591623 7f1e4ffff6c0 Compacting 1@0 + 1@1 files
2026/04/09-23:11:55.630597 7f1e4ffff6c0 Generated table #157@0: 78 keys, 30738 bytes
2026/04/09-23:11:55.630628 7f1e4ffff6c0 Compacted 1@0 + 1@1 files => 30738 bytes
2026/04/09-23:11:55.689396 7f1e4ffff6c0 compacted to: files[ 0 1 1 0 0 0 0 ]
2026/04/09-23:11:55.689523 7f1e4ffff6c0 Delete type=2 #147
2026/04/09-23:11:55.689696 7f1e4ffff6c0 Delete type=2 #151
2026/04/09-23:11:55.689818 7f1e4ffff6c0 Manual compaction at level-0 from '!items!zNLvaapQFfVlfPw5' @ 364 : 0 .. '!items!yqjKyTCgpclCuHyK' @ 0 : 0; will stop at (end)
2026/04/09-23:11:55.689841 7f1e4ffff6c0 Manual compaction at level-1 from '!items!04MdBSzwkYWUMJBC' @ 72057594037927935 : 1 .. '!items!yqjKyTCgpclCuHyK' @ 0 : 0; will stop at '!items!zNLvaapQFfVlfPw5' @ 364 : 0
2026/04/09-23:11:55.689848 7f1e4ffff6c0 Compacting 1@1 + 1@2 files
2026/04/09-23:11:55.720254 7f1e4ffff6c0 Generated table #158@1: 39 keys, 29257 bytes
2026/04/09-23:11:55.720280 7f1e4ffff6c0 Compacted 1@1 + 1@2 files => 29257 bytes
2026/04/09-23:11:55.770532 7f1e4ffff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/04/09-23:11:55.770656 7f1e4ffff6c0 Delete type=2 #52
2026/04/09-23:11:55.770823 7f1e4ffff6c0 Delete type=2 #157
2026/04/09-23:11:56.005533 7f1e4ffff6c0 Manual compaction at level-1 from '!items!zNLvaapQFfVlfPw5' @ 364 : 0 .. '!items!yqjKyTCgpclCuHyK' @ 0 : 0; will stop at (end)
2026/07/09-07:36:02.731119 7f050bfff6c0 Recovering log #264
2026/07/09-07:36:02.742454 7f050bfff6c0 Delete type=3 #262
2026/07/09-07:36:02.742522 7f050bfff6c0 Delete type=0 #264
2026/07/09-07:36:48.477465 7f0509bff6c0 Level-0 table #269: started
2026/07/09-07:36:48.477492 7f0509bff6c0 Level-0 table #269: 0 bytes OK
2026/07/09-07:36:48.485137 7f0509bff6c0 Delete type=0 #267
2026/07/09-07:36:48.485456 7f0509bff6c0 Manual compaction at level-0 from '!items!04MdBSzwkYWUMJBC' @ 72057594037927935 : 1 .. '!items!yqjKyTCgpclCuHyK' @ 0 : 0; will stop at (end)
2026/07/09-07:36:48.485475 7f0509bff6c0 Manual compaction at level-1 from '!items!04MdBSzwkYWUMJBC' @ 72057594037927935 : 1 .. '!items!yqjKyTCgpclCuHyK' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000096
MANIFEST-000204
+7 -7
View File
@@ -1,7 +1,7 @@
2026/04/14-09:09:27.758609 7fddd97be6c0 Recovering log #94
2026/04/14-09:09:27.824657 7fddd97be6c0 Delete type=3 #92
2026/04/14-09:09:27.824750 7fddd97be6c0 Delete type=0 #94
2026/04/14-09:37:12.054469 7fddca1c26c0 Level-0 table #99: started
2026/04/14-09:37:12.054520 7fddca1c26c0 Level-0 table #99: 0 bytes OK
2026/04/14-09:37:12.061714 7fddca1c26c0 Delete type=0 #97
2026/04/14-09:37:12.068669 7fddca1c26c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2026/07/09-07:47:54.050067 7f050b7fe6c0 Recovering log #202
2026/07/09-07:47:54.099565 7f050b7fe6c0 Delete type=3 #200
2026/07/09-07:47:54.099699 7f050b7fe6c0 Delete type=0 #202
2026/07/09-07:48:38.167794 7f0509bff6c0 Level-0 table #207: started
2026/07/09-07:48:38.167822 7f0509bff6c0 Level-0 table #207: 0 bytes OK
2026/07/09-07:48:38.205849 7f0509bff6c0 Delete type=0 #205
2026/07/09-07:48:38.206313 7f0509bff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
+7 -7
View File
@@ -1,7 +1,7 @@
2026/04/09-07:31:00.905329 7f20ed3fd6c0 Recovering log #91
2026/04/09-07:31:00.914802 7f20ed3fd6c0 Delete type=0 #91
2026/04/09-07:31:00.914843 7f20ed3fd6c0 Delete type=3 #90
2026/04/09-23:11:55.355863 7f1e4ffff6c0 Level-0 table #95: started
2026/04/09-23:11:55.362963 7f1e4ffff6c0 Level-0 table #95: 0 bytes OK
2026/04/09-23:11:55.422939 7f1e4ffff6c0 Delete type=0 #93
2026/04/09-23:11:55.689784 7f1e4ffff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2026/07/09-07:36:02.804987 7f050b7fe6c0 Recovering log #198
2026/07/09-07:36:02.815231 7f050b7fe6c0 Delete type=3 #196
2026/07/09-07:36:02.815327 7f050b7fe6c0 Delete type=0 #198
2026/07/09-07:36:48.506023 7f0509bff6c0 Level-0 table #203: started
2026/07/09-07:36:48.506050 7f0509bff6c0 Level-0 table #203: 0 bytes OK
2026/07/09-07:36:48.513417 7f0509bff6c0 Delete type=0 #201
2026/07/09-07:36:48.513592 7f0509bff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000101
MANIFEST-000212
+8 -8
View File
@@ -1,8 +1,8 @@
2026/04/14-09:09:27.635794 7fddd9fbf6c0 Recovering log #97
2026/04/14-09:09:27.685698 7fddd9fbf6c0 Delete type=3 #95
2026/04/14-09:09:27.685843 7fddd9fbf6c0 Delete type=0 #97
2026/04/14-09:37:12.041593 7fddca1c26c0 Level-0 table #104: started
2026/04/14-09:37:12.041649 7fddca1c26c0 Level-0 table #104: 0 bytes OK
2026/04/14-09:37:12.047872 7fddca1c26c0 Delete type=0 #102
2026/04/14-09:37:12.068624 7fddca1c26c0 Manual compaction at level-0 from '!folders!8swFcTr6RH7BnGiu' @ 72057594037927935 : 1 .. '!items!zRJfxioYBRq4iSBR' @ 0 : 0; will stop at (end)
2026/04/14-09:37:12.068703 7fddca1c26c0 Manual compaction at level-1 from '!folders!8swFcTr6RH7BnGiu' @ 72057594037927935 : 1 .. '!items!zRJfxioYBRq4iSBR' @ 0 : 0; will stop at (end)
2026/07/09-07:47:53.935957 7f050b7fe6c0 Recovering log #210
2026/07/09-07:47:53.985176 7f050b7fe6c0 Delete type=3 #208
2026/07/09-07:47:53.985278 7f050b7fe6c0 Delete type=0 #210
2026/07/09-07:48:38.131413 7f0509bff6c0 Level-0 table #215: started
2026/07/09-07:48:38.131448 7f0509bff6c0 Level-0 table #215: 0 bytes OK
2026/07/09-07:48:38.167610 7f0509bff6c0 Delete type=0 #213
2026/07/09-07:48:38.206192 7f0509bff6c0 Manual compaction at level-0 from '!folders!8swFcTr6RH7BnGiu' @ 72057594037927935 : 1 .. '!items!zRJfxioYBRq4iSBR' @ 0 : 0; will stop at (end)
2026/07/09-07:48:38.206346 7f0509bff6c0 Manual compaction at level-1 from '!folders!8swFcTr6RH7BnGiu' @ 72057594037927935 : 1 .. '!items!zRJfxioYBRq4iSBR' @ 0 : 0; will stop at (end)
+8 -23
View File
@@ -1,23 +1,8 @@
2026/04/09-07:31:00.880382 7f20ee3ff6c0 Recovering log #94
2026/04/09-07:31:00.890560 7f20ee3ff6c0 Delete type=0 #94
2026/04/09-07:31:00.890618 7f20ee3ff6c0 Delete type=3 #93
2026/04/09-23:11:55.934801 7f1e4ffff6c0 Level-0 table #98: started
2026/04/09-23:11:55.934839 7f1e4ffff6c0 Level-0 table #98: 0 bytes OK
2026/04/09-23:11:56.005383 7f1e4ffff6c0 Delete type=0 #96
2026/04/09-23:11:56.005574 7f1e4ffff6c0 Manual compaction at level-0 from '!folders!8swFcTr6RH7BnGiu' @ 72057594037927935 : 1 .. '!items!zRJfxioYBRq4iSBR' @ 0 : 0; will stop at '!items!zRJfxioYBRq4iSBR' @ 78 : 1
2026/04/09-23:11:56.005581 7f1e4ffff6c0 Compacting 3@0 + 0@1 files
2026/04/09-23:11:56.031392 7f1e4ffff6c0 Generated table #99@0: 36 keys, 19300 bytes
2026/04/09-23:11:56.031419 7f1e4ffff6c0 Compacted 3@0 + 0@1 files => 19300 bytes
2026/04/09-23:11:56.099555 7f1e4ffff6c0 compacted to: files[ 0 1 1 0 0 0 0 ]
2026/04/09-23:11:56.099688 7f1e4ffff6c0 Delete type=2 #79
2026/04/09-23:11:56.099839 7f1e4ffff6c0 Delete type=2 #82
2026/04/09-23:11:56.099918 7f1e4ffff6c0 Delete type=2 #89
2026/04/09-23:11:56.284189 7f1e4ffff6c0 Manual compaction at level-0 from '!items!zRJfxioYBRq4iSBR' @ 78 : 1 .. '!items!zRJfxioYBRq4iSBR' @ 0 : 0; will stop at (end)
2026/04/09-23:11:56.553421 7f1e4ffff6c0 Manual compaction at level-1 from '!folders!8swFcTr6RH7BnGiu' @ 72057594037927935 : 1 .. '!items!zRJfxioYBRq4iSBR' @ 0 : 0; will stop at '!items!zRJfxioYBRq4iSBR' @ 150 : 1
2026/04/09-23:11:56.553430 7f1e4ffff6c0 Compacting 1@1 + 1@2 files
2026/04/09-23:11:56.584164 7f1e4ffff6c0 Generated table #100@1: 42 keys, 19157 bytes
2026/04/09-23:11:56.584191 7f1e4ffff6c0 Compacted 1@1 + 1@2 files => 19157 bytes
2026/04/09-23:11:56.648837 7f1e4ffff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/04/09-23:11:56.648989 7f1e4ffff6c0 Delete type=2 #75
2026/04/09-23:11:56.649134 7f1e4ffff6c0 Delete type=2 #99
2026/04/09-23:11:56.649274 7f1e4ffff6c0 Manual compaction at level-1 from '!items!zRJfxioYBRq4iSBR' @ 150 : 1 .. '!items!zRJfxioYBRq4iSBR' @ 0 : 0; will stop at (end)
2026/07/09-07:36:02.775383 7f050b7fe6c0 Recovering log #206
2026/07/09-07:36:02.786524 7f050b7fe6c0 Delete type=3 #204
2026/07/09-07:36:02.786596 7f050b7fe6c0 Delete type=0 #206
2026/07/09-07:36:48.485579 7f0509bff6c0 Level-0 table #211: started
2026/07/09-07:36:48.485602 7f0509bff6c0 Level-0 table #211: 0 bytes OK
2026/07/09-07:36:48.492088 7f0509bff6c0 Delete type=0 #209
2026/07/09-07:36:48.513557 7f0509bff6c0 Manual compaction at level-0 from '!folders!8swFcTr6RH7BnGiu' @ 72057594037927935 : 1 .. '!items!zRJfxioYBRq4iSBR' @ 0 : 0; will stop at (end)
2026/07/09-07:36:48.513899 7f0509bff6c0 Manual compaction at level-1 from '!folders!8swFcTr6RH7BnGiu' @ 72057594037927935 : 1 .. '!items!zRJfxioYBRq4iSBR' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000096
MANIFEST-000204
+7 -7
View File
@@ -1,7 +1,7 @@
2026/04/14-09:09:27.828638 7fddcbfff6c0 Recovering log #94
2026/04/14-09:09:27.891453 7fddcbfff6c0 Delete type=3 #92
2026/04/14-09:09:27.891583 7fddcbfff6c0 Delete type=0 #94
2026/04/14-09:37:12.061903 7fddca1c26c0 Level-0 table #99: started
2026/04/14-09:37:12.061955 7fddca1c26c0 Level-0 table #99: 0 bytes OK
2026/04/14-09:37:12.068457 7fddca1c26c0 Delete type=0 #97
2026/04/14-09:37:12.068687 7fddca1c26c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2026/07/09-07:47:54.102814 7f050affd6c0 Recovering log #202
2026/07/09-07:47:54.154259 7f050affd6c0 Delete type=3 #200
2026/07/09-07:47:54.154356 7f050affd6c0 Delete type=0 #202
2026/07/09-07:48:38.323204 7f0509bff6c0 Level-0 table #207: started
2026/07/09-07:48:38.323240 7f0509bff6c0 Level-0 table #207: 0 bytes OK
2026/07/09-07:48:38.360093 7f0509bff6c0 Delete type=0 #205
2026/07/09-07:48:38.360539 7f0509bff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
+7 -7
View File
@@ -1,7 +1,7 @@
2026/04/09-07:31:00.916824 7f20ecbfc6c0 Recovering log #91
2026/04/09-07:31:00.927322 7f20ecbfc6c0 Delete type=0 #91
2026/04/09-07:31:00.927410 7f20ecbfc6c0 Delete type=3 #90
2026/04/09-23:11:55.875522 7f1e4ffff6c0 Level-0 table #95: started
2026/04/09-23:11:55.875555 7f1e4ffff6c0 Level-0 table #95: 0 bytes OK
2026/04/09-23:11:55.934643 7f1e4ffff6c0 Delete type=0 #93
2026/04/09-23:11:56.005560 7f1e4ffff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2026/07/09-07:36:02.819029 7f050bfff6c0 Recovering log #198
2026/07/09-07:36:02.829464 7f050bfff6c0 Delete type=3 #196
2026/07/09-07:36:02.829554 7f050bfff6c0 Delete type=0 #198
2026/07/09-07:36:48.514172 7f0509bff6c0 Level-0 table #203: started
2026/07/09-07:36:48.514234 7f0509bff6c0 Level-0 table #203: 0 bytes OK
2026/07/09-07:36:48.520806 7f0509bff6c0 Delete type=0 #201
2026/07/09-07:36:48.542471 7f0509bff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000077
MANIFEST-000185
+8 -8
View File
@@ -1,8 +1,8 @@
2026/04/14-09:09:27.895712 7fddd8fbd6c0 Recovering log #73
2026/04/14-09:09:27.973731 7fddd8fbd6c0 Delete type=3 #71
2026/04/14-09:09:27.973870 7fddd8fbd6c0 Delete type=0 #73
2026/04/14-09:37:12.075441 7fddca1c26c0 Level-0 table #80: started
2026/04/14-09:37:12.075490 7fddca1c26c0 Level-0 table #80: 0 bytes OK
2026/04/14-09:37:12.081733 7fddca1c26c0 Delete type=0 #78
2026/04/14-09:37:12.095930 7fddca1c26c0 Manual compaction at level-0 from '!journal!26ZqV9BvS47hrLmV' @ 72057594037927935 : 1 .. '!journal.pages!26ZqV9BvS47hrLmV.ZS4936SEQUT9IA8i' @ 0 : 0; will stop at (end)
2026/04/14-09:37:12.095983 7fddca1c26c0 Manual compaction at level-1 from '!journal!26ZqV9BvS47hrLmV' @ 72057594037927935 : 1 .. '!journal.pages!26ZqV9BvS47hrLmV.ZS4936SEQUT9IA8i' @ 0 : 0; will stop at (end)
2026/07/09-07:47:54.157744 7f050b7fe6c0 Recovering log #183
2026/07/09-07:47:54.205288 7f050b7fe6c0 Delete type=3 #181
2026/07/09-07:47:54.205375 7f050b7fe6c0 Delete type=0 #183
2026/07/09-07:48:38.206467 7f0509bff6c0 Level-0 table #188: started
2026/07/09-07:48:38.206514 7f0509bff6c0 Level-0 table #188: 0 bytes OK
2026/07/09-07:48:38.247875 7f0509bff6c0 Delete type=0 #186
2026/07/09-07:48:38.360346 7f0509bff6c0 Manual compaction at level-0 from '!journal!26ZqV9BvS47hrLmV' @ 72057594037927935 : 1 .. '!journal.pages!26ZqV9BvS47hrLmV.ZS4936SEQUT9IA8i' @ 0 : 0; will stop at (end)
2026/07/09-07:48:38.360529 7f0509bff6c0 Manual compaction at level-1 from '!journal!26ZqV9BvS47hrLmV' @ 72057594037927935 : 1 .. '!journal.pages!26ZqV9BvS47hrLmV.ZS4936SEQUT9IA8i' @ 0 : 0; will stop at (end)
+8 -23
View File
@@ -1,23 +1,8 @@
2026/04/09-07:31:00.929957 7f20edbfe6c0 Recovering log #70
2026/04/09-07:31:00.939549 7f20edbfe6c0 Delete type=0 #70
2026/04/09-07:31:00.939612 7f20edbfe6c0 Delete type=3 #69
2026/04/09-23:11:56.905232 7f1e4ffff6c0 Level-0 table #74: started
2026/04/09-23:11:56.905265 7f1e4ffff6c0 Level-0 table #74: 0 bytes OK
2026/04/09-23:11:56.975463 7f1e4ffff6c0 Delete type=0 #72
2026/04/09-23:11:56.975665 7f1e4ffff6c0 Manual compaction at level-0 from '!journal!26ZqV9BvS47hrLmV' @ 72057594037927935 : 1 .. '!journal.pages!26ZqV9BvS47hrLmV.ZS4936SEQUT9IA8i' @ 0 : 0; will stop at '!journal.pages!26ZqV9BvS47hrLmV.ZS4936SEQUT9IA8i' @ 8 : 1
2026/04/09-23:11:56.975673 7f1e4ffff6c0 Compacting 3@0 + 0@1 files
2026/04/09-23:11:57.005759 7f1e4ffff6c0 Generated table #75@0: 2 keys, 2815 bytes
2026/04/09-23:11:57.005786 7f1e4ffff6c0 Compacted 3@0 + 0@1 files => 2815 bytes
2026/04/09-23:11:57.078432 7f1e4ffff6c0 compacted to: files[ 0 1 1 0 0 0 0 ]
2026/04/09-23:11:57.078623 7f1e4ffff6c0 Delete type=2 #55
2026/04/09-23:11:57.078774 7f1e4ffff6c0 Delete type=2 #58
2026/04/09-23:11:57.078833 7f1e4ffff6c0 Delete type=2 #65
2026/04/09-23:11:57.276364 7f1e4ffff6c0 Manual compaction at level-0 from '!journal.pages!26ZqV9BvS47hrLmV.ZS4936SEQUT9IA8i' @ 8 : 1 .. '!journal.pages!26ZqV9BvS47hrLmV.ZS4936SEQUT9IA8i' @ 0 : 0; will stop at (end)
2026/04/09-23:11:57.363786 7f1e4ffff6c0 Manual compaction at level-1 from '!journal!26ZqV9BvS47hrLmV' @ 72057594037927935 : 1 .. '!journal.pages!26ZqV9BvS47hrLmV.ZS4936SEQUT9IA8i' @ 0 : 0; will stop at '!journal.pages!26ZqV9BvS47hrLmV.ZS4936SEQUT9IA8i' @ 12 : 1
2026/04/09-23:11:57.363793 7f1e4ffff6c0 Compacting 1@1 + 1@2 files
2026/04/09-23:11:57.394341 7f1e4ffff6c0 Generated table #76@1: 2 keys, 2815 bytes
2026/04/09-23:11:57.394378 7f1e4ffff6c0 Compacted 1@1 + 1@2 files => 2815 bytes
2026/04/09-23:11:57.451312 7f1e4ffff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/04/09-23:11:57.451448 7f1e4ffff6c0 Delete type=2 #9
2026/04/09-23:11:57.451666 7f1e4ffff6c0 Delete type=2 #75
2026/04/09-23:11:57.575520 7f1e4ffff6c0 Manual compaction at level-1 from '!journal.pages!26ZqV9BvS47hrLmV.ZS4936SEQUT9IA8i' @ 12 : 1 .. '!journal.pages!26ZqV9BvS47hrLmV.ZS4936SEQUT9IA8i' @ 0 : 0; will stop at (end)
2026/07/09-07:36:02.833115 7f050affd6c0 Recovering log #179
2026/07/09-07:36:02.843924 7f050affd6c0 Delete type=3 #177
2026/07/09-07:36:02.844020 7f050affd6c0 Delete type=0 #179
2026/07/09-07:36:48.520958 7f0509bff6c0 Level-0 table #184: started
2026/07/09-07:36:48.520983 7f0509bff6c0 Level-0 table #184: 0 bytes OK
2026/07/09-07:36:48.528268 7f0509bff6c0 Delete type=0 #182
2026/07/09-07:36:48.542488 7f0509bff6c0 Manual compaction at level-0 from '!journal!26ZqV9BvS47hrLmV' @ 72057594037927935 : 1 .. '!journal.pages!26ZqV9BvS47hrLmV.ZS4936SEQUT9IA8i' @ 0 : 0; will stop at (end)
2026/07/09-07:36:48.549898 7f0509bff6c0 Manual compaction at level-1 from '!journal!26ZqV9BvS47hrLmV' @ 72057594037927935 : 1 .. '!journal.pages!26ZqV9BvS47hrLmV.ZS4936SEQUT9IA8i' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000101
MANIFEST-000212
+8 -8
View File
@@ -1,8 +1,8 @@
2026/04/14-09:09:27.505383 7fddcbfff6c0 Recovering log #97
2026/04/14-09:09:27.573701 7fddcbfff6c0 Delete type=3 #95
2026/04/14-09:09:27.573885 7fddcbfff6c0 Delete type=0 #97
2026/04/14-09:37:12.013930 7fddca1c26c0 Level-0 table #104: started
2026/04/14-09:37:12.014060 7fddca1c26c0 Level-0 table #104: 0 bytes OK
2026/04/14-09:37:12.020364 7fddca1c26c0 Delete type=0 #102
2026/04/14-09:37:12.041283 7fddca1c26c0 Manual compaction at level-0 from '!items!QHovFMj93BC7bqBu' @ 72057594037927935 : 1 .. '!items!yleVHgRqGoYLvzxT' @ 0 : 0; will stop at (end)
2026/04/14-09:37:12.041363 7fddca1c26c0 Manual compaction at level-1 from '!items!QHovFMj93BC7bqBu' @ 72057594037927935 : 1 .. '!items!yleVHgRqGoYLvzxT' @ 0 : 0; will stop at (end)
2026/07/09-07:47:53.824918 7f050bfff6c0 Recovering log #210
2026/07/09-07:47:53.877561 7f050bfff6c0 Delete type=3 #208
2026/07/09-07:47:53.877656 7f050bfff6c0 Delete type=0 #210
2026/07/09-07:48:38.060381 7f0509bff6c0 Level-0 table #215: started
2026/07/09-07:48:38.060435 7f0509bff6c0 Level-0 table #215: 0 bytes OK
2026/07/09-07:48:38.094447 7f0509bff6c0 Delete type=0 #213
2026/07/09-07:48:38.206140 7f0509bff6c0 Manual compaction at level-0 from '!items!QHovFMj93BC7bqBu' @ 72057594037927935 : 1 .. '!items!yleVHgRqGoYLvzxT' @ 0 : 0; will stop at (end)
2026/07/09-07:48:38.206298 7f0509bff6c0 Manual compaction at level-1 from '!items!QHovFMj93BC7bqBu' @ 72057594037927935 : 1 .. '!items!yleVHgRqGoYLvzxT' @ 0 : 0; will stop at (end)
+8 -23
View File
@@ -1,23 +1,8 @@
2026/04/09-07:31:00.854245 7f20edbfe6c0 Recovering log #94
2026/04/09-07:31:00.865063 7f20edbfe6c0 Delete type=0 #94
2026/04/09-07:31:00.865121 7f20edbfe6c0 Delete type=3 #93
2026/04/09-23:11:56.099981 7f1e4ffff6c0 Level-0 table #98: started
2026/04/09-23:11:56.105569 7f1e4ffff6c0 Level-0 table #98: 0 bytes OK
2026/04/09-23:11:56.159882 7f1e4ffff6c0 Delete type=0 #96
2026/04/09-23:11:56.284217 7f1e4ffff6c0 Manual compaction at level-0 from '!items!QHovFMj93BC7bqBu' @ 72057594037927935 : 1 .. '!items!yleVHgRqGoYLvzxT' @ 0 : 0; will stop at '!items!yleVHgRqGoYLvzxT' @ 16 : 1
2026/04/09-23:11:56.284226 7f1e4ffff6c0 Compacting 3@0 + 0@1 files
2026/04/09-23:11:56.306198 7f1e4ffff6c0 Generated table #99@0: 8 keys, 1953 bytes
2026/04/09-23:11:56.306252 7f1e4ffff6c0 Compacted 3@0 + 0@1 files => 1953 bytes
2026/04/09-23:11:56.365749 7f1e4ffff6c0 compacted to: files[ 0 1 1 0 0 0 0 ]
2026/04/09-23:11:56.365864 7f1e4ffff6c0 Delete type=2 #79
2026/04/09-23:11:56.366005 7f1e4ffff6c0 Delete type=2 #82
2026/04/09-23:11:56.366066 7f1e4ffff6c0 Delete type=2 #89
2026/04/09-23:11:56.649232 7f1e4ffff6c0 Manual compaction at level-0 from '!items!yleVHgRqGoYLvzxT' @ 16 : 1 .. '!items!yleVHgRqGoYLvzxT' @ 0 : 0; will stop at (end)
2026/04/09-23:11:56.649287 7f1e4ffff6c0 Manual compaction at level-1 from '!items!QHovFMj93BC7bqBu' @ 72057594037927935 : 1 .. '!items!yleVHgRqGoYLvzxT' @ 0 : 0; will stop at '!items!yleVHgRqGoYLvzxT' @ 32 : 1
2026/04/09-23:11:56.649293 7f1e4ffff6c0 Compacting 1@1 + 1@2 files
2026/04/09-23:11:56.673369 7f1e4ffff6c0 Generated table #100@1: 8 keys, 1953 bytes
2026/04/09-23:11:56.673396 7f1e4ffff6c0 Compacted 1@1 + 1@2 files => 1953 bytes
2026/04/09-23:11:56.738661 7f1e4ffff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/04/09-23:11:56.738800 7f1e4ffff6c0 Delete type=2 #33
2026/04/09-23:11:56.738971 7f1e4ffff6c0 Delete type=2 #99
2026/04/09-23:11:56.975609 7f1e4ffff6c0 Manual compaction at level-1 from '!items!yleVHgRqGoYLvzxT' @ 32 : 1 .. '!items!yleVHgRqGoYLvzxT' @ 0 : 0; will stop at (end)
2026/07/09-07:36:02.746093 7f050affd6c0 Recovering log #206
2026/07/09-07:36:02.757529 7f050affd6c0 Delete type=3 #204
2026/07/09-07:36:02.757641 7f050affd6c0 Delete type=0 #206
2026/07/09-07:36:48.492215 7f0509bff6c0 Level-0 table #211: started
2026/07/09-07:36:48.492240 7f0509bff6c0 Level-0 table #211: 0 bytes OK
2026/07/09-07:36:48.498996 7f0509bff6c0 Delete type=0 #209
2026/07/09-07:36:48.513570 7f0509bff6c0 Manual compaction at level-0 from '!items!QHovFMj93BC7bqBu' @ 72057594037927935 : 1 .. '!items!yleVHgRqGoYLvzxT' @ 0 : 0; will stop at (end)
2026/07/09-07:36:48.513598 7f0509bff6c0 Manual compaction at level-1 from '!items!QHovFMj93BC7bqBu' @ 72057594037927935 : 1 .. '!items!yleVHgRqGoYLvzxT' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000096
MANIFEST-000204
+7 -7
View File
@@ -1,7 +1,7 @@
2026/04/14-09:09:27.576965 7fddd97be6c0 Recovering log #94
2026/04/14-09:09:27.633055 7fddd97be6c0 Delete type=3 #92
2026/04/14-09:09:27.633158 7fddd97be6c0 Delete type=0 #94
2026/04/14-09:37:12.034435 7fddca1c26c0 Level-0 table #99: started
2026/04/14-09:37:12.034485 7fddca1c26c0 Level-0 table #99: 0 bytes OK
2026/04/14-09:37:12.041061 7fddca1c26c0 Delete type=0 #97
2026/04/14-09:37:12.041346 7fddca1c26c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2026/07/09-07:47:53.881056 7f050affd6c0 Recovering log #202
2026/07/09-07:47:53.932822 7f050affd6c0 Delete type=3 #200
2026/07/09-07:47:53.932920 7f050affd6c0 Delete type=0 #202
2026/07/09-07:48:38.094630 7f0509bff6c0 Level-0 table #207: started
2026/07/09-07:48:38.094656 7f0509bff6c0 Level-0 table #207: 0 bytes OK
2026/07/09-07:48:38.131201 7f0509bff6c0 Delete type=0 #205
2026/07/09-07:48:38.206170 7f0509bff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
+7 -7
View File
@@ -1,7 +1,7 @@
2026/04/09-07:31:00.868584 7f20ed3fd6c0 Recovering log #91
2026/04/09-07:31:00.878275 7f20ed3fd6c0 Delete type=0 #91
2026/04/09-07:31:00.878335 7f20ed3fd6c0 Delete type=3 #90
2026/04/09-23:11:55.423085 7f1e4ffff6c0 Level-0 table #95: started
2026/04/09-23:11:55.423120 7f1e4ffff6c0 Level-0 table #95: 0 bytes OK
2026/04/09-23:11:55.490502 7f1e4ffff6c0 Delete type=0 #93
2026/04/09-23:11:55.689798 7f1e4ffff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
2026/07/09-07:36:02.761515 7f050bfff6c0 Recovering log #198
2026/07/09-07:36:02.772174 7f050bfff6c0 Delete type=3 #196
2026/07/09-07:36:02.772292 7f050bfff6c0 Delete type=0 #198
2026/07/09-07:36:48.499125 7f0509bff6c0 Level-0 table #203: started
2026/07/09-07:36:48.499149 7f0509bff6c0 Level-0 table #203: 0 bytes OK
2026/07/09-07:36:48.505893 7f0509bff6c0 Delete type=0 #201
2026/07/09-07:36:48.513580 7f0509bff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000101
MANIFEST-000212
+8 -8
View File
@@ -1,8 +1,8 @@
2026/04/14-09:09:27.691723 7fddd8fbd6c0 Recovering log #97
2026/04/14-09:09:27.751300 7fddd8fbd6c0 Delete type=3 #95
2026/04/14-09:09:27.751449 7fddd8fbd6c0 Delete type=0 #97
2026/04/14-09:37:12.048047 7fddca1c26c0 Level-0 table #104: started
2026/04/14-09:37:12.048094 7fddca1c26c0 Level-0 table #104: 0 bytes OK
2026/04/14-09:37:12.054263 7fddca1c26c0 Delete type=0 #102
2026/04/14-09:37:12.068648 7fddca1c26c0 Manual compaction at level-0 from '!folders!qrqRBmTP6UuS30DF' @ 72057594037927935 : 1 .. '!items!yFvuDyV00NdojxGt' @ 0 : 0; will stop at (end)
2026/04/14-09:37:12.068720 7fddca1c26c0 Manual compaction at level-1 from '!folders!qrqRBmTP6UuS30DF' @ 72057594037927935 : 1 .. '!items!yFvuDyV00NdojxGt' @ 0 : 0; will stop at (end)
2026/07/09-07:47:53.990492 7f050affd6c0 Recovering log #210
2026/07/09-07:47:54.046515 7f050affd6c0 Delete type=3 #208
2026/07/09-07:47:54.046608 7f050affd6c0 Delete type=0 #210
2026/07/09-07:48:38.248094 7f0509bff6c0 Level-0 table #215: started
2026/07/09-07:48:38.248127 7f0509bff6c0 Level-0 table #215: 0 bytes OK
2026/07/09-07:48:38.285238 7f0509bff6c0 Delete type=0 #213
2026/07/09-07:48:38.360368 7f0509bff6c0 Manual compaction at level-0 from '!folders!qrqRBmTP6UuS30DF' @ 72057594037927935 : 1 .. '!items!yFvuDyV00NdojxGt' @ 0 : 0; will stop at (end)
2026/07/09-07:48:38.360421 7f0509bff6c0 Manual compaction at level-1 from '!folders!qrqRBmTP6UuS30DF' @ 72057594037927935 : 1 .. '!items!yFvuDyV00NdojxGt' @ 0 : 0; will stop at (end)
+8 -23
View File
@@ -1,23 +1,8 @@
2026/04/09-07:31:00.893292 7f20edbfe6c0 Recovering log #94
2026/04/09-07:31:00.903184 7f20edbfe6c0 Delete type=0 #94
2026/04/09-07:31:00.903229 7f20edbfe6c0 Delete type=3 #93
2026/04/09-23:11:56.160046 7f1e4ffff6c0 Level-0 table #98: started
2026/04/09-23:11:56.160087 7f1e4ffff6c0 Level-0 table #98: 0 bytes OK
2026/04/09-23:11:56.221142 7f1e4ffff6c0 Delete type=0 #96
2026/04/09-23:11:56.366148 7f1e4ffff6c0 Manual compaction at level-0 from '!folders!qrqRBmTP6UuS30DF' @ 72057594037927935 : 1 .. '!items!yFvuDyV00NdojxGt' @ 0 : 0; will stop at '!items!yFvuDyV00NdojxGt' @ 28 : 1
2026/04/09-23:11:56.366156 7f1e4ffff6c0 Compacting 3@0 + 0@1 files
2026/04/09-23:11:56.403336 7f1e4ffff6c0 Generated table #99@0: 13 keys, 5518 bytes
2026/04/09-23:11:56.403367 7f1e4ffff6c0 Compacted 3@0 + 0@1 files => 5518 bytes
2026/04/09-23:11:56.463634 7f1e4ffff6c0 compacted to: files[ 0 1 1 0 0 0 0 ]
2026/04/09-23:11:56.463768 7f1e4ffff6c0 Delete type=2 #79
2026/04/09-23:11:56.463912 7f1e4ffff6c0 Delete type=2 #82
2026/04/09-23:11:56.463976 7f1e4ffff6c0 Delete type=2 #89
2026/04/09-23:11:56.649253 7f1e4ffff6c0 Manual compaction at level-0 from '!items!yFvuDyV00NdojxGt' @ 28 : 1 .. '!items!yFvuDyV00NdojxGt' @ 0 : 0; will stop at (end)
2026/04/09-23:11:56.739065 7f1e4ffff6c0 Manual compaction at level-1 from '!folders!qrqRBmTP6UuS30DF' @ 72057594037927935 : 1 .. '!items!yFvuDyV00NdojxGt' @ 0 : 0; will stop at '!items!yFvuDyV00NdojxGt' @ 54 : 1
2026/04/09-23:11:56.739073 7f1e4ffff6c0 Compacting 1@1 + 1@2 files
2026/04/09-23:11:56.767928 7f1e4ffff6c0 Generated table #100@1: 15 keys, 5685 bytes
2026/04/09-23:11:56.767955 7f1e4ffff6c0 Compacted 1@1 + 1@2 files => 5685 bytes
2026/04/09-23:11:56.821206 7f1e4ffff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2026/04/09-23:11:56.821329 7f1e4ffff6c0 Delete type=2 #67
2026/04/09-23:11:56.821468 7f1e4ffff6c0 Delete type=2 #99
2026/04/09-23:11:56.975628 7f1e4ffff6c0 Manual compaction at level-1 from '!items!yFvuDyV00NdojxGt' @ 54 : 1 .. '!items!yFvuDyV00NdojxGt' @ 0 : 0; will stop at (end)
2026/07/09-07:36:02.790070 7f050bfff6c0 Recovering log #206
2026/07/09-07:36:02.801080 7f050bfff6c0 Delete type=3 #204
2026/07/09-07:36:02.801169 7f050bfff6c0 Delete type=0 #206
2026/07/09-07:36:48.528396 7f0509bff6c0 Level-0 table #211: started
2026/07/09-07:36:48.528420 7f0509bff6c0 Level-0 table #211: 0 bytes OK
2026/07/09-07:36:48.535244 7f0509bff6c0 Delete type=0 #209
2026/07/09-07:36:48.542498 7f0509bff6c0 Manual compaction at level-0 from '!folders!qrqRBmTP6UuS30DF' @ 72057594037927935 : 1 .. '!items!yFvuDyV00NdojxGt' @ 0 : 0; will stop at (end)
2026/07/09-07:36:48.549890 7f0509bff6c0 Manual compaction at level-1 from '!folders!qrqRBmTP6UuS30DF' @ 72057594037927935 : 1 .. '!items!yFvuDyV00NdojxGt' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
MANIFEST-000050
+8
View File
@@ -0,0 +1,8 @@
2026/07/09-07:47:54.696879 7f050b7fe6c0 Recovering log #48
2026/07/09-07:47:54.748540 7f050b7fe6c0 Delete type=3 #46
2026/07/09-07:47:54.748653 7f050b7fe6c0 Delete type=0 #48
2026/07/09-07:48:38.622656 7f0509bff6c0 Level-0 table #53: started
2026/07/09-07:48:38.622702 7f0509bff6c0 Level-0 table #53: 0 bytes OK
2026/07/09-07:48:38.666188 7f0509bff6c0 Delete type=0 #51
2026/07/09-07:48:38.666530 7f0509bff6c0 Manual compaction at level-0 from '!actors!DL3zXfXxWMOQhXJY' @ 72057594037927935 : 1 .. '!actors.items!JAHYXFedTxNlGYX8.nmIgA3CQkOSEpCSP' @ 0 : 0; will stop at (end)
2026/07/09-07:48:38.924791 7f0509bff6c0 Manual compaction at level-1 from '!actors!DL3zXfXxWMOQhXJY' @ 72057594037927935 : 1 .. '!actors.items!JAHYXFedTxNlGYX8.nmIgA3CQkOSEpCSP' @ 0 : 0; will stop at (end)
+8
View File
@@ -0,0 +1,8 @@
2026/07/09-07:36:03.110030 7f050b7fe6c0 Recovering log #44
2026/07/09-07:36:03.122283 7f050b7fe6c0 Delete type=3 #42
2026/07/09-07:36:03.122371 7f050b7fe6c0 Delete type=0 #44
2026/07/09-07:36:48.557102 7f0509bff6c0 Level-0 table #49: started
2026/07/09-07:36:48.557128 7f0509bff6c0 Level-0 table #49: 0 bytes OK
2026/07/09-07:36:48.564945 7f0509bff6c0 Delete type=0 #47
2026/07/09-07:36:48.661466 7f0509bff6c0 Manual compaction at level-0 from '!actors!DL3zXfXxWMOQhXJY' @ 72057594037927935 : 1 .. '!actors.items!JAHYXFedTxNlGYX8.nmIgA3CQkOSEpCSP' @ 0 : 0; will stop at (end)
2026/07/09-07:36:48.668506 7f0509bff6c0 Manual compaction at level-1 from '!actors!DL3zXfXxWMOQhXJY' @ 72057594037927935 : 1 .. '!actors.items!JAHYXFedTxNlGYX8.nmIgA3CQkOSEpCSP' @ 0 : 0; will stop at (end)
Binary file not shown.
Binary file not shown.
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000002
MANIFEST-000488
+21 -5
View File
@@ -1,5 +1,21 @@
2026/04/14-09:09:28.285829 7fddcbfff6c0 Delete type=3 #1
2026/04/14-09:37:12.115891 7fddca1c26c0 Level-0 table #5: started
2026/04/14-09:37:12.134263 7fddca1c26c0 Level-0 table #5: 442791 bytes OK
2026/04/14-09:37:12.141689 7fddca1c26c0 Delete type=0 #3
2026/04/14-09:37:12.149394 7fddca1c26c0 Manual compaction at level-0 from '!tables!BbXMbmHKcLJrBCmk' @ 72057594037927935 : 1 .. '!tables.results!xe7x4qufBpzLaEby.zyJ49IY9JAmeIucJ' @ 0 : 0; will stop at (end)
2026/07/09-07:47:54.381539 7f050b7fe6c0 Recovering log #482
2026/07/09-07:47:54.449522 7f050b7fe6c0 Delete type=3 #480
2026/07/09-07:47:54.449639 7f050b7fe6c0 Delete type=0 #482
2026/07/09-07:48:38.434501 7f0509bff6c0 Level-0 table #491: started
2026/07/09-07:48:38.581067 7f0509bff6c0 Level-0 table #491: 7799304 bytes OK
2026/07/09-07:48:38.618635 7f0509bff6c0 Delete type=0 #489
2026/07/09-07:48:38.666492 7f0509bff6c0 Manual compaction at level-0 from '!tables!BbXMbmHKcLJrBCmk' @ 72057594037927935 : 1 .. '!tables.results!xe7x4qufBpzLaEby.zzqLG98O4eFQZHp0' @ 0 : 0; will stop at (end)
2026/07/09-07:48:38.666799 7f0509bff6c0 Manual compaction at level-1 from '!tables!BbXMbmHKcLJrBCmk' @ 72057594037927935 : 1 .. '!tables.results!xe7x4qufBpzLaEby.zzqLG98O4eFQZHp0' @ 0 : 0; will stop at '!tables.results!xe7x4qufBpzLaEby.zzqLG98O4eFQZHp0' @ 3720162 : 1
2026/07/09-07:48:38.666823 7f0509bff6c0 Compacting 1@1 + 4@2 files
2026/07/09-07:48:38.720439 7f0509bff6c0 Generated table #492@1: 8118 keys, 2133880 bytes
2026/07/09-07:48:38.784916 7f0509bff6c0 Generated table #493@1: 15560 keys, 2160741 bytes
2026/07/09-07:48:38.845800 7f0509bff6c0 Generated table #494@1: 16194 keys, 2162194 bytes
2026/07/09-07:48:38.885126 7f0509bff6c0 Generated table #495@1: 9938 keys, 1338663 bytes
2026/07/09-07:48:38.885173 7f0509bff6c0 Compacted 1@1 + 4@2 files => 7795478 bytes
2026/07/09-07:48:38.921695 7f0509bff6c0 compacted to: files[ 0 0 4 0 0 0 0 ]
2026/07/09-07:48:38.922132 7f0509bff6c0 Delete type=2 #484
2026/07/09-07:48:38.922665 7f0509bff6c0 Delete type=2 #485
2026/07/09-07:48:38.923013 7f0509bff6c0 Delete type=2 #486
2026/07/09-07:48:38.923358 7f0509bff6c0 Delete type=2 #487
2026/07/09-07:48:38.923944 7f0509bff6c0 Delete type=2 #491
2026/07/09-07:48:39.004029 7f0509bff6c0 Manual compaction at level-1 from '!tables.results!xe7x4qufBpzLaEby.zzqLG98O4eFQZHp0' @ 3720162 : 1 .. '!tables.results!xe7x4qufBpzLaEby.zzqLG98O4eFQZHp0' @ 0 : 0; will stop at (end)
+21
View File
@@ -0,0 +1,21 @@
2026/07/09-07:36:02.891075 7f050affd6c0 Recovering log #478
2026/07/09-07:36:02.901393 7f050affd6c0 Delete type=3 #476
2026/07/09-07:36:02.901513 7f050affd6c0 Delete type=0 #478
2026/07/09-07:36:48.565124 7f0509bff6c0 Level-0 table #483: started
2026/07/09-07:36:48.651161 7f0509bff6c0 Level-0 table #483: 7736561 bytes OK
2026/07/09-07:36:48.658601 7f0509bff6c0 Delete type=0 #481
2026/07/09-07:36:48.668480 7f0509bff6c0 Manual compaction at level-0 from '!tables!BbXMbmHKcLJrBCmk' @ 72057594037927935 : 1 .. '!tables.results!xe7x4qufBpzLaEby.zzqLG98O4eFQZHp0' @ 0 : 0; will stop at (end)
2026/07/09-07:36:48.668938 7f0509bff6c0 Manual compaction at level-1 from '!tables!BbXMbmHKcLJrBCmk' @ 72057594037927935 : 1 .. '!tables.results!xe7x4qufBpzLaEby.zzqLG98O4eFQZHp0' @ 0 : 0; will stop at '!tables.results!xe7x4qufBpzLaEby.zzqLG98O4eFQZHp0' @ 3670640 : 1
2026/07/09-07:36:48.668950 7f0509bff6c0 Compacting 1@1 + 4@2 files
2026/07/09-07:36:48.696996 7f0509bff6c0 Generated table #484@1: 8151 keys, 2133230 bytes
2026/07/09-07:36:48.734338 7f0509bff6c0 Generated table #485@1: 15606 keys, 2160419 bytes
2026/07/09-07:36:48.767140 7f0509bff6c0 Generated table #486@1: 16209 keys, 2163737 bytes
2026/07/09-07:36:48.794374 7f0509bff6c0 Generated table #487@1: 9512 keys, 1275518 bytes
2026/07/09-07:36:48.794409 7f0509bff6c0 Compacted 1@1 + 4@2 files => 7732904 bytes
2026/07/09-07:36:48.801570 7f0509bff6c0 compacted to: files[ 0 0 4 0 0 0 0 ]
2026/07/09-07:36:48.801981 7f0509bff6c0 Delete type=2 #470
2026/07/09-07:36:48.802506 7f0509bff6c0 Delete type=2 #472
2026/07/09-07:36:48.802910 7f0509bff6c0 Delete type=2 #474
2026/07/09-07:36:48.803224 7f0509bff6c0 Delete type=2 #475
2026/07/09-07:36:48.803908 7f0509bff6c0 Delete type=2 #483
2026/07/09-07:36:48.819321 7f0509bff6c0 Manual compaction at level-1 from '!tables.results!xe7x4qufBpzLaEby.zzqLG98O4eFQZHp0' @ 3670640 : 1 .. '!tables.results!xe7x4qufBpzLaEby.zzqLG98O4eFQZHp0' @ 0 : 0; will stop at (end)
Binary file not shown.

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