Enhance text style
This commit is contained in:
+17
-2
@@ -837,6 +837,18 @@
|
|||||||
.application.mgne .companion .ability-card {
|
.application.mgne .companion .ability-card {
|
||||||
background: linear-gradient(180deg, rgba(232, 90, 80, 0.11), transparent 60%), linear-gradient(180deg, rgba(204, 178, 146, 0.04), transparent 35%), rgba(64, 47, 37, 0.66);
|
background: linear-gradient(180deg, rgba(232, 90, 80, 0.11), transparent 60%), linear-gradient(180deg, rgba(204, 178, 146, 0.04), transparent 35%), rgba(64, 47, 37, 0.66);
|
||||||
}
|
}
|
||||||
|
.application.mgne.companion .inventory-header h3 {
|
||||||
|
color: #1b1512;
|
||||||
|
}
|
||||||
|
.application.mgne.companion .resource-box > label:not(.resource-label-accent) {
|
||||||
|
color: #1b1512;
|
||||||
|
}
|
||||||
|
.application.mgne.companion fieldset label {
|
||||||
|
color: #1b1512;
|
||||||
|
}
|
||||||
|
.application.mgne.companion .grid > div > label {
|
||||||
|
color: #1b1512;
|
||||||
|
}
|
||||||
@media (max-width: 960px) {
|
@media (max-width: 960px) {
|
||||||
.application.mgne .sheet-header,
|
.application.mgne .sheet-header,
|
||||||
.application.mgne .resource-bar,
|
.application.mgne .resource-bar,
|
||||||
@@ -1217,12 +1229,15 @@
|
|||||||
.creature-action-table-section .action-table-drop-zone.drop-hint {
|
.creature-action-table-section .action-table-drop-zone.drop-hint {
|
||||||
border: 2px dashed rgba(216, 122, 79, 0.35);
|
border: 2px dashed rgba(216, 122, 79, 0.35);
|
||||||
background: rgba(216, 122, 79, 0.04);
|
background: rgba(216, 122, 79, 0.04);
|
||||||
color: rgba(204, 178, 146, 0.5);
|
color: #ccb292;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
transition: background 0.15s, border-color 0.15s;
|
transition: background 0.15s, border-color 0.15s;
|
||||||
}
|
}
|
||||||
|
.application.mgne.companion .creature-action-table-section .action-table-drop-zone.drop-hint {
|
||||||
|
color: #1b1512;
|
||||||
|
}
|
||||||
.creature-action-table-section .action-table-drop-zone.drop-hint i {
|
.creature-action-table-section .action-table-drop-zone.drop-hint i {
|
||||||
color: rgba(216, 122, 79, 0.5);
|
color: rgba(216, 122, 79, 0.5);
|
||||||
}
|
}
|
||||||
@@ -1417,7 +1432,7 @@
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
.application.mgne.party .party-drop-hint {
|
.application.mgne.party .party-drop-hint {
|
||||||
color: rgba(166, 142, 120, 0.7);
|
color: #ccb292;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
+33
-2
@@ -659,6 +659,32 @@
|
|||||||
@bg-panel-soft;
|
@bg-panel-soft;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ─── Companion sheet label contrast ──────────────────────────────────────────
|
||||||
|
// Panel-shell backgrounds expose the parchment page texture; @bone caps labels
|
||||||
|
// blend into the warm background. Use dark ink — matching the character sheet's
|
||||||
|
// condition-label treatment.
|
||||||
|
.application.mgne.companion {
|
||||||
|
// Section headers (Attack, Adventuring/Combat Behavior, Description, Notes)
|
||||||
|
.inventory-header h3 {
|
||||||
|
color: @bg-char;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Compact resource labels (Morale, Armor Die) — HP uses resource-label-accent and stays light
|
||||||
|
.resource-box > label:not(.resource-label-accent) {
|
||||||
|
color: @bg-char;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Labels inside fieldsets (Label, Damage in the Attack section)
|
||||||
|
fieldset label {
|
||||||
|
color: @bg-char;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Floating grid labels (They Value, Trait, Specialty)
|
||||||
|
.grid > div > label {
|
||||||
|
color: @bg-char;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 960px) {
|
@media (max-width: 960px) {
|
||||||
.application.mgne .sheet-header,
|
.application.mgne .sheet-header,
|
||||||
.application.mgne .resource-bar,
|
.application.mgne .resource-bar,
|
||||||
@@ -1091,12 +1117,17 @@
|
|||||||
&.drop-hint {
|
&.drop-hint {
|
||||||
border: 2px dashed fade(@ember, 35%);
|
border: 2px dashed fade(@ember, 35%);
|
||||||
background: fade(@ember, 4%);
|
background: fade(@ember, 4%);
|
||||||
color: fade(@parchment, 50%);
|
color: @parchment;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
transition: background 0.15s, border-color 0.15s;
|
transition: background 0.15s, border-color 0.15s;
|
||||||
|
|
||||||
|
// Companion sheet: darker text for better contrast
|
||||||
|
.application.mgne.companion & {
|
||||||
|
color: @bg-char;
|
||||||
|
}
|
||||||
|
|
||||||
i { color: fade(@ember, 50%); }
|
i { color: fade(@ember, 50%); }
|
||||||
|
|
||||||
&:hover, &.drag-over {
|
&:hover, &.drag-over {
|
||||||
@@ -1324,7 +1355,7 @@
|
|||||||
|
|
||||||
// ── Party drop hint ────────────────────────────────────────────
|
// ── Party drop hint ────────────────────────────────────────────
|
||||||
.application.mgne.party .party-drop-hint {
|
.application.mgne.party .party-drop-hint {
|
||||||
color: fade(@dust, 70%);
|
color: @parchment;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
MANIFEST-000049
|
MANIFEST-000056
|
||||||
|
|||||||
+24
-15
@@ -1,15 +1,24 @@
|
|||||||
2026/05/23-09:14:18.209175 7fa280fff6c0 Recovering log #46
|
2026/05/29-21:47:16.668686 7f52c63fe6c0 Recovering log #55
|
||||||
2026/05/23-09:14:18.262682 7fa280fff6c0 Delete type=3 #44
|
2026/05/29-21:47:16.668993 7f52c63fe6c0 Level-0 table #57: started
|
||||||
2026/05/23-09:14:18.262729 7fa280fff6c0 Delete type=0 #46
|
2026/05/29-21:47:16.672107 7f52c63fe6c0 Level-0 table #57: 1354 bytes OK
|
||||||
2026/05/23-09:14:29.462998 7fa2327fc6c0 Level-0 table #52: started
|
2026/05/29-21:47:16.682287 7f52c63fe6c0 Delete type=0 #55
|
||||||
2026/05/23-09:14:29.466125 7fa2327fc6c0 Level-0 table #52: 1354 bytes OK
|
2026/05/29-21:47:16.682360 7f52c63fe6c0 Delete type=3 #54
|
||||||
2026/05/23-09:14:29.472096 7fa2327fc6c0 Delete type=0 #50
|
2026/05/29-22:02:50.567742 7f52c4bfb6c0 Level-0 table #60: started
|
||||||
2026/05/23-09:14:29.495570 7fa2327fc6c0 Manual compaction at level-0 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
2026/05/29-22:02:50.571853 7f52c4bfb6c0 Level-0 table #60: 1354 bytes OK
|
||||||
2026/05/23-09:14:29.515804 7fa2327fc6c0 Manual compaction at level-1 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 82 : 1
|
2026/05/29-22:02:50.578028 7f52c4bfb6c0 Delete type=0 #58
|
||||||
2026/05/23-09:14:29.515812 7fa2327fc6c0 Compacting 1@1 + 1@2 files
|
2026/05/29-22:02:50.598941 7f52c4bfb6c0 Manual compaction at level-0 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 90 : 1
|
||||||
2026/05/23-09:14:29.518812 7fa2327fc6c0 Generated table #53@1: 1 keys, 685 bytes
|
2026/05/29-22:02:50.598949 7f52c4bfb6c0 Compacting 2@0 + 0@1 files
|
||||||
2026/05/23-09:14:29.518825 7fa2327fc6c0 Compacted 1@1 + 1@2 files => 685 bytes
|
2026/05/29-22:02:50.602404 7f52c4bfb6c0 Generated table #61@0: 1 keys, 685 bytes
|
||||||
2026/05/23-09:14:29.525255 7fa2327fc6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
2026/05/29-22:02:50.602418 7f52c4bfb6c0 Compacted 2@0 + 0@1 files => 685 bytes
|
||||||
2026/05/23-09:14:29.525289 7fa2327fc6c0 Delete type=2 #48
|
2026/05/29-22:02:50.609252 7f52c4bfb6c0 compacted to: files[ 0 1 2 0 0 0 0 ]
|
||||||
2026/05/23-09:14:29.525353 7fa2327fc6c0 Delete type=2 #52
|
2026/05/29-22:02:50.609342 7f52c4bfb6c0 Delete type=2 #57
|
||||||
2026/05/23-09:14:29.531944 7fa2327fc6c0 Manual compaction at level-1 from '!items!null' @ 82 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
2026/05/29-22:02:50.609443 7f52c4bfb6c0 Delete type=2 #60
|
||||||
|
2026/05/29-22:02:50.639449 7f52c4bfb6c0 Manual compaction at level-0 from '!items!null' @ 90 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
2026/05/29-22:02:50.639617 7f52c4bfb6c0 Manual compaction at level-1 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 105 : 1
|
||||||
|
2026/05/29-22:02:50.639621 7f52c4bfb6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2026/05/29-22:02:50.642648 7f52c4bfb6c0 Generated table #62@1: 1 keys, 685 bytes
|
||||||
|
2026/05/29-22:02:50.642658 7f52c4bfb6c0 Compacted 1@1 + 1@2 files => 685 bytes
|
||||||
|
2026/05/29-22:02:50.648473 7f52c4bfb6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
||||||
|
2026/05/29-22:02:50.648571 7f52c4bfb6c0 Delete type=2 #53
|
||||||
|
2026/05/29-22:02:50.648686 7f52c4bfb6c0 Delete type=2 #61
|
||||||
|
2026/05/29-22:02:50.679070 7f52c4bfb6c0 Manual compaction at level-1 from '!items!null' @ 105 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
@@ -1,15 +1,3 @@
|
|||||||
2026/05/23-08:39:02.071552 7fb059fef6c0 Recovering log #41
|
2026/05/28-08:13:11.744674 7f3ebd7ff6c0 Recovering log #51
|
||||||
2026/05/23-08:39:02.085152 7fb059fef6c0 Delete type=3 #39
|
2026/05/28-08:13:11.801090 7f3ebd7ff6c0 Delete type=3 #49
|
||||||
2026/05/23-08:39:02.085618 7fb059fef6c0 Delete type=0 #41
|
2026/05/28-08:13:11.801146 7f3ebd7ff6c0 Delete type=0 #51
|
||||||
2026/05/23-08:42:47.974188 7fb04b7fe6c0 Level-0 table #47: started
|
|
||||||
2026/05/23-08:42:47.978821 7fb04b7fe6c0 Level-0 table #47: 1354 bytes OK
|
|
||||||
2026/05/23-08:42:47.988393 7fb04b7fe6c0 Delete type=0 #45
|
|
||||||
2026/05/23-08:42:47.997317 7fb04b7fe6c0 Manual compaction at level-0 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
2026/05/23-08:42:48.016276 7fb04b7fe6c0 Manual compaction at level-1 from '!items!mgne-arm-chainshirt' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 74 : 1
|
|
||||||
2026/05/23-08:42:48.016311 7fb04b7fe6c0 Compacting 1@1 + 1@2 files
|
|
||||||
2026/05/23-08:42:48.020556 7fb04b7fe6c0 Generated table #48@1: 1 keys, 685 bytes
|
|
||||||
2026/05/23-08:42:48.020648 7fb04b7fe6c0 Compacted 1@1 + 1@2 files => 685 bytes
|
|
||||||
2026/05/23-08:42:48.028266 7fb04b7fe6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
|
||||||
2026/05/23-08:42:48.028596 7fb04b7fe6c0 Delete type=2 #43
|
|
||||||
2026/05/23-08:42:48.028998 7fb04b7fe6c0 Delete type=2 #47
|
|
||||||
2026/05/23-08:42:48.059146 7fb04b7fe6c0 Manual compaction at level-1 from '!items!null' @ 74 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
MANIFEST-000049
|
MANIFEST-000056
|
||||||
|
|||||||
+24
-15
@@ -1,15 +1,24 @@
|
|||||||
2026/05/23-09:14:18.096663 7fa232ffd6c0 Recovering log #46
|
2026/05/29-21:47:16.626061 7f52c5bfd6c0 Recovering log #55
|
||||||
2026/05/23-09:14:18.146739 7fa232ffd6c0 Delete type=3 #44
|
2026/05/29-21:47:16.626828 7f52c5bfd6c0 Level-0 table #57: started
|
||||||
2026/05/23-09:14:18.146790 7fa232ffd6c0 Delete type=0 #46
|
2026/05/29-21:47:16.630445 7f52c5bfd6c0 Level-0 table #57: 4899 bytes OK
|
||||||
2026/05/23-09:14:29.432393 7fa2327fc6c0 Level-0 table #52: started
|
2026/05/29-21:47:16.647515 7f52c5bfd6c0 Delete type=0 #55
|
||||||
2026/05/23-09:14:29.435530 7fa2327fc6c0 Level-0 table #52: 4899 bytes OK
|
2026/05/29-21:47:16.647583 7f52c5bfd6c0 Delete type=3 #54
|
||||||
2026/05/23-09:14:29.442217 7fa2327fc6c0 Delete type=0 #50
|
2026/05/29-22:02:50.538698 7f52c4bfb6c0 Level-0 table #60: started
|
||||||
2026/05/23-09:14:29.462989 7fa2327fc6c0 Manual compaction at level-0 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
|
2026/05/29-22:02:50.541816 7f52c4bfb6c0 Level-0 table #60: 4899 bytes OK
|
||||||
2026/05/23-09:14:29.472221 7fa2327fc6c0 Manual compaction at level-1 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at '!actors!null' @ 42 : 1
|
2026/05/29-22:02:50.549511 7f52c4bfb6c0 Delete type=0 #58
|
||||||
2026/05/23-09:14:29.472226 7fa2327fc6c0 Compacting 1@1 + 1@2 files
|
2026/05/29-22:02:50.578179 7f52c4bfb6c0 Manual compaction at level-0 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at '!actors!null' @ 46 : 1
|
||||||
2026/05/23-09:14:29.476438 7fa2327fc6c0 Generated table #53@1: 1 keys, 1984 bytes
|
2026/05/29-22:02:50.578192 7f52c4bfb6c0 Compacting 2@0 + 0@1 files
|
||||||
2026/05/23-09:14:29.476452 7fa2327fc6c0 Compacted 1@1 + 1@2 files => 1984 bytes
|
2026/05/29-22:02:50.581389 7f52c4bfb6c0 Generated table #61@0: 1 keys, 1984 bytes
|
||||||
2026/05/23-09:14:29.482663 7fa2327fc6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
2026/05/29-22:02:50.581427 7f52c4bfb6c0 Compacted 2@0 + 0@1 files => 1984 bytes
|
||||||
2026/05/23-09:14:29.482714 7fa2327fc6c0 Delete type=2 #48
|
2026/05/29-22:02:50.588899 7f52c4bfb6c0 compacted to: files[ 0 1 2 0 0 0 0 ]
|
||||||
2026/05/23-09:14:29.482815 7fa2327fc6c0 Delete type=2 #52
|
2026/05/29-22:02:50.589216 7f52c4bfb6c0 Delete type=2 #57
|
||||||
2026/05/23-09:14:29.495583 7fa2327fc6c0 Manual compaction at level-1 from '!actors!null' @ 42 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
|
2026/05/29-22:02:50.589361 7f52c4bfb6c0 Delete type=2 #60
|
||||||
|
2026/05/29-22:02:50.609514 7f52c4bfb6c0 Manual compaction at level-0 from '!actors!null' @ 46 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
|
||||||
|
2026/05/29-22:02:50.619199 7f52c4bfb6c0 Manual compaction at level-1 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at '!actors!null' @ 53 : 1
|
||||||
|
2026/05/29-22:02:50.619208 7f52c4bfb6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2026/05/29-22:02:50.622811 7f52c4bfb6c0 Generated table #62@1: 1 keys, 1984 bytes
|
||||||
|
2026/05/29-22:02:50.622824 7f52c4bfb6c0 Compacted 1@1 + 1@2 files => 1984 bytes
|
||||||
|
2026/05/29-22:02:50.628756 7f52c4bfb6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
||||||
|
2026/05/29-22:02:50.628802 7f52c4bfb6c0 Delete type=2 #53
|
||||||
|
2026/05/29-22:02:50.628914 7f52c4bfb6c0 Delete type=2 #61
|
||||||
|
2026/05/29-22:02:50.639471 7f52c4bfb6c0 Manual compaction at level-1 from '!actors!null' @ 53 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
@@ -1,15 +1,3 @@
|
|||||||
2026/05/23-08:39:02.020811 7fb058fed6c0 Recovering log #41
|
2026/05/28-08:13:11.608563 7f3ebd7ff6c0 Recovering log #51
|
||||||
2026/05/23-08:39:02.034588 7fb058fed6c0 Delete type=3 #39
|
2026/05/28-08:13:11.672668 7f3ebd7ff6c0 Delete type=3 #49
|
||||||
2026/05/23-08:39:02.034799 7fb058fed6c0 Delete type=0 #41
|
2026/05/28-08:13:11.672728 7f3ebd7ff6c0 Delete type=0 #51
|
||||||
2026/05/23-08:42:47.861136 7fb04b7fe6c0 Level-0 table #47: started
|
|
||||||
2026/05/23-08:42:47.866967 7fb04b7fe6c0 Level-0 table #47: 4899 bytes OK
|
|
||||||
2026/05/23-08:42:47.875441 7fb04b7fe6c0 Delete type=0 #45
|
|
||||||
2026/05/23-08:42:47.890448 7fb04b7fe6c0 Manual compaction at level-0 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
|
|
||||||
2026/05/23-08:42:47.890591 7fb04b7fe6c0 Manual compaction at level-1 from '!actors!mgne-comp-beguiled-noble' @ 72057594037927935 : 1 .. '!actors!null' @ 0 : 0; will stop at '!actors!null' @ 38 : 1
|
|
||||||
2026/05/23-08:42:47.890614 7fb04b7fe6c0 Compacting 1@1 + 1@2 files
|
|
||||||
2026/05/23-08:42:47.895073 7fb04b7fe6c0 Generated table #48@1: 1 keys, 1984 bytes
|
|
||||||
2026/05/23-08:42:47.895150 7fb04b7fe6c0 Compacted 1@1 + 1@2 files => 1984 bytes
|
|
||||||
2026/05/23-08:42:47.902755 7fb04b7fe6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
|
||||||
2026/05/23-08:42:47.903327 7fb04b7fe6c0 Delete type=2 #43
|
|
||||||
2026/05/23-08:42:47.903735 7fb04b7fe6c0 Delete type=2 #47
|
|
||||||
2026/05/23-08:42:47.946588 7fb04b7fe6c0 Manual compaction at level-1 from '!actors!null' @ 38 : 1 .. '!actors!null' @ 0 : 0; will stop at (end)
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
MANIFEST-000049
|
MANIFEST-000056
|
||||||
|
|||||||
+24
-15
@@ -1,15 +1,24 @@
|
|||||||
2026/05/23-09:14:18.046490 7fa280fff6c0 Recovering log #46
|
2026/05/29-21:47:16.608082 7f52c6bff6c0 Recovering log #55
|
||||||
2026/05/23-09:14:18.094345 7fa280fff6c0 Delete type=3 #44
|
2026/05/29-21:47:16.608776 7f52c6bff6c0 Level-0 table #57: started
|
||||||
2026/05/23-09:14:18.094380 7fa280fff6c0 Delete type=0 #46
|
2026/05/29-21:47:16.612163 7f52c6bff6c0 Level-0 table #57: 10404 bytes OK
|
||||||
2026/05/23-09:14:29.422029 7fa2327fc6c0 Level-0 table #52: started
|
2026/05/29-21:47:16.622016 7f52c6bff6c0 Delete type=0 #55
|
||||||
2026/05/23-09:14:29.425999 7fa2327fc6c0 Level-0 table #52: 10404 bytes OK
|
2026/05/29-21:47:16.622071 7f52c6bff6c0 Delete type=3 #54
|
||||||
2026/05/23-09:14:29.432298 7fa2327fc6c0 Delete type=0 #50
|
2026/05/29-22:02:50.707610 7f52c4bfb6c0 Level-0 table #60: started
|
||||||
2026/05/23-09:14:29.442387 7fa2327fc6c0 Manual compaction at level-0 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
2026/05/29-22:02:50.710875 7f52c4bfb6c0 Level-0 table #60: 10405 bytes OK
|
||||||
2026/05/23-09:14:29.442490 7fa2327fc6c0 Manual compaction at level-1 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 362 : 1
|
2026/05/29-22:02:50.717363 7f52c4bfb6c0 Delete type=0 #58
|
||||||
2026/05/23-09:14:29.442501 7fa2327fc6c0 Compacting 1@1 + 1@2 files
|
2026/05/29-22:02:50.729015 7f52c4bfb6c0 Manual compaction at level-0 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 398 : 1
|
||||||
2026/05/23-09:14:29.446332 7fa2327fc6c0 Generated table #53@1: 1 keys, 728 bytes
|
2026/05/29-22:02:50.729026 7f52c4bfb6c0 Compacting 2@0 + 0@1 files
|
||||||
2026/05/23-09:14:29.446350 7fa2327fc6c0 Compacted 1@1 + 1@2 files => 728 bytes
|
2026/05/29-22:02:50.732480 7f52c4bfb6c0 Generated table #61@0: 1 keys, 728 bytes
|
||||||
2026/05/23-09:14:29.452219 7fa2327fc6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
2026/05/29-22:02:50.732503 7f52c4bfb6c0 Compacted 2@0 + 0@1 files => 728 bytes
|
||||||
2026/05/23-09:14:29.452435 7fa2327fc6c0 Delete type=2 #48
|
2026/05/29-22:02:50.739413 7f52c4bfb6c0 compacted to: files[ 0 1 2 0 0 0 0 ]
|
||||||
2026/05/23-09:14:29.452537 7fa2327fc6c0 Delete type=2 #52
|
2026/05/29-22:02:50.739503 7f52c4bfb6c0 Delete type=2 #57
|
||||||
2026/05/23-09:14:29.472198 7fa2327fc6c0 Manual compaction at level-1 from '!items!null' @ 362 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
2026/05/29-22:02:50.739624 7f52c4bfb6c0 Delete type=2 #60
|
||||||
|
2026/05/29-22:02:50.757349 7f52c4bfb6c0 Manual compaction at level-0 from '!items!null' @ 398 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
2026/05/29-22:02:50.776009 7f52c4bfb6c0 Manual compaction at level-1 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 469 : 1
|
||||||
|
2026/05/29-22:02:50.776014 7f52c4bfb6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2026/05/29-22:02:50.779239 7f52c4bfb6c0 Generated table #62@1: 1 keys, 728 bytes
|
||||||
|
2026/05/29-22:02:50.779251 7f52c4bfb6c0 Compacted 1@1 + 1@2 files => 728 bytes
|
||||||
|
2026/05/29-22:02:50.785506 7f52c4bfb6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
||||||
|
2026/05/29-22:02:50.785579 7f52c4bfb6c0 Delete type=2 #53
|
||||||
|
2026/05/29-22:02:50.785658 7f52c4bfb6c0 Delete type=2 #61
|
||||||
|
2026/05/29-22:02:50.785710 7f52c4bfb6c0 Manual compaction at level-1 from '!items!null' @ 469 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
@@ -1,15 +1,3 @@
|
|||||||
2026/05/23-08:39:01.993483 7fb0597ee6c0 Recovering log #41
|
2026/05/28-08:13:11.545745 7f3e6ffff6c0 Recovering log #51
|
||||||
2026/05/23-08:39:02.008888 7fb0597ee6c0 Delete type=3 #39
|
2026/05/28-08:13:11.598320 7f3e6ffff6c0 Delete type=3 #49
|
||||||
2026/05/23-08:39:02.009121 7fb0597ee6c0 Delete type=0 #41
|
2026/05/28-08:13:11.598369 7f3e6ffff6c0 Delete type=0 #51
|
||||||
2026/05/23-08:42:47.845110 7fb04b7fe6c0 Level-0 table #47: started
|
|
||||||
2026/05/23-08:42:47.852176 7fb04b7fe6c0 Level-0 table #47: 10404 bytes OK
|
|
||||||
2026/05/23-08:42:47.860739 7fb04b7fe6c0 Delete type=0 #45
|
|
||||||
2026/05/23-08:42:47.890409 7fb04b7fe6c0 Manual compaction at level-0 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
2026/05/23-08:42:47.932141 7fb04b7fe6c0 Manual compaction at level-1 from '!items!mgne-feat-11' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 326 : 1
|
|
||||||
2026/05/23-08:42:47.932174 7fb04b7fe6c0 Compacting 1@1 + 1@2 files
|
|
||||||
2026/05/23-08:42:47.936922 7fb04b7fe6c0 Generated table #48@1: 1 keys, 728 bytes
|
|
||||||
2026/05/23-08:42:47.937033 7fb04b7fe6c0 Compacted 1@1 + 1@2 files => 728 bytes
|
|
||||||
2026/05/23-08:42:47.945460 7fb04b7fe6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
|
||||||
2026/05/23-08:42:47.945901 7fb04b7fe6c0 Delete type=2 #43
|
|
||||||
2026/05/23-08:42:47.946350 7fb04b7fe6c0 Delete type=2 #47
|
|
||||||
2026/05/23-08:42:47.947124 7fb04b7fe6c0 Manual compaction at level-1 from '!items!null' @ 326 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
MANIFEST-000051
|
MANIFEST-000058
|
||||||
|
|||||||
+25
-15
@@ -1,15 +1,25 @@
|
|||||||
2026/05/23-09:14:18.265405 7fa233fff6c0 Recovering log #48
|
2026/05/29-21:47:16.684849 7f52c5bfd6c0 Recovering log #57
|
||||||
2026/05/23-09:14:18.326477 7fa233fff6c0 Delete type=3 #46
|
2026/05/29-21:47:16.686562 7f52c5bfd6c0 Level-0 table #59: started
|
||||||
2026/05/23-09:14:18.326527 7fa233fff6c0 Delete type=0 #48
|
2026/05/29-21:47:16.691118 7f52c5bfd6c0 Level-0 table #59: 36253 bytes OK
|
||||||
2026/05/23-09:14:29.505997 7fa2327fc6c0 Level-0 table #54: started
|
2026/05/29-21:47:16.701267 7f52c5bfd6c0 Delete type=0 #57
|
||||||
2026/05/23-09:14:29.509927 7fa2327fc6c0 Level-0 table #54: 36675 bytes OK
|
2026/05/29-21:47:16.701336 7f52c5bfd6c0 Delete type=3 #56
|
||||||
2026/05/23-09:14:29.515715 7fa2327fc6c0 Delete type=0 #52
|
2026/05/29-21:47:16.780048 7f52c4bfb6c0 Moved #59 to level-1 36253 bytes OK: files[ 0 1 1 0 0 0 0 ]
|
||||||
2026/05/23-09:14:29.531937 7fa2327fc6c0 Manual compaction at level-0 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zwMaXqqGkMK185le' @ 0 : 0; will stop at (end)
|
2026/05/29-22:02:50.668754 7f52c4bfb6c0 Level-0 table #62: started
|
||||||
2026/05/23-09:14:29.542535 7fa2327fc6c0 Manual compaction at level-1 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zwMaXqqGkMK185le' @ 0 : 0; will stop at '!tables.results!zwMaXqqGkMK185le' @ 3951 : 1
|
2026/05/29-22:02:50.672712 7f52c4bfb6c0 Level-0 table #62: 36530 bytes OK
|
||||||
2026/05/23-09:14:29.542540 7fa2327fc6c0 Compacting 1@1 + 1@2 files
|
2026/05/29-22:02:50.678847 7f52c4bfb6c0 Delete type=0 #60
|
||||||
2026/05/23-09:14:29.545905 7fa2327fc6c0 Generated table #55@1: 436 keys, 40186 bytes
|
2026/05/29-22:02:50.689452 7f52c4bfb6c0 Manual compaction at level-0 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zXfVJ9RbRUKAxQK5' @ 0 : 0; will stop at '!tables.results!zXfVJ9RbRUKAxQK5' @ 4923 : 1
|
||||||
2026/05/23-09:14:29.545911 7fa2327fc6c0 Compacted 1@1 + 1@2 files => 40186 bytes
|
2026/05/29-22:02:50.689462 7f52c4bfb6c0 Compacting 1@0 + 1@1 files
|
||||||
2026/05/23-09:14:29.552396 7fa2327fc6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
2026/05/29-22:02:50.693748 7f52c4bfb6c0 Generated table #63@0: 631 keys, 35754 bytes
|
||||||
2026/05/23-09:14:29.552418 7fa2327fc6c0 Delete type=2 #50
|
2026/05/29-22:02:50.693757 7f52c4bfb6c0 Compacted 1@0 + 1@1 files => 35754 bytes
|
||||||
2026/05/23-09:14:29.552455 7fa2327fc6c0 Delete type=2 #54
|
2026/05/29-22:02:50.699801 7f52c4bfb6c0 compacted to: files[ 0 1 1 0 0 0 0 ]
|
||||||
2026/05/23-09:14:29.558584 7fa2327fc6c0 Manual compaction at level-1 from '!tables.results!zwMaXqqGkMK185le' @ 3951 : 1 .. '!tables.results!zwMaXqqGkMK185le' @ 0 : 0; will stop at (end)
|
2026/05/29-22:02:50.699885 7f52c4bfb6c0 Delete type=2 #59
|
||||||
|
2026/05/29-22:02:50.699983 7f52c4bfb6c0 Delete type=2 #62
|
||||||
|
2026/05/29-22:02:50.717515 7f52c4bfb6c0 Manual compaction at level-0 from '!tables.results!zXfVJ9RbRUKAxQK5' @ 4923 : 1 .. '!tables.results!zXfVJ9RbRUKAxQK5' @ 0 : 0; will stop at (end)
|
||||||
|
2026/05/29-22:02:50.739706 7f52c4bfb6c0 Manual compaction at level-1 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zXfVJ9RbRUKAxQK5' @ 0 : 0; will stop at '!tables.results!zwMaXqqGkMK185le' @ 4366 : 0
|
||||||
|
2026/05/29-22:02:50.739715 7f52c4bfb6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2026/05/29-22:02:50.744435 7f52c4bfb6c0 Generated table #64@1: 436 keys, 40494 bytes
|
||||||
|
2026/05/29-22:02:50.744462 7f52c4bfb6c0 Compacted 1@1 + 1@2 files => 40494 bytes
|
||||||
|
2026/05/29-22:02:50.750408 7f52c4bfb6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||||
|
2026/05/29-22:02:50.750511 7f52c4bfb6c0 Delete type=2 #55
|
||||||
|
2026/05/29-22:02:50.750638 7f52c4bfb6c0 Delete type=2 #63
|
||||||
|
2026/05/29-22:02:50.757356 7f52c4bfb6c0 Manual compaction at level-1 from '!tables.results!zwMaXqqGkMK185le' @ 4366 : 0 .. '!tables.results!zXfVJ9RbRUKAxQK5' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
@@ -1,15 +1,3 @@
|
|||||||
2026/05/23-08:39:02.096363 7fb058fed6c0 Recovering log #43
|
2026/05/28-08:13:11.804402 7f3ebcffe6c0 Recovering log #53
|
||||||
2026/05/23-08:39:02.110780 7fb058fed6c0 Delete type=3 #41
|
2026/05/28-08:13:11.865192 7f3ebcffe6c0 Delete type=3 #51
|
||||||
2026/05/23-08:39:02.110962 7fb058fed6c0 Delete type=0 #43
|
2026/05/28-08:13:11.865244 7f3ebcffe6c0 Delete type=0 #53
|
||||||
2026/05/23-08:42:47.957308 7fb04b7fe6c0 Level-0 table #49: started
|
|
||||||
2026/05/23-08:42:47.965185 7fb04b7fe6c0 Level-0 table #49: 36427 bytes OK
|
|
||||||
2026/05/23-08:42:47.973709 7fb04b7fe6c0 Delete type=0 #47
|
|
||||||
2026/05/23-08:42:47.997266 7fb04b7fe6c0 Manual compaction at level-0 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zJoz3QSaL4FJ8W0g' @ 0 : 0; will stop at (end)
|
|
||||||
2026/05/23-08:42:47.997540 7fb04b7fe6c0 Manual compaction at level-1 from '!tables!mgne-tbl-armor' @ 72057594037927935 : 1 .. '!tables.results!zJoz3QSaL4FJ8W0g' @ 0 : 0; will stop at '!tables.results!zxz8aOYe1rfUsXfG' @ 3496 : 0
|
|
||||||
2026/05/23-08:42:47.997565 7fb04b7fe6c0 Compacting 1@1 + 1@2 files
|
|
||||||
2026/05/23-08:42:48.006520 7fb04b7fe6c0 Generated table #50@1: 436 keys, 40644 bytes
|
|
||||||
2026/05/23-08:42:48.006615 7fb04b7fe6c0 Compacted 1@1 + 1@2 files => 40644 bytes
|
|
||||||
2026/05/23-08:42:48.015030 7fb04b7fe6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
|
||||||
2026/05/23-08:42:48.015433 7fb04b7fe6c0 Delete type=2 #45
|
|
||||||
2026/05/23-08:42:48.015956 7fb04b7fe6c0 Delete type=2 #49
|
|
||||||
2026/05/23-08:42:48.059083 7fb04b7fe6c0 Manual compaction at level-1 from '!tables.results!zxz8aOYe1rfUsXfG' @ 3496 : 0 .. '!tables.results!zJoz3QSaL4FJ8W0g' @ 0 : 0; will stop at (end)
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
MANIFEST-000049
|
MANIFEST-000056
|
||||||
|
|||||||
@@ -1,15 +1,24 @@
|
|||||||
2026/05/23-09:14:17.972244 7fa233fff6c0 Recovering log #46
|
2026/05/29-21:47:16.589253 7f52c53fc6c0 Recovering log #55
|
||||||
2026/05/23-09:14:18.043435 7fa233fff6c0 Delete type=3 #44
|
2026/05/29-21:47:16.590097 7f52c53fc6c0 Level-0 table #57: started
|
||||||
2026/05/23-09:14:18.043484 7fa233fff6c0 Delete type=0 #46
|
2026/05/29-21:47:16.593858 7f52c53fc6c0 Level-0 table #57: 7117 bytes OK
|
||||||
2026/05/23-09:14:29.403449 7fa2327fc6c0 Level-0 table #52: started
|
2026/05/29-21:47:16.605394 7f52c53fc6c0 Delete type=0 #55
|
||||||
2026/05/23-09:14:29.407852 7fa2327fc6c0 Level-0 table #52: 7117 bytes OK
|
2026/05/29-21:47:16.605455 7f52c53fc6c0 Delete type=3 #54
|
||||||
2026/05/23-09:14:29.415465 7fa2327fc6c0 Delete type=0 #50
|
2026/05/29-22:02:50.549697 7f52c4bfb6c0 Level-0 table #60: started
|
||||||
2026/05/23-09:14:29.442366 7fa2327fc6c0 Manual compaction at level-0 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
2026/05/29-22:02:50.554178 7f52c4bfb6c0 Level-0 table #60: 7116 bytes OK
|
||||||
2026/05/23-09:14:29.452607 7fa2327fc6c0 Manual compaction at level-1 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 202 : 1
|
2026/05/29-22:02:50.560570 7f52c4bfb6c0 Delete type=0 #58
|
||||||
2026/05/23-09:14:29.452614 7fa2327fc6c0 Compacting 1@1 + 1@2 files
|
2026/05/29-22:02:50.589440 7f52c4bfb6c0 Manual compaction at level-0 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 222 : 1
|
||||||
2026/05/23-09:14:29.455643 7fa2327fc6c0 Generated table #53@1: 1 keys, 910 bytes
|
2026/05/29-22:02:50.589450 7f52c4bfb6c0 Compacting 2@0 + 0@1 files
|
||||||
2026/05/23-09:14:29.455657 7fa2327fc6c0 Compacted 1@1 + 1@2 files => 910 bytes
|
2026/05/29-22:02:50.592640 7f52c4bfb6c0 Generated table #61@0: 1 keys, 911 bytes
|
||||||
2026/05/23-09:14:29.462788 7fa2327fc6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
2026/05/29-22:02:50.592655 7f52c4bfb6c0 Compacted 2@0 + 0@1 files => 911 bytes
|
||||||
2026/05/23-09:14:29.462843 7fa2327fc6c0 Delete type=2 #48
|
2026/05/29-22:02:50.598620 7f52c4bfb6c0 compacted to: files[ 0 1 2 0 0 0 0 ]
|
||||||
2026/05/23-09:14:29.462930 7fa2327fc6c0 Delete type=2 #52
|
2026/05/29-22:02:50.598725 7f52c4bfb6c0 Delete type=2 #57
|
||||||
2026/05/23-09:14:29.472208 7fa2327fc6c0 Manual compaction at level-1 from '!items!null' @ 202 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
2026/05/29-22:02:50.598839 7f52c4bfb6c0 Delete type=2 #60
|
||||||
|
2026/05/29-22:02:50.609525 7f52c4bfb6c0 Manual compaction at level-0 from '!items!null' @ 222 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
2026/05/29-22:02:50.628971 7f52c4bfb6c0 Manual compaction at level-1 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 261 : 1
|
||||||
|
2026/05/29-22:02:50.628977 7f52c4bfb6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2026/05/29-22:02:50.631989 7f52c4bfb6c0 Generated table #62@1: 1 keys, 911 bytes
|
||||||
|
2026/05/29-22:02:50.632001 7f52c4bfb6c0 Compacted 1@1 + 1@2 files => 911 bytes
|
||||||
|
2026/05/29-22:02:50.639256 7f52c4bfb6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
||||||
|
2026/05/29-22:02:50.639316 7f52c4bfb6c0 Delete type=2 #53
|
||||||
|
2026/05/29-22:02:50.639395 7f52c4bfb6c0 Delete type=2 #61
|
||||||
|
2026/05/29-22:02:50.639607 7f52c4bfb6c0 Manual compaction at level-1 from '!items!null' @ 261 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
@@ -1,15 +1,3 @@
|
|||||||
2026/05/23-08:39:01.965876 7fb058fed6c0 Recovering log #41
|
2026/05/28-08:13:11.476146 7f3ebd7ff6c0 Recovering log #51
|
||||||
2026/05/23-08:39:01.980863 7fb058fed6c0 Delete type=3 #39
|
2026/05/28-08:13:11.538549 7f3ebd7ff6c0 Delete type=3 #49
|
||||||
2026/05/23-08:39:01.981110 7fb058fed6c0 Delete type=0 #41
|
2026/05/28-08:13:11.538594 7f3ebd7ff6c0 Delete type=0 #51
|
||||||
2026/05/23-08:42:47.824361 7fb04b7fe6c0 Level-0 table #47: started
|
|
||||||
2026/05/23-08:42:47.833284 7fb04b7fe6c0 Level-0 table #47: 7117 bytes OK
|
|
||||||
2026/05/23-08:42:47.844689 7fb04b7fe6c0 Delete type=0 #45
|
|
||||||
2026/05/23-08:42:47.890347 7fb04b7fe6c0 Manual compaction at level-0 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
2026/05/23-08:42:47.903963 7fb04b7fe6c0 Manual compaction at level-1 from '!items!mgne-res-accelerate' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 182 : 1
|
|
||||||
2026/05/23-08:42:47.903996 7fb04b7fe6c0 Compacting 1@1 + 1@2 files
|
|
||||||
2026/05/23-08:42:47.908345 7fb04b7fe6c0 Generated table #48@1: 1 keys, 910 bytes
|
|
||||||
2026/05/23-08:42:47.908426 7fb04b7fe6c0 Compacted 1@1 + 1@2 files => 910 bytes
|
|
||||||
2026/05/23-08:42:47.917015 7fb04b7fe6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
|
||||||
2026/05/23-08:42:47.917368 7fb04b7fe6c0 Delete type=2 #43
|
|
||||||
2026/05/23-08:42:47.917768 7fb04b7fe6c0 Delete type=2 #47
|
|
||||||
2026/05/23-08:42:47.946653 7fb04b7fe6c0 Manual compaction at level-1 from '!items!null' @ 182 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
MANIFEST-000049
|
MANIFEST-000056
|
||||||
|
|||||||
+24
-15
@@ -1,15 +1,24 @@
|
|||||||
2026/05/23-09:14:18.149804 7fa232ffd6c0 Recovering log #46
|
2026/05/29-21:47:16.651213 7f52c5bfd6c0 Recovering log #55
|
||||||
2026/05/23-09:14:18.206384 7fa232ffd6c0 Delete type=3 #44
|
2026/05/29-21:47:16.651612 7f52c5bfd6c0 Level-0 table #57: started
|
||||||
2026/05/23-09:14:18.206431 7fa232ffd6c0 Delete type=0 #46
|
2026/05/29-21:47:16.655260 7f52c5bfd6c0 Level-0 table #57: 1965 bytes OK
|
||||||
2026/05/23-09:14:29.495692 7fa2327fc6c0 Level-0 table #52: started
|
2026/05/29-21:47:16.666109 7f52c5bfd6c0 Delete type=0 #55
|
||||||
2026/05/23-09:14:29.499223 7fa2327fc6c0 Level-0 table #52: 1965 bytes OK
|
2026/05/29-21:47:16.666186 7f52c5bfd6c0 Delete type=3 #54
|
||||||
2026/05/23-09:14:29.505900 7fa2327fc6c0 Delete type=0 #50
|
2026/05/29-22:02:50.658989 7f52c4bfb6c0 Level-0 table #60: started
|
||||||
2026/05/23-09:14:29.531922 7fa2327fc6c0 Manual compaction at level-0 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
2026/05/29-22:02:50.662056 7f52c4bfb6c0 Level-0 table #60: 1965 bytes OK
|
||||||
2026/05/23-09:14:29.531955 7fa2327fc6c0 Manual compaction at level-1 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 122 : 1
|
2026/05/29-22:02:50.668700 7f52c4bfb6c0 Delete type=0 #58
|
||||||
2026/05/23-09:14:29.531958 7fa2327fc6c0 Compacting 1@1 + 1@2 files
|
2026/05/29-22:02:50.679112 7f52c4bfb6c0 Manual compaction at level-0 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 134 : 1
|
||||||
2026/05/23-09:14:29.535486 7fa2327fc6c0 Generated table #53@1: 1 keys, 626 bytes
|
2026/05/29-22:02:50.679119 7f52c4bfb6c0 Compacting 2@0 + 0@1 files
|
||||||
2026/05/23-09:14:29.535507 7fa2327fc6c0 Compacted 1@1 + 1@2 files => 626 bytes
|
2026/05/29-22:02:50.682491 7f52c4bfb6c0 Generated table #61@0: 1 keys, 626 bytes
|
||||||
2026/05/23-09:14:29.542419 7fa2327fc6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
2026/05/29-22:02:50.682516 7f52c4bfb6c0 Compacted 2@0 + 0@1 files => 626 bytes
|
||||||
2026/05/23-09:14:29.542458 7fa2327fc6c0 Delete type=2 #48
|
2026/05/29-22:02:50.689218 7f52c4bfb6c0 compacted to: files[ 0 1 2 0 0 0 0 ]
|
||||||
2026/05/23-09:14:29.542504 7fa2327fc6c0 Delete type=2 #52
|
2026/05/29-22:02:50.689300 7f52c4bfb6c0 Delete type=2 #57
|
||||||
2026/05/23-09:14:29.558566 7fa2327fc6c0 Manual compaction at level-1 from '!items!null' @ 122 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
2026/05/29-22:02:50.689363 7f52c4bfb6c0 Delete type=2 #60
|
||||||
|
2026/05/29-22:02:50.717499 7f52c4bfb6c0 Manual compaction at level-0 from '!items!null' @ 134 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
2026/05/29-22:02:50.717545 7f52c4bfb6c0 Manual compaction at level-1 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 157 : 1
|
||||||
|
2026/05/29-22:02:50.717549 7f52c4bfb6c0 Compacting 1@1 + 1@2 files
|
||||||
|
2026/05/29-22:02:50.721487 7f52c4bfb6c0 Generated table #62@1: 1 keys, 626 bytes
|
||||||
|
2026/05/29-22:02:50.721510 7f52c4bfb6c0 Compacted 1@1 + 1@2 files => 626 bytes
|
||||||
|
2026/05/29-22:02:50.728627 7f52c4bfb6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
||||||
|
2026/05/29-22:02:50.728740 7f52c4bfb6c0 Delete type=2 #53
|
||||||
|
2026/05/29-22:02:50.728929 7f52c4bfb6c0 Delete type=2 #61
|
||||||
|
2026/05/29-22:02:50.757342 7f52c4bfb6c0 Manual compaction at level-1 from '!items!null' @ 157 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
||||||
|
|||||||
@@ -1,15 +1,3 @@
|
|||||||
2026/05/23-08:39:02.046509 7fb058fed6c0 Recovering log #41
|
2026/05/28-08:13:11.681420 7f3e6f7fe6c0 Recovering log #51
|
||||||
2026/05/23-08:39:02.061764 7fb058fed6c0 Delete type=3 #39
|
2026/05/28-08:13:11.740651 7f3e6f7fe6c0 Delete type=3 #49
|
||||||
2026/05/23-08:39:02.061947 7fb058fed6c0 Delete type=0 #41
|
2026/05/28-08:13:11.740717 7f3e6f7fe6c0 Delete type=0 #51
|
||||||
2026/05/23-08:42:47.875902 7fb04b7fe6c0 Level-0 table #47: started
|
|
||||||
2026/05/23-08:42:47.880995 7fb04b7fe6c0 Level-0 table #47: 1965 bytes OK
|
|
||||||
2026/05/23-08:42:47.889814 7fb04b7fe6c0 Delete type=0 #45
|
|
||||||
2026/05/23-08:42:47.890538 7fb04b7fe6c0 Manual compaction at level-0 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
2026/05/23-08:42:47.918010 7fb04b7fe6c0 Manual compaction at level-1 from '!items!mgne-wpn-club' @ 72057594037927935 : 1 .. '!items!null' @ 0 : 0; will stop at '!items!null' @ 110 : 1
|
|
||||||
2026/05/23-08:42:47.918042 7fb04b7fe6c0 Compacting 1@1 + 1@2 files
|
|
||||||
2026/05/23-08:42:47.923207 7fb04b7fe6c0 Generated table #48@1: 1 keys, 626 bytes
|
|
||||||
2026/05/23-08:42:47.923291 7fb04b7fe6c0 Compacted 1@1 + 1@2 files => 626 bytes
|
|
||||||
2026/05/23-08:42:47.931259 7fb04b7fe6c0 compacted to: files[ 0 0 2 0 0 0 0 ]
|
|
||||||
2026/05/23-08:42:47.931577 7fb04b7fe6c0 Delete type=2 #43
|
|
||||||
2026/05/23-08:42:47.931935 7fb04b7fe6c0 Delete type=2 #47
|
|
||||||
2026/05/23-08:42:47.946721 7fb04b7fe6c0 Manual compaction at level-1 from '!items!null' @ 110 : 1 .. '!items!null' @ 0 : 0; will stop at (end)
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user