Add v12 support

This commit is contained in:
LeRatierBretonnien 2024-05-23 11:38:37 +02:00
parent bddf772c99
commit b463323fbe
104 changed files with 410 additions and 410 deletions

View File

@ -500,7 +500,7 @@ export class WastelandActor extends Actor {
if (arme.type == "bouclier") {
arme = this.prepareBouclier(arme)
}
let roll = new Roll(arme.system.totalDegats).roll({ async: false })
let roll = await new Roll(arme.system.totalDegats).roll()
await WastelandUtility.showDiceSoNice(roll, game.settings.get("core", "rollMode"));
let rollData = {
arme: arme,

View File

@ -10,7 +10,7 @@ export class WastelandCombat extends Combat {
const c = this.combatants.get(ids[cId]);
let id = c._id || c.id;
let initBonus = c.actor ? c.actor.getInitiativeScore() : 0
let roll = new Roll("1d10 + "+initBonus).roll({ async: false})
let roll = await new Roll("1d10 + "+initBonus).roll()
await WastelandUtility.showDiceSoNice(roll, game.settings.get("core", "rollMode"))
//console.log("Init bonus", initBonus, roll.total)
await this.updateEmbeddedDocuments("Combatant", [ { _id: id, initiative: roll.total } ]);

View File

@ -1 +1 @@
MANIFEST-000166
MANIFEST-000171

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:06.400918 7f80456006c0 Recovering log #164
2024/05/23-11:35:06.459624 7f80456006c0 Delete type=3 #162
2024/05/23-11:35:06.459697 7f80456006c0 Delete type=0 #164
2024/05/23-11:35:52.325511 7f803fe006c0 Level-0 table #169: started
2024/05/23-11:35:52.328985 7f803fe006c0 Level-0 table #169: 9019 bytes OK
2024/05/23-11:35:52.335531 7f803fe006c0 Delete type=0 #167
2024/05/23-11:35:52.356802 7f803fe006c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.367167 7f803fe006c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at '!items!wv5EiePmPTpqFutt' @ 158 : 1
2024/05/23-11:35:52.367178 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.370637 7f803fe006c0 Generated table #170@1: 40 keys, 9019 bytes
2024/05/23-11:35:52.370658 7f803fe006c0 Compacted 1@1 + 1@2 files => 9019 bytes
2024/05/23-11:35:52.376833 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.376889 7f803fe006c0 Delete type=2 #161
2024/05/23-11:35:52.376979 7f803fe006c0 Delete type=2 #169
2024/05/23-11:35:52.397741 7f803fe006c0 Manual compaction at level-1 from '!items!wv5EiePmPTpqFutt' @ 158 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.361119 7f80456006c0 Recovering log #168
2024/05/23-11:36:26.371702 7f80456006c0 Delete type=3 #166
2024/05/23-11:36:26.371759 7f80456006c0 Delete type=0 #168
2024/05/23-11:38:27.058615 7f803fe006c0 Level-0 table #174: started
2024/05/23-11:38:27.058646 7f803fe006c0 Level-0 table #174: 0 bytes OK
2024/05/23-11:38:27.093797 7f803fe006c0 Delete type=0 #172
2024/05/23-11:38:27.127595 7f803fe006c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2024/05/23-11:38:27.127630 7f803fe006c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.301397 7f879fe006c0 Recovering log #159
2024/05/05-18:39:53.312079 7f879fe006c0 Delete type=3 #157
2024/05/05-18:39:53.312173 7f879fe006c0 Delete type=0 #159
2024/05/05-18:40:31.390319 7f879e4006c0 Level-0 table #165: started
2024/05/05-18:40:31.390352 7f879e4006c0 Level-0 table #165: 0 bytes OK
2024/05/05-18:40:31.397147 7f879e4006c0 Delete type=0 #163
2024/05/05-18:40:31.397482 7f879e4006c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.397577 7f879e4006c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2024/05/23-11:35:06.400918 7f80456006c0 Recovering log #164
2024/05/23-11:35:06.459624 7f80456006c0 Delete type=3 #162
2024/05/23-11:35:06.459697 7f80456006c0 Delete type=0 #164
2024/05/23-11:35:52.325511 7f803fe006c0 Level-0 table #169: started
2024/05/23-11:35:52.328985 7f803fe006c0 Level-0 table #169: 9019 bytes OK
2024/05/23-11:35:52.335531 7f803fe006c0 Delete type=0 #167
2024/05/23-11:35:52.356802 7f803fe006c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.367167 7f803fe006c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at '!items!wv5EiePmPTpqFutt' @ 158 : 1
2024/05/23-11:35:52.367178 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.370637 7f803fe006c0 Generated table #170@1: 40 keys, 9019 bytes
2024/05/23-11:35:52.370658 7f803fe006c0 Compacted 1@1 + 1@2 files => 9019 bytes
2024/05/23-11:35:52.376833 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.376889 7f803fe006c0 Delete type=2 #161
2024/05/23-11:35:52.376979 7f803fe006c0 Delete type=2 #169
2024/05/23-11:35:52.397741 7f803fe006c0 Manual compaction at level-1 from '!items!wv5EiePmPTpqFutt' @ 158 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/armes/MANIFEST-000171 Normal file

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000027
MANIFEST-000032

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:06.584295 7f80460006c0 Recovering log #25
2024/05/23-11:35:06.677479 7f80460006c0 Delete type=3 #23
2024/05/23-11:35:06.677553 7f80460006c0 Delete type=0 #25
2024/05/23-11:35:52.346618 7f803fe006c0 Level-0 table #30: started
2024/05/23-11:35:52.349648 7f803fe006c0 Level-0 table #30: 1316 bytes OK
2024/05/23-11:35:52.356522 7f803fe006c0 Delete type=0 #28
2024/05/23-11:35:52.356854 7f803fe006c0 Manual compaction at level-0 from '!items!PqP7BWEkK7aK65yH' @ 72057594037927935 : 1 .. '!items!irEA0eyE731viEYl' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.386880 7f803fe006c0 Manual compaction at level-1 from '!items!PqP7BWEkK7aK65yH' @ 72057594037927935 : 1 .. '!items!irEA0eyE731viEYl' @ 0 : 0; will stop at '!items!irEA0eyE731viEYl' @ 6 : 1
2024/05/23-11:35:52.386890 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.391029 7f803fe006c0 Generated table #31@1: 2 keys, 1316 bytes
2024/05/23-11:35:52.391071 7f803fe006c0 Compacted 1@1 + 1@2 files => 1316 bytes
2024/05/23-11:35:52.397189 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.397318 7f803fe006c0 Delete type=2 #22
2024/05/23-11:35:52.397533 7f803fe006c0 Delete type=2 #30
2024/05/23-11:35:52.397799 7f803fe006c0 Manual compaction at level-1 from '!items!irEA0eyE731viEYl' @ 6 : 1 .. '!items!irEA0eyE731viEYl' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.402766 7f8046a006c0 Recovering log #29
2024/05/23-11:36:26.414036 7f8046a006c0 Delete type=3 #27
2024/05/23-11:36:26.414100 7f8046a006c0 Delete type=0 #29
2024/05/23-11:38:26.981582 7f803fe006c0 Level-0 table #35: started
2024/05/23-11:38:26.981632 7f803fe006c0 Level-0 table #35: 0 bytes OK
2024/05/23-11:38:27.023703 7f803fe006c0 Delete type=0 #33
2024/05/23-11:38:27.127575 7f803fe006c0 Manual compaction at level-0 from '!items!PqP7BWEkK7aK65yH' @ 72057594037927935 : 1 .. '!items!irEA0eyE731viEYl' @ 0 : 0; will stop at (end)
2024/05/23-11:38:27.127615 7f803fe006c0 Manual compaction at level-1 from '!items!PqP7BWEkK7aK65yH' @ 72057594037927935 : 1 .. '!items!irEA0eyE731viEYl' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.348357 7f87a4a006c0 Recovering log #20
2024/05/05-18:39:53.359364 7f87a4a006c0 Delete type=3 #18
2024/05/05-18:39:53.359461 7f87a4a006c0 Delete type=0 #20
2024/05/05-18:40:31.397749 7f879e4006c0 Level-0 table #26: started
2024/05/05-18:40:31.397801 7f879e4006c0 Level-0 table #26: 0 bytes OK
2024/05/05-18:40:31.404673 7f879e4006c0 Delete type=0 #24
2024/05/05-18:40:31.427022 7f879e4006c0 Manual compaction at level-0 from '!items!PqP7BWEkK7aK65yH' @ 72057594037927935 : 1 .. '!items!irEA0eyE731viEYl' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.427097 7f879e4006c0 Manual compaction at level-1 from '!items!PqP7BWEkK7aK65yH' @ 72057594037927935 : 1 .. '!items!irEA0eyE731viEYl' @ 0 : 0; will stop at (end)
2024/05/23-11:35:06.584295 7f80460006c0 Recovering log #25
2024/05/23-11:35:06.677479 7f80460006c0 Delete type=3 #23
2024/05/23-11:35:06.677553 7f80460006c0 Delete type=0 #25
2024/05/23-11:35:52.346618 7f803fe006c0 Level-0 table #30: started
2024/05/23-11:35:52.349648 7f803fe006c0 Level-0 table #30: 1316 bytes OK
2024/05/23-11:35:52.356522 7f803fe006c0 Delete type=0 #28
2024/05/23-11:35:52.356854 7f803fe006c0 Manual compaction at level-0 from '!items!PqP7BWEkK7aK65yH' @ 72057594037927935 : 1 .. '!items!irEA0eyE731viEYl' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.386880 7f803fe006c0 Manual compaction at level-1 from '!items!PqP7BWEkK7aK65yH' @ 72057594037927935 : 1 .. '!items!irEA0eyE731viEYl' @ 0 : 0; will stop at '!items!irEA0eyE731viEYl' @ 6 : 1
2024/05/23-11:35:52.386890 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.391029 7f803fe006c0 Generated table #31@1: 2 keys, 1316 bytes
2024/05/23-11:35:52.391071 7f803fe006c0 Compacted 1@1 + 1@2 files => 1316 bytes
2024/05/23-11:35:52.397189 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.397318 7f803fe006c0 Delete type=2 #22
2024/05/23-11:35:52.397533 7f803fe006c0 Delete type=2 #30
2024/05/23-11:35:52.397799 7f803fe006c0 Manual compaction at level-1 from '!items!irEA0eyE731viEYl' @ 6 : 1 .. '!items!irEA0eyE731viEYl' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000039
MANIFEST-000044

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:05.880008 7f80474006c0 Recovering log #37
2024/05/23-11:35:05.932900 7f80474006c0 Delete type=3 #35
2024/05/23-11:35:05.933004 7f80474006c0 Delete type=0 #37
2024/05/23-11:35:52.164884 7f803fe006c0 Level-0 table #42: started
2024/05/23-11:35:52.168554 7f803fe006c0 Level-0 table #42: 44719 bytes OK
2024/05/23-11:35:52.174606 7f803fe006c0 Delete type=0 #40
2024/05/23-11:35:52.186487 7f803fe006c0 Manual compaction at level-0 from '!actors!S7FhBajQ5KKhIpj6' @ 72057594037927935 : 1 .. '!folders!BHMWTRHF2lNlAK8u' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.210133 7f803fe006c0 Manual compaction at level-1 from '!actors!S7FhBajQ5KKhIpj6' @ 72057594037927935 : 1 .. '!folders!BHMWTRHF2lNlAK8u' @ 0 : 0; will stop at '!actors.items!zYffQLFKlxJ5Li83.vNpsdvHgD5qBYYPt' @ 154 : 1
2024/05/23-11:35:52.210149 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.213977 7f803fe006c0 Generated table #43@1: 54 keys, 44868 bytes
2024/05/23-11:35:52.214008 7f803fe006c0 Compacted 1@1 + 1@2 files => 44868 bytes
2024/05/23-11:35:52.220101 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.220270 7f803fe006c0 Delete type=2 #34
2024/05/23-11:35:52.220430 7f803fe006c0 Delete type=2 #42
2024/05/23-11:35:52.230758 7f803fe006c0 Manual compaction at level-1 from '!actors.items!zYffQLFKlxJ5Li83.vNpsdvHgD5qBYYPt' @ 154 : 1 .. '!folders!BHMWTRHF2lNlAK8u' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.253738 7f80456006c0 Recovering log #41
2024/05/23-11:36:26.264899 7f80456006c0 Delete type=3 #39
2024/05/23-11:36:26.264953 7f80456006c0 Delete type=0 #41
2024/05/23-11:38:26.682932 7f803fe006c0 Level-0 table #47: started
2024/05/23-11:38:26.682974 7f803fe006c0 Level-0 table #47: 0 bytes OK
2024/05/23-11:38:26.717379 7f803fe006c0 Delete type=0 #45
2024/05/23-11:38:26.832745 7f803fe006c0 Manual compaction at level-0 from '!actors!S7FhBajQ5KKhIpj6' @ 72057594037927935 : 1 .. '!folders!BHMWTRHF2lNlAK8u' @ 0 : 0; will stop at (end)
2024/05/23-11:38:26.832821 7f803fe006c0 Manual compaction at level-1 from '!actors!S7FhBajQ5KKhIpj6' @ 72057594037927935 : 1 .. '!folders!BHMWTRHF2lNlAK8u' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.183662 7f879fe006c0 Recovering log #32
2024/05/05-18:39:53.194049 7f879fe006c0 Delete type=3 #30
2024/05/05-18:39:53.194143 7f879fe006c0 Delete type=0 #32
2024/05/05-18:40:31.310425 7f879e4006c0 Level-0 table #38: started
2024/05/05-18:40:31.310496 7f879e4006c0 Level-0 table #38: 0 bytes OK
2024/05/05-18:40:31.317161 7f879e4006c0 Delete type=0 #36
2024/05/05-18:40:31.328308 7f879e4006c0 Manual compaction at level-0 from '!actors!S7FhBajQ5KKhIpj6' @ 72057594037927935 : 1 .. '!folders!BHMWTRHF2lNlAK8u' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.339027 7f879e4006c0 Manual compaction at level-1 from '!actors!S7FhBajQ5KKhIpj6' @ 72057594037927935 : 1 .. '!folders!BHMWTRHF2lNlAK8u' @ 0 : 0; will stop at (end)
2024/05/23-11:35:05.880008 7f80474006c0 Recovering log #37
2024/05/23-11:35:05.932900 7f80474006c0 Delete type=3 #35
2024/05/23-11:35:05.933004 7f80474006c0 Delete type=0 #37
2024/05/23-11:35:52.164884 7f803fe006c0 Level-0 table #42: started
2024/05/23-11:35:52.168554 7f803fe006c0 Level-0 table #42: 44719 bytes OK
2024/05/23-11:35:52.174606 7f803fe006c0 Delete type=0 #40
2024/05/23-11:35:52.186487 7f803fe006c0 Manual compaction at level-0 from '!actors!S7FhBajQ5KKhIpj6' @ 72057594037927935 : 1 .. '!folders!BHMWTRHF2lNlAK8u' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.210133 7f803fe006c0 Manual compaction at level-1 from '!actors!S7FhBajQ5KKhIpj6' @ 72057594037927935 : 1 .. '!folders!BHMWTRHF2lNlAK8u' @ 0 : 0; will stop at '!actors.items!zYffQLFKlxJ5Li83.vNpsdvHgD5qBYYPt' @ 154 : 1
2024/05/23-11:35:52.210149 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.213977 7f803fe006c0 Generated table #43@1: 54 keys, 44868 bytes
2024/05/23-11:35:52.214008 7f803fe006c0 Compacted 1@1 + 1@2 files => 44868 bytes
2024/05/23-11:35:52.220101 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.220270 7f803fe006c0 Delete type=2 #34
2024/05/23-11:35:52.220430 7f803fe006c0 Delete type=2 #42
2024/05/23-11:35:52.230758 7f803fe006c0 Manual compaction at level-1 from '!actors.items!zYffQLFKlxJ5Li83.vNpsdvHgD5qBYYPt' @ 154 : 1 .. '!folders!BHMWTRHF2lNlAK8u' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000027
MANIFEST-000032

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:06.681079 7f80456006c0 Recovering log #25
2024/05/23-11:35:06.733585 7f80456006c0 Delete type=3 #23
2024/05/23-11:35:06.733676 7f80456006c0 Delete type=0 #25
2024/05/23-11:35:52.408695 7f803fe006c0 Level-0 table #30: started
2024/05/23-11:35:52.412094 7f803fe006c0 Level-0 table #30: 891 bytes OK
2024/05/23-11:35:52.418332 7f803fe006c0 Delete type=0 #28
2024/05/23-11:35:52.438798 7f803fe006c0 Manual compaction at level-0 from '!items!JzGNaagJD2jLi9tH' @ 72057594037927935 : 1 .. '!items!LaiHuZ30K4iJr6ce' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.448865 7f803fe006c0 Manual compaction at level-1 from '!items!JzGNaagJD2jLi9tH' @ 72057594037927935 : 1 .. '!items!LaiHuZ30K4iJr6ce' @ 0 : 0; will stop at '!items!LaiHuZ30K4iJr6ce' @ 6 : 1
2024/05/23-11:35:52.448875 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.451938 7f803fe006c0 Generated table #31@1: 2 keys, 891 bytes
2024/05/23-11:35:52.451952 7f803fe006c0 Compacted 1@1 + 1@2 files => 891 bytes
2024/05/23-11:35:52.459187 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.459337 7f803fe006c0 Delete type=2 #22
2024/05/23-11:35:52.459554 7f803fe006c0 Delete type=2 #30
2024/05/23-11:35:52.479901 7f803fe006c0 Manual compaction at level-1 from '!items!LaiHuZ30K4iJr6ce' @ 6 : 1 .. '!items!LaiHuZ30K4iJr6ce' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.416647 7f80456006c0 Recovering log #29
2024/05/23-11:36:26.426755 7f80456006c0 Delete type=3 #27
2024/05/23-11:36:26.426807 7f80456006c0 Delete type=0 #29
2024/05/23-11:38:27.127735 7f803fe006c0 Level-0 table #35: started
2024/05/23-11:38:27.127767 7f803fe006c0 Level-0 table #35: 0 bytes OK
2024/05/23-11:38:27.156818 7f803fe006c0 Delete type=0 #33
2024/05/23-11:38:27.283239 7f803fe006c0 Manual compaction at level-0 from '!items!JzGNaagJD2jLi9tH' @ 72057594037927935 : 1 .. '!items!LaiHuZ30K4iJr6ce' @ 0 : 0; will stop at (end)
2024/05/23-11:38:27.283288 7f803fe006c0 Manual compaction at level-1 from '!items!JzGNaagJD2jLi9tH' @ 72057594037927935 : 1 .. '!items!LaiHuZ30K4iJr6ce' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.362751 7f879fe006c0 Recovering log #20
2024/05/05-18:39:53.374039 7f879fe006c0 Delete type=3 #18
2024/05/05-18:39:53.374188 7f879fe006c0 Delete type=0 #20
2024/05/05-18:40:31.420066 7f879e4006c0 Level-0 table #26: started
2024/05/05-18:40:31.420103 7f879e4006c0 Level-0 table #26: 0 bytes OK
2024/05/05-18:40:31.426751 7f879e4006c0 Delete type=0 #24
2024/05/05-18:40:31.427118 7f879e4006c0 Manual compaction at level-0 from '!items!JzGNaagJD2jLi9tH' @ 72057594037927935 : 1 .. '!items!LaiHuZ30K4iJr6ce' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.427182 7f879e4006c0 Manual compaction at level-1 from '!items!JzGNaagJD2jLi9tH' @ 72057594037927935 : 1 .. '!items!LaiHuZ30K4iJr6ce' @ 0 : 0; will stop at (end)
2024/05/23-11:35:06.681079 7f80456006c0 Recovering log #25
2024/05/23-11:35:06.733585 7f80456006c0 Delete type=3 #23
2024/05/23-11:35:06.733676 7f80456006c0 Delete type=0 #25
2024/05/23-11:35:52.408695 7f803fe006c0 Level-0 table #30: started
2024/05/23-11:35:52.412094 7f803fe006c0 Level-0 table #30: 891 bytes OK
2024/05/23-11:35:52.418332 7f803fe006c0 Delete type=0 #28
2024/05/23-11:35:52.438798 7f803fe006c0 Manual compaction at level-0 from '!items!JzGNaagJD2jLi9tH' @ 72057594037927935 : 1 .. '!items!LaiHuZ30K4iJr6ce' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.448865 7f803fe006c0 Manual compaction at level-1 from '!items!JzGNaagJD2jLi9tH' @ 72057594037927935 : 1 .. '!items!LaiHuZ30K4iJr6ce' @ 0 : 0; will stop at '!items!LaiHuZ30K4iJr6ce' @ 6 : 1
2024/05/23-11:35:52.448875 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.451938 7f803fe006c0 Generated table #31@1: 2 keys, 891 bytes
2024/05/23-11:35:52.451952 7f803fe006c0 Compacted 1@1 + 1@2 files => 891 bytes
2024/05/23-11:35:52.459187 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.459337 7f803fe006c0 Delete type=2 #22
2024/05/23-11:35:52.459554 7f803fe006c0 Delete type=2 #30
2024/05/23-11:35:52.479901 7f803fe006c0 Manual compaction at level-1 from '!items!LaiHuZ30K4iJr6ce' @ 6 : 1 .. '!items!LaiHuZ30K4iJr6ce' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000120
MANIFEST-000125

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:06.519383 7f80474006c0 Recovering log #118
2024/05/23-11:35:06.577392 7f80474006c0 Delete type=3 #116
2024/05/23-11:35:06.577476 7f80474006c0 Delete type=0 #118
2024/05/23-11:35:52.335647 7f803fe006c0 Level-0 table #123: started
2024/05/23-11:35:52.340197 7f803fe006c0 Level-0 table #123: 12499 bytes OK
2024/05/23-11:35:52.346521 7f803fe006c0 Delete type=0 #121
2024/05/23-11:35:52.356830 7f803fe006c0 Manual compaction at level-0 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.377068 7f803fe006c0 Manual compaction at level-1 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at '!items!zjMDuxKHKJ4vE5UV' @ 357 : 1
2024/05/23-11:35:52.377077 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.380413 7f803fe006c0 Generated table #124@1: 70 keys, 13583 bytes
2024/05/23-11:35:52.380434 7f803fe006c0 Compacted 1@1 + 1@2 files => 13583 bytes
2024/05/23-11:35:52.386645 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.386706 7f803fe006c0 Delete type=2 #115
2024/05/23-11:35:52.386806 7f803fe006c0 Delete type=2 #123
2024/05/23-11:35:52.397769 7f803fe006c0 Manual compaction at level-1 from '!items!zjMDuxKHKJ4vE5UV' @ 357 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.390072 7f80474006c0 Recovering log #122
2024/05/23-11:36:26.400169 7f80474006c0 Delete type=3 #120
2024/05/23-11:36:26.400273 7f80474006c0 Delete type=0 #122
2024/05/23-11:38:27.094008 7f803fe006c0 Level-0 table #128: started
2024/05/23-11:38:27.094074 7f803fe006c0 Level-0 table #128: 0 bytes OK
2024/05/23-11:38:27.127448 7f803fe006c0 Delete type=0 #126
2024/05/23-11:38:27.127606 7f803fe006c0 Manual compaction at level-0 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)
2024/05/23-11:38:27.127638 7f803fe006c0 Manual compaction at level-1 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.331577 7f879fe006c0 Recovering log #113
2024/05/05-18:39:53.342443 7f879fe006c0 Delete type=3 #111
2024/05/05-18:39:53.342578 7f879fe006c0 Delete type=0 #113
2024/05/05-18:40:31.411939 7f879e4006c0 Level-0 table #119: started
2024/05/05-18:40:31.411985 7f879e4006c0 Level-0 table #119: 0 bytes OK
2024/05/05-18:40:31.419887 7f879e4006c0 Delete type=0 #117
2024/05/05-18:40:31.427075 7f879e4006c0 Manual compaction at level-0 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.427161 7f879e4006c0 Manual compaction at level-1 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)
2024/05/23-11:35:06.519383 7f80474006c0 Recovering log #118
2024/05/23-11:35:06.577392 7f80474006c0 Delete type=3 #116
2024/05/23-11:35:06.577476 7f80474006c0 Delete type=0 #118
2024/05/23-11:35:52.335647 7f803fe006c0 Level-0 table #123: started
2024/05/23-11:35:52.340197 7f803fe006c0 Level-0 table #123: 12499 bytes OK
2024/05/23-11:35:52.346521 7f803fe006c0 Delete type=0 #121
2024/05/23-11:35:52.356830 7f803fe006c0 Manual compaction at level-0 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.377068 7f803fe006c0 Manual compaction at level-1 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at '!items!zjMDuxKHKJ4vE5UV' @ 357 : 1
2024/05/23-11:35:52.377077 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.380413 7f803fe006c0 Generated table #124@1: 70 keys, 13583 bytes
2024/05/23-11:35:52.380434 7f803fe006c0 Compacted 1@1 + 1@2 files => 13583 bytes
2024/05/23-11:35:52.386645 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.386706 7f803fe006c0 Delete type=2 #115
2024/05/23-11:35:52.386806 7f803fe006c0 Delete type=2 #123
2024/05/23-11:35:52.397769 7f803fe006c0 Manual compaction at level-1 from '!items!zjMDuxKHKJ4vE5UV' @ 357 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000190
MANIFEST-000195

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:06.205974 7f8046a006c0 Recovering log #188
2024/05/23-11:35:06.271007 7f8046a006c0 Delete type=3 #186
2024/05/23-11:35:06.271061 7f8046a006c0 Delete type=0 #188
2024/05/23-11:35:52.230900 7f803fe006c0 Level-0 table #193: started
2024/05/23-11:35:52.234050 7f803fe006c0 Level-0 table #193: 9381 bytes OK
2024/05/23-11:35:52.240165 7f803fe006c0 Delete type=0 #191
2024/05/23-11:35:52.270922 7f803fe006c0 Manual compaction at level-0 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.270981 7f803fe006c0 Manual compaction at level-1 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at '!items!nYYX7rtSMGFO4xVY' @ 40 : 1
2024/05/23-11:35:52.270989 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.274464 7f803fe006c0 Generated table #194@1: 10 keys, 9381 bytes
2024/05/23-11:35:52.274500 7f803fe006c0 Compacted 1@1 + 1@2 files => 9381 bytes
2024/05/23-11:35:52.280886 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.281019 7f803fe006c0 Delete type=2 #185
2024/05/23-11:35:52.281168 7f803fe006c0 Delete type=2 #193
2024/05/23-11:35:52.314050 7f803fe006c0 Manual compaction at level-1 from '!items!nYYX7rtSMGFO4xVY' @ 40 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.322524 7f80460006c0 Recovering log #192
2024/05/23-11:36:26.332618 7f80460006c0 Delete type=3 #190
2024/05/23-11:36:26.332687 7f80460006c0 Delete type=0 #192
2024/05/23-11:38:26.870469 7f803fe006c0 Level-0 table #198: started
2024/05/23-11:38:26.870492 7f803fe006c0 Level-0 table #198: 0 bytes OK
2024/05/23-11:38:26.915350 7f803fe006c0 Delete type=0 #196
2024/05/23-11:38:26.981362 7f803fe006c0 Manual compaction at level-0 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
2024/05/23-11:38:26.981444 7f803fe006c0 Manual compaction at level-1 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.259592 7f87a4a006c0 Recovering log #183
2024/05/05-18:39:53.270146 7f87a4a006c0 Delete type=3 #181
2024/05/05-18:39:53.270257 7f87a4a006c0 Delete type=0 #183
2024/05/05-18:40:31.368980 7f879e4006c0 Level-0 table #189: started
2024/05/05-18:40:31.369035 7f879e4006c0 Level-0 table #189: 0 bytes OK
2024/05/05-18:40:31.375657 7f879e4006c0 Delete type=0 #187
2024/05/05-18:40:31.397400 7f879e4006c0 Manual compaction at level-0 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.397506 7f879e4006c0 Manual compaction at level-1 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
2024/05/23-11:35:06.205974 7f8046a006c0 Recovering log #188
2024/05/23-11:35:06.271007 7f8046a006c0 Delete type=3 #186
2024/05/23-11:35:06.271061 7f8046a006c0 Delete type=0 #188
2024/05/23-11:35:52.230900 7f803fe006c0 Level-0 table #193: started
2024/05/23-11:35:52.234050 7f803fe006c0 Level-0 table #193: 9381 bytes OK
2024/05/23-11:35:52.240165 7f803fe006c0 Delete type=0 #191
2024/05/23-11:35:52.270922 7f803fe006c0 Manual compaction at level-0 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.270981 7f803fe006c0 Manual compaction at level-1 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at '!items!nYYX7rtSMGFO4xVY' @ 40 : 1
2024/05/23-11:35:52.270989 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.274464 7f803fe006c0 Generated table #194@1: 10 keys, 9381 bytes
2024/05/23-11:35:52.274500 7f803fe006c0 Compacted 1@1 + 1@2 files => 9381 bytes
2024/05/23-11:35:52.280886 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.281019 7f803fe006c0 Delete type=2 #185
2024/05/23-11:35:52.281168 7f803fe006c0 Delete type=2 #193
2024/05/23-11:35:52.314050 7f803fe006c0 Manual compaction at level-1 from '!items!nYYX7rtSMGFO4xVY' @ 40 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000027
MANIFEST-000032

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:05.941241 7f80456006c0 Recovering log #25
2024/05/23-11:35:05.993757 7f80456006c0 Delete type=3 #23
2024/05/23-11:35:05.993818 7f80456006c0 Delete type=0 #25
2024/05/23-11:35:52.152396 7f803fe006c0 Level-0 table #30: started
2024/05/23-11:35:52.158444 7f803fe006c0 Level-0 table #30: 216163 bytes OK
2024/05/23-11:35:52.164693 7f803fe006c0 Delete type=0 #28
2024/05/23-11:35:52.186477 7f803fe006c0 Manual compaction at level-0 from '!actors!2UqntsuFwDpHOKJ6' @ 72057594037927935 : 1 .. '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.197755 7f803fe006c0 Manual compaction at level-1 from '!actors!2UqntsuFwDpHOKJ6' @ 72057594037927935 : 1 .. '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 0 : 0; will stop at '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 775 : 1
2024/05/23-11:35:52.197768 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.203516 7f803fe006c0 Generated table #31@1: 261 keys, 216163 bytes
2024/05/23-11:35:52.203556 7f803fe006c0 Compacted 1@1 + 1@2 files => 216163 bytes
2024/05/23-11:35:52.209578 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.209730 7f803fe006c0 Delete type=2 #22
2024/05/23-11:35:52.209958 7f803fe006c0 Delete type=2 #30
2024/05/23-11:35:52.230747 7f803fe006c0 Manual compaction at level-1 from '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 775 : 1 .. '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.267731 7f80460006c0 Recovering log #29
2024/05/23-11:36:26.278255 7f80460006c0 Delete type=3 #27
2024/05/23-11:36:26.278434 7f80460006c0 Delete type=0 #29
2024/05/23-11:38:26.717554 7f803fe006c0 Level-0 table #35: started
2024/05/23-11:38:26.717597 7f803fe006c0 Level-0 table #35: 0 bytes OK
2024/05/23-11:38:26.753723 7f803fe006c0 Delete type=0 #33
2024/05/23-11:38:26.832776 7f803fe006c0 Manual compaction at level-0 from '!actors!2UqntsuFwDpHOKJ6' @ 72057594037927935 : 1 .. '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 0 : 0; will stop at (end)
2024/05/23-11:38:26.832830 7f803fe006c0 Manual compaction at level-1 from '!actors!2UqntsuFwDpHOKJ6' @ 72057594037927935 : 1 .. '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.198271 7f87a4a006c0 Recovering log #20
2024/05/05-18:39:53.209509 7f87a4a006c0 Delete type=3 #18
2024/05/05-18:39:53.209622 7f87a4a006c0 Delete type=0 #20
2024/05/05-18:40:31.346849 7f879e4006c0 Level-0 table #26: started
2024/05/05-18:40:31.346889 7f879e4006c0 Level-0 table #26: 0 bytes OK
2024/05/05-18:40:31.353516 7f879e4006c0 Delete type=0 #24
2024/05/05-18:40:31.368716 7f879e4006c0 Manual compaction at level-0 from '!actors!2UqntsuFwDpHOKJ6' @ 72057594037927935 : 1 .. '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.368802 7f879e4006c0 Manual compaction at level-1 from '!actors!2UqntsuFwDpHOKJ6' @ 72057594037927935 : 1 .. '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 0 : 0; will stop at (end)
2024/05/23-11:35:05.941241 7f80456006c0 Recovering log #25
2024/05/23-11:35:05.993757 7f80456006c0 Delete type=3 #23
2024/05/23-11:35:05.993818 7f80456006c0 Delete type=0 #25
2024/05/23-11:35:52.152396 7f803fe006c0 Level-0 table #30: started
2024/05/23-11:35:52.158444 7f803fe006c0 Level-0 table #30: 216163 bytes OK
2024/05/23-11:35:52.164693 7f803fe006c0 Delete type=0 #28
2024/05/23-11:35:52.186477 7f803fe006c0 Manual compaction at level-0 from '!actors!2UqntsuFwDpHOKJ6' @ 72057594037927935 : 1 .. '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.197755 7f803fe006c0 Manual compaction at level-1 from '!actors!2UqntsuFwDpHOKJ6' @ 72057594037927935 : 1 .. '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 0 : 0; will stop at '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 775 : 1
2024/05/23-11:35:52.197768 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.203516 7f803fe006c0 Generated table #31@1: 261 keys, 216163 bytes
2024/05/23-11:35:52.203556 7f803fe006c0 Compacted 1@1 + 1@2 files => 216163 bytes
2024/05/23-11:35:52.209578 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.209730 7f803fe006c0 Delete type=2 #22
2024/05/23-11:35:52.209958 7f803fe006c0 Delete type=2 #30
2024/05/23-11:35:52.230747 7f803fe006c0 Manual compaction at level-1 from '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 775 : 1 .. '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/heros/MANIFEST-000032 Normal file

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000190
MANIFEST-000195

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:06.278280 7f80474006c0 Recovering log #188
2024/05/23-11:35:06.332353 7f80474006c0 Delete type=3 #186
2024/05/23-11:35:06.332410 7f80474006c0 Delete type=0 #188
2024/05/23-11:35:52.250869 7f803fe006c0 Level-0 table #193: started
2024/05/23-11:35:52.254343 7f803fe006c0 Level-0 table #193: 36654 bytes OK
2024/05/23-11:35:52.260633 7f803fe006c0 Delete type=0 #191
2024/05/23-11:35:52.270953 7f803fe006c0 Manual compaction at level-0 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.303626 7f803fe006c0 Manual compaction at level-1 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at '!items!y0G0VMyygxIj4Y7F' @ 76 : 1
2024/05/23-11:35:52.303648 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.307460 7f803fe006c0 Generated table #194@1: 19 keys, 36654 bytes
2024/05/23-11:35:52.307509 7f803fe006c0 Compacted 1@1 + 1@2 files => 36654 bytes
2024/05/23-11:35:52.313555 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.313756 7f803fe006c0 Delete type=2 #185
2024/05/23-11:35:52.313942 7f803fe006c0 Delete type=2 #193
2024/05/23-11:35:52.314103 7f803fe006c0 Manual compaction at level-1 from '!items!y0G0VMyygxIj4Y7F' @ 76 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.335215 7f80474006c0 Recovering log #192
2024/05/23-11:36:26.345427 7f80474006c0 Delete type=3 #190
2024/05/23-11:36:26.345523 7f80474006c0 Delete type=0 #192
2024/05/23-11:38:26.915537 7f803fe006c0 Level-0 table #198: started
2024/05/23-11:38:26.915581 7f803fe006c0 Level-0 table #198: 0 bytes OK
2024/05/23-11:38:26.944084 7f803fe006c0 Delete type=0 #196
2024/05/23-11:38:26.981384 7f803fe006c0 Manual compaction at level-0 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
2024/05/23-11:38:26.981463 7f803fe006c0 Manual compaction at level-1 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.273885 7f879fe006c0 Recovering log #183
2024/05/05-18:39:53.284403 7f879fe006c0 Delete type=3 #181
2024/05/05-18:39:53.284498 7f879fe006c0 Delete type=0 #183
2024/05/05-18:40:31.375831 7f879e4006c0 Level-0 table #189: started
2024/05/05-18:40:31.375883 7f879e4006c0 Level-0 table #189: 0 bytes OK
2024/05/05-18:40:31.383596 7f879e4006c0 Delete type=0 #187
2024/05/05-18:40:31.397430 7f879e4006c0 Manual compaction at level-0 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.397530 7f879e4006c0 Manual compaction at level-1 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
2024/05/23-11:35:06.278280 7f80474006c0 Recovering log #188
2024/05/23-11:35:06.332353 7f80474006c0 Delete type=3 #186
2024/05/23-11:35:06.332410 7f80474006c0 Delete type=0 #188
2024/05/23-11:35:52.250869 7f803fe006c0 Level-0 table #193: started
2024/05/23-11:35:52.254343 7f803fe006c0 Level-0 table #193: 36654 bytes OK
2024/05/23-11:35:52.260633 7f803fe006c0 Delete type=0 #191
2024/05/23-11:35:52.270953 7f803fe006c0 Manual compaction at level-0 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.303626 7f803fe006c0 Manual compaction at level-1 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at '!items!y0G0VMyygxIj4Y7F' @ 76 : 1
2024/05/23-11:35:52.303648 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.307460 7f803fe006c0 Generated table #194@1: 19 keys, 36654 bytes
2024/05/23-11:35:52.307509 7f803fe006c0 Compacted 1@1 + 1@2 files => 36654 bytes
2024/05/23-11:35:52.313555 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.313756 7f803fe006c0 Delete type=2 #185
2024/05/23-11:35:52.313942 7f803fe006c0 Delete type=2 #193
2024/05/23-11:35:52.314103 7f803fe006c0 Manual compaction at level-1 from '!items!y0G0VMyygxIj4Y7F' @ 76 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000027
MANIFEST-000032

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:06.736762 7f8046a006c0 Recovering log #25
2024/05/23-11:35:06.788893 7f8046a006c0 Delete type=3 #23
2024/05/23-11:35:06.788978 7f8046a006c0 Delete type=0 #25
2024/05/23-11:35:52.397933 7f803fe006c0 Level-0 table #30: started
2024/05/23-11:35:52.401383 7f803fe006c0 Level-0 table #30: 582 bytes OK
2024/05/23-11:35:52.408461 7f803fe006c0 Delete type=0 #28
2024/05/23-11:35:52.438777 7f803fe006c0 Manual compaction at level-0 from '!items!Vnpf6cKVHyd3ugnY' @ 72057594037927935 : 1 .. '!items!Vnpf6cKVHyd3ugnY' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.438859 7f803fe006c0 Manual compaction at level-1 from '!items!Vnpf6cKVHyd3ugnY' @ 72057594037927935 : 1 .. '!items!Vnpf6cKVHyd3ugnY' @ 0 : 0; will stop at '!items!Vnpf6cKVHyd3ugnY' @ 3 : 1
2024/05/23-11:35:52.438874 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.442540 7f803fe006c0 Generated table #31@1: 1 keys, 582 bytes
2024/05/23-11:35:52.442555 7f803fe006c0 Compacted 1@1 + 1@2 files => 582 bytes
2024/05/23-11:35:52.448654 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.448721 7f803fe006c0 Delete type=2 #22
2024/05/23-11:35:52.448803 7f803fe006c0 Delete type=2 #30
2024/05/23-11:35:52.479889 7f803fe006c0 Manual compaction at level-1 from '!items!Vnpf6cKVHyd3ugnY' @ 3 : 1 .. '!items!Vnpf6cKVHyd3ugnY' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.429066 7f80460006c0 Recovering log #29
2024/05/23-11:36:26.438996 7f80460006c0 Delete type=3 #27
2024/05/23-11:36:26.439054 7f80460006c0 Delete type=0 #29
2024/05/23-11:38:27.243155 7f803fe006c0 Level-0 table #35: started
2024/05/23-11:38:27.243202 7f803fe006c0 Level-0 table #35: 0 bytes OK
2024/05/23-11:38:27.283099 7f803fe006c0 Delete type=0 #33
2024/05/23-11:38:27.283279 7f803fe006c0 Manual compaction at level-0 from '!items!Vnpf6cKVHyd3ugnY' @ 72057594037927935 : 1 .. '!items!Vnpf6cKVHyd3ugnY' @ 0 : 0; will stop at (end)
2024/05/23-11:38:27.283310 7f803fe006c0 Manual compaction at level-1 from '!items!Vnpf6cKVHyd3ugnY' @ 72057594037927935 : 1 .. '!items!Vnpf6cKVHyd3ugnY' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.376921 7f87a4a006c0 Recovering log #20
2024/05/05-18:39:53.387567 7f87a4a006c0 Delete type=3 #18
2024/05/05-18:39:53.387720 7f87a4a006c0 Delete type=0 #20
2024/05/05-18:40:31.427315 7f879e4006c0 Level-0 table #26: started
2024/05/05-18:40:31.427360 7f879e4006c0 Level-0 table #26: 0 bytes OK
2024/05/05-18:40:31.434964 7f879e4006c0 Delete type=0 #24
2024/05/05-18:40:31.458671 7f879e4006c0 Manual compaction at level-0 from '!items!Vnpf6cKVHyd3ugnY' @ 72057594037927935 : 1 .. '!items!Vnpf6cKVHyd3ugnY' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.458761 7f879e4006c0 Manual compaction at level-1 from '!items!Vnpf6cKVHyd3ugnY' @ 72057594037927935 : 1 .. '!items!Vnpf6cKVHyd3ugnY' @ 0 : 0; will stop at (end)
2024/05/23-11:35:06.736762 7f8046a006c0 Recovering log #25
2024/05/23-11:35:06.788893 7f8046a006c0 Delete type=3 #23
2024/05/23-11:35:06.788978 7f8046a006c0 Delete type=0 #25
2024/05/23-11:35:52.397933 7f803fe006c0 Level-0 table #30: started
2024/05/23-11:35:52.401383 7f803fe006c0 Level-0 table #30: 582 bytes OK
2024/05/23-11:35:52.408461 7f803fe006c0 Delete type=0 #28
2024/05/23-11:35:52.438777 7f803fe006c0 Manual compaction at level-0 from '!items!Vnpf6cKVHyd3ugnY' @ 72057594037927935 : 1 .. '!items!Vnpf6cKVHyd3ugnY' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.438859 7f803fe006c0 Manual compaction at level-1 from '!items!Vnpf6cKVHyd3ugnY' @ 72057594037927935 : 1 .. '!items!Vnpf6cKVHyd3ugnY' @ 0 : 0; will stop at '!items!Vnpf6cKVHyd3ugnY' @ 3 : 1
2024/05/23-11:35:52.438874 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.442540 7f803fe006c0 Generated table #31@1: 1 keys, 582 bytes
2024/05/23-11:35:52.442555 7f803fe006c0 Compacted 1@1 + 1@2 files => 582 bytes
2024/05/23-11:35:52.448654 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.448721 7f803fe006c0 Delete type=2 #22
2024/05/23-11:35:52.448803 7f803fe006c0 Delete type=2 #30
2024/05/23-11:35:52.479889 7f803fe006c0 Manual compaction at level-1 from '!items!Vnpf6cKVHyd3ugnY' @ 3 : 1 .. '!items!Vnpf6cKVHyd3ugnY' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000191
MANIFEST-000196

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:06.148229 7f80456006c0 Recovering log #189
2024/05/23-11:35:06.199374 7f80456006c0 Delete type=3 #187
2024/05/23-11:35:06.199441 7f80456006c0 Delete type=0 #189
2024/05/23-11:35:52.240294 7f803fe006c0 Level-0 table #194: started
2024/05/23-11:35:52.244436 7f803fe006c0 Level-0 table #194: 32532 bytes OK
2024/05/23-11:35:52.250742 7f803fe006c0 Delete type=0 #192
2024/05/23-11:35:52.270939 7f803fe006c0 Manual compaction at level-0 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.281258 7f803fe006c0 Manual compaction at level-1 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at '!items!xox7R7Uuuz0eGL0p' @ 109 : 1
2024/05/23-11:35:52.281270 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.285296 7f803fe006c0 Generated table #195@1: 23 keys, 32532 bytes
2024/05/23-11:35:52.285328 7f803fe006c0 Compacted 1@1 + 1@2 files => 32532 bytes
2024/05/23-11:35:52.291433 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.291544 7f803fe006c0 Delete type=2 #186
2024/05/23-11:35:52.291679 7f803fe006c0 Delete type=2 #194
2024/05/23-11:35:52.314072 7f803fe006c0 Manual compaction at level-1 from '!items!xox7R7Uuuz0eGL0p' @ 109 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.309345 7f80456006c0 Recovering log #193
2024/05/23-11:36:26.319454 7f80456006c0 Delete type=3 #191
2024/05/23-11:36:26.319584 7f80456006c0 Delete type=0 #193
2024/05/23-11:38:26.833035 7f803fe006c0 Level-0 table #199: started
2024/05/23-11:38:26.833072 7f803fe006c0 Level-0 table #199: 0 bytes OK
2024/05/23-11:38:26.870362 7f803fe006c0 Delete type=0 #197
2024/05/23-11:38:26.981334 7f803fe006c0 Manual compaction at level-0 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
2024/05/23-11:38:26.981425 7f803fe006c0 Manual compaction at level-1 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.245366 7f879fe006c0 Recovering log #184
2024/05/05-18:39:53.256092 7f879fe006c0 Delete type=3 #182
2024/05/05-18:39:53.256269 7f879fe006c0 Delete type=0 #184
2024/05/05-18:40:31.353693 7f879e4006c0 Level-0 table #190: started
2024/05/05-18:40:31.353728 7f879e4006c0 Level-0 table #190: 0 bytes OK
2024/05/05-18:40:31.360546 7f879e4006c0 Delete type=0 #188
2024/05/05-18:40:31.368732 7f879e4006c0 Manual compaction at level-0 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.368820 7f879e4006c0 Manual compaction at level-1 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
2024/05/23-11:35:06.148229 7f80456006c0 Recovering log #189
2024/05/23-11:35:06.199374 7f80456006c0 Delete type=3 #187
2024/05/23-11:35:06.199441 7f80456006c0 Delete type=0 #189
2024/05/23-11:35:52.240294 7f803fe006c0 Level-0 table #194: started
2024/05/23-11:35:52.244436 7f803fe006c0 Level-0 table #194: 32532 bytes OK
2024/05/23-11:35:52.250742 7f803fe006c0 Delete type=0 #192
2024/05/23-11:35:52.270939 7f803fe006c0 Manual compaction at level-0 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.281258 7f803fe006c0 Manual compaction at level-1 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at '!items!xox7R7Uuuz0eGL0p' @ 109 : 1
2024/05/23-11:35:52.281270 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.285296 7f803fe006c0 Generated table #195@1: 23 keys, 32532 bytes
2024/05/23-11:35:52.285328 7f803fe006c0 Compacted 1@1 + 1@2 files => 32532 bytes
2024/05/23-11:35:52.291433 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.291544 7f803fe006c0 Delete type=2 #186
2024/05/23-11:35:52.291679 7f803fe006c0 Delete type=2 #194
2024/05/23-11:35:52.314072 7f803fe006c0 Manual compaction at level-1 from '!items!xox7R7Uuuz0eGL0p' @ 109 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000027
MANIFEST-000032

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:06.791733 7f80474006c0 Recovering log #25
2024/05/23-11:35:06.845539 7f80474006c0 Delete type=3 #23
2024/05/23-11:35:06.845613 7f80474006c0 Delete type=0 #25
2024/05/23-11:35:52.418615 7f803fe006c0 Level-0 table #30: started
2024/05/23-11:35:52.422508 7f803fe006c0 Level-0 table #30: 5215 bytes OK
2024/05/23-11:35:52.428577 7f803fe006c0 Delete type=0 #28
2024/05/23-11:35:52.438818 7f803fe006c0 Manual compaction at level-0 from '!items!5onfuCZmzugZ3PMs' @ 72057594037927935 : 1 .. '!items!qAmsD4MHgywYj6XV' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.459722 7f803fe006c0 Manual compaction at level-1 from '!items!5onfuCZmzugZ3PMs' @ 72057594037927935 : 1 .. '!items!qAmsD4MHgywYj6XV' @ 0 : 0; will stop at '!items!qAmsD4MHgywYj6XV' @ 12 : 1
2024/05/23-11:35:52.459744 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.463213 7f803fe006c0 Generated table #31@1: 4 keys, 5215 bytes
2024/05/23-11:35:52.463233 7f803fe006c0 Compacted 1@1 + 1@2 files => 5215 bytes
2024/05/23-11:35:52.469233 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.469300 7f803fe006c0 Delete type=2 #22
2024/05/23-11:35:52.469386 7f803fe006c0 Delete type=2 #30
2024/05/23-11:35:52.479911 7f803fe006c0 Manual compaction at level-1 from '!items!qAmsD4MHgywYj6XV' @ 12 : 1 .. '!items!qAmsD4MHgywYj6XV' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.441282 7f80474006c0 Recovering log #29
2024/05/23-11:36:26.452393 7f80474006c0 Delete type=3 #27
2024/05/23-11:36:26.452506 7f80474006c0 Delete type=0 #29
2024/05/23-11:38:27.198934 7f803fe006c0 Level-0 table #35: started
2024/05/23-11:38:27.198962 7f803fe006c0 Level-0 table #35: 0 bytes OK
2024/05/23-11:38:27.242954 7f803fe006c0 Delete type=0 #33
2024/05/23-11:38:27.283268 7f803fe006c0 Manual compaction at level-0 from '!items!5onfuCZmzugZ3PMs' @ 72057594037927935 : 1 .. '!items!qAmsD4MHgywYj6XV' @ 0 : 0; will stop at (end)
2024/05/23-11:38:27.283302 7f803fe006c0 Manual compaction at level-1 from '!items!5onfuCZmzugZ3PMs' @ 72057594037927935 : 1 .. '!items!qAmsD4MHgywYj6XV' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.390568 7f879fe006c0 Recovering log #20
2024/05/05-18:39:53.402050 7f879fe006c0 Delete type=3 #18
2024/05/05-18:39:53.402161 7f879fe006c0 Delete type=0 #20
2024/05/05-18:40:31.435186 7f879e4006c0 Level-0 table #26: started
2024/05/05-18:40:31.435224 7f879e4006c0 Level-0 table #26: 0 bytes OK
2024/05/05-18:40:31.441728 7f879e4006c0 Delete type=0 #24
2024/05/05-18:40:31.458699 7f879e4006c0 Manual compaction at level-0 from '!items!5onfuCZmzugZ3PMs' @ 72057594037927935 : 1 .. '!items!qAmsD4MHgywYj6XV' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.458779 7f879e4006c0 Manual compaction at level-1 from '!items!5onfuCZmzugZ3PMs' @ 72057594037927935 : 1 .. '!items!qAmsD4MHgywYj6XV' @ 0 : 0; will stop at (end)
2024/05/23-11:35:06.791733 7f80474006c0 Recovering log #25
2024/05/23-11:35:06.845539 7f80474006c0 Delete type=3 #23
2024/05/23-11:35:06.845613 7f80474006c0 Delete type=0 #25
2024/05/23-11:35:52.418615 7f803fe006c0 Level-0 table #30: started
2024/05/23-11:35:52.422508 7f803fe006c0 Level-0 table #30: 5215 bytes OK
2024/05/23-11:35:52.428577 7f803fe006c0 Delete type=0 #28
2024/05/23-11:35:52.438818 7f803fe006c0 Manual compaction at level-0 from '!items!5onfuCZmzugZ3PMs' @ 72057594037927935 : 1 .. '!items!qAmsD4MHgywYj6XV' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.459722 7f803fe006c0 Manual compaction at level-1 from '!items!5onfuCZmzugZ3PMs' @ 72057594037927935 : 1 .. '!items!qAmsD4MHgywYj6XV' @ 0 : 0; will stop at '!items!qAmsD4MHgywYj6XV' @ 12 : 1
2024/05/23-11:35:52.459744 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.463213 7f803fe006c0 Generated table #31@1: 4 keys, 5215 bytes
2024/05/23-11:35:52.463233 7f803fe006c0 Compacted 1@1 + 1@2 files => 5215 bytes
2024/05/23-11:35:52.469233 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.469300 7f803fe006c0 Delete type=2 #22
2024/05/23-11:35:52.469386 7f803fe006c0 Delete type=2 #30
2024/05/23-11:35:52.479911 7f803fe006c0 Manual compaction at level-1 from '!items!qAmsD4MHgywYj6XV' @ 12 : 1 .. '!items!qAmsD4MHgywYj6XV' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000108
MANIFEST-000113

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:06.079621 7f80460006c0 Recovering log #106
2024/05/23-11:35:06.139251 7f80460006c0 Delete type=3 #104
2024/05/23-11:35:06.139321 7f80460006c0 Delete type=0 #106
2024/05/23-11:35:52.141545 7f803fe006c0 Level-0 table #111: started
2024/05/23-11:35:52.145956 7f803fe006c0 Level-0 table #111: 107383 bytes OK
2024/05/23-11:35:52.152106 7f803fe006c0 Delete type=0 #109
2024/05/23-11:35:52.186460 7f803fe006c0 Manual compaction at level-0 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.186514 7f803fe006c0 Manual compaction at level-1 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at '!items!zmaCOCCpgO3YtEn6' @ 542 : 1
2024/05/23-11:35:52.186524 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.191105 7f803fe006c0 Generated table #112@1: 157 keys, 109300 bytes
2024/05/23-11:35:52.191134 7f803fe006c0 Compacted 1@1 + 1@2 files => 109300 bytes
2024/05/23-11:35:52.197154 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.197356 7f803fe006c0 Delete type=2 #103
2024/05/23-11:35:52.197666 7f803fe006c0 Delete type=2 #111
2024/05/23-11:35:52.230735 7f803fe006c0 Manual compaction at level-1 from '!items!zmaCOCCpgO3YtEn6' @ 542 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.295446 7f8046a006c0 Recovering log #110
2024/05/23-11:36:26.305790 7f8046a006c0 Delete type=3 #108
2024/05/23-11:36:26.305908 7f8046a006c0 Delete type=0 #110
2024/05/23-11:38:26.791111 7f803fe006c0 Level-0 table #116: started
2024/05/23-11:38:26.791169 7f803fe006c0 Level-0 table #116: 0 bytes OK
2024/05/23-11:38:26.832536 7f803fe006c0 Delete type=0 #114
2024/05/23-11:38:26.832812 7f803fe006c0 Manual compaction at level-0 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)
2024/05/23-11:38:26.832852 7f803fe006c0 Manual compaction at level-1 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.229637 7f87a4a006c0 Recovering log #101
2024/05/05-18:39:53.240282 7f87a4a006c0 Delete type=3 #99
2024/05/05-18:39:53.240375 7f87a4a006c0 Delete type=0 #101
2024/05/05-18:40:31.360767 7f879e4006c0 Level-0 table #107: started
2024/05/05-18:40:31.360816 7f879e4006c0 Level-0 table #107: 0 bytes OK
2024/05/05-18:40:31.368534 7f879e4006c0 Delete type=0 #105
2024/05/05-18:40:31.368755 7f879e4006c0 Manual compaction at level-0 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.368838 7f879e4006c0 Manual compaction at level-1 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)
2024/05/23-11:35:06.079621 7f80460006c0 Recovering log #106
2024/05/23-11:35:06.139251 7f80460006c0 Delete type=3 #104
2024/05/23-11:35:06.139321 7f80460006c0 Delete type=0 #106
2024/05/23-11:35:52.141545 7f803fe006c0 Level-0 table #111: started
2024/05/23-11:35:52.145956 7f803fe006c0 Level-0 table #111: 107383 bytes OK
2024/05/23-11:35:52.152106 7f803fe006c0 Delete type=0 #109
2024/05/23-11:35:52.186460 7f803fe006c0 Manual compaction at level-0 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.186514 7f803fe006c0 Manual compaction at level-1 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at '!items!zmaCOCCpgO3YtEn6' @ 542 : 1
2024/05/23-11:35:52.186524 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.191105 7f803fe006c0 Generated table #112@1: 157 keys, 109300 bytes
2024/05/23-11:35:52.191134 7f803fe006c0 Compacted 1@1 + 1@2 files => 109300 bytes
2024/05/23-11:35:52.197154 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.197356 7f803fe006c0 Delete type=2 #103
2024/05/23-11:35:52.197666 7f803fe006c0 Delete type=2 #111
2024/05/23-11:35:52.230735 7f803fe006c0 Manual compaction at level-1 from '!items!zmaCOCCpgO3YtEn6' @ 542 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000227
MANIFEST-000232

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:06.466879 7f8046a006c0 Recovering log #225
2024/05/23-11:35:06.516628 7f8046a006c0 Delete type=3 #223
2024/05/23-11:35:06.516690 7f8046a006c0 Delete type=0 #225
2024/05/23-11:35:52.314340 7f803fe006c0 Level-0 table #230: started
2024/05/23-11:35:52.318302 7f803fe006c0 Level-0 table #230: 1125 bytes OK
2024/05/23-11:35:52.325255 7f803fe006c0 Delete type=0 #228
2024/05/23-11:35:52.356771 7f803fe006c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.356885 7f803fe006c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at '!items!veoS6Gtzj6Dq087V' @ 29 : 1
2024/05/23-11:35:52.356903 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.360349 7f803fe006c0 Generated table #231@1: 5 keys, 1125 bytes
2024/05/23-11:35:52.360390 7f803fe006c0 Compacted 1@1 + 1@2 files => 1125 bytes
2024/05/23-11:35:52.366925 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.367007 7f803fe006c0 Delete type=2 #222
2024/05/23-11:35:52.367099 7f803fe006c0 Delete type=2 #230
2024/05/23-11:35:52.397709 7f803fe006c0 Manual compaction at level-1 from '!items!veoS6Gtzj6Dq087V' @ 29 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.376352 7f80460006c0 Recovering log #229
2024/05/23-11:36:26.386904 7f80460006c0 Delete type=3 #227
2024/05/23-11:36:26.387025 7f80460006c0 Delete type=0 #229
2024/05/23-11:38:27.023866 7f803fe006c0 Level-0 table #235: started
2024/05/23-11:38:27.023900 7f803fe006c0 Level-0 table #235: 0 bytes OK
2024/05/23-11:38:27.058490 7f803fe006c0 Delete type=0 #233
2024/05/23-11:38:27.127587 7f803fe006c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2024/05/23-11:38:27.127622 7f803fe006c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.315401 7f87a4a006c0 Recovering log #220
2024/05/05-18:39:53.328380 7f87a4a006c0 Delete type=3 #218
2024/05/05-18:39:53.328500 7f87a4a006c0 Delete type=0 #220
2024/05/05-18:40:31.404827 7f879e4006c0 Level-0 table #226: started
2024/05/05-18:40:31.404862 7f879e4006c0 Level-0 table #226: 0 bytes OK
2024/05/05-18:40:31.411654 7f879e4006c0 Delete type=0 #224
2024/05/05-18:40:31.427052 7f879e4006c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.427139 7f879e4006c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2024/05/23-11:35:06.466879 7f8046a006c0 Recovering log #225
2024/05/23-11:35:06.516628 7f8046a006c0 Delete type=3 #223
2024/05/23-11:35:06.516690 7f8046a006c0 Delete type=0 #225
2024/05/23-11:35:52.314340 7f803fe006c0 Level-0 table #230: started
2024/05/23-11:35:52.318302 7f803fe006c0 Level-0 table #230: 1125 bytes OK
2024/05/23-11:35:52.325255 7f803fe006c0 Delete type=0 #228
2024/05/23-11:35:52.356771 7f803fe006c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.356885 7f803fe006c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at '!items!veoS6Gtzj6Dq087V' @ 29 : 1
2024/05/23-11:35:52.356903 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.360349 7f803fe006c0 Generated table #231@1: 5 keys, 1125 bytes
2024/05/23-11:35:52.360390 7f803fe006c0 Compacted 1@1 + 1@2 files => 1125 bytes
2024/05/23-11:35:52.366925 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.367007 7f803fe006c0 Delete type=2 #222
2024/05/23-11:35:52.367099 7f803fe006c0 Delete type=2 #230
2024/05/23-11:35:52.397709 7f803fe006c0 Manual compaction at level-1 from '!items!veoS6Gtzj6Dq087V' @ 29 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000165
MANIFEST-000170

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:06.913278 7f80456006c0 Recovering log #163
2024/05/23-11:35:06.966461 7f80456006c0 Delete type=3 #161
2024/05/23-11:35:06.966522 7f80456006c0 Delete type=0 #163
2024/05/23-11:35:52.428674 7f803fe006c0 Level-0 table #168: started
2024/05/23-11:35:52.431882 7f803fe006c0 Level-0 table #168: 1852 bytes OK
2024/05/23-11:35:52.438605 7f803fe006c0 Delete type=0 #166
2024/05/23-11:35:52.438836 7f803fe006c0 Manual compaction at level-0 from '!scenes!HQh59CbrrgYGcg9C' @ 72057594037927935 : 1 .. '!scenes!gw2phPvl4tAtGWdr' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.469452 7f803fe006c0 Manual compaction at level-1 from '!scenes!HQh59CbrrgYGcg9C' @ 72057594037927935 : 1 .. '!scenes!gw2phPvl4tAtGWdr' @ 0 : 0; will stop at '!scenes!gw2phPvl4tAtGWdr' @ 6 : 1
2024/05/23-11:35:52.469462 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.472796 7f803fe006c0 Generated table #169@1: 2 keys, 1852 bytes
2024/05/23-11:35:52.472813 7f803fe006c0 Compacted 1@1 + 1@2 files => 1852 bytes
2024/05/23-11:35:52.479542 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.479654 7f803fe006c0 Delete type=2 #160
2024/05/23-11:35:52.479826 7f803fe006c0 Delete type=2 #168
2024/05/23-11:35:52.479923 7f803fe006c0 Manual compaction at level-1 from '!scenes!gw2phPvl4tAtGWdr' @ 6 : 1 .. '!scenes!gw2phPvl4tAtGWdr' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.469214 7f80456006c0 Recovering log #167
2024/05/23-11:36:26.479143 7f80456006c0 Delete type=3 #165
2024/05/23-11:36:26.479197 7f80456006c0 Delete type=0 #167
2024/05/23-11:38:27.335722 7f803fe006c0 Level-0 table #173: started
2024/05/23-11:38:27.335763 7f803fe006c0 Level-0 table #173: 0 bytes OK
2024/05/23-11:38:27.367734 7f803fe006c0 Delete type=0 #171
2024/05/23-11:38:27.451774 7f803fe006c0 Manual compaction at level-0 from '!scenes!HQh59CbrrgYGcg9C' @ 72057594037927935 : 1 .. '!scenes!gw2phPvl4tAtGWdr' @ 0 : 0; will stop at (end)
2024/05/23-11:38:27.503148 7f803fe006c0 Manual compaction at level-1 from '!scenes!HQh59CbrrgYGcg9C' @ 72057594037927935 : 1 .. '!scenes!gw2phPvl4tAtGWdr' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.420182 7f879fe006c0 Recovering log #158
2024/05/05-18:39:53.431034 7f879fe006c0 Delete type=3 #156
2024/05/05-18:39:53.431183 7f879fe006c0 Delete type=0 #158
2024/05/05-18:40:31.450832 7f879e4006c0 Level-0 table #164: started
2024/05/05-18:40:31.450874 7f879e4006c0 Level-0 table #164: 0 bytes OK
2024/05/05-18:40:31.458459 7f879e4006c0 Delete type=0 #162
2024/05/05-18:40:31.458744 7f879e4006c0 Manual compaction at level-0 from '!scenes!HQh59CbrrgYGcg9C' @ 72057594037927935 : 1 .. '!scenes!gw2phPvl4tAtGWdr' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.458821 7f879e4006c0 Manual compaction at level-1 from '!scenes!HQh59CbrrgYGcg9C' @ 72057594037927935 : 1 .. '!scenes!gw2phPvl4tAtGWdr' @ 0 : 0; will stop at (end)
2024/05/23-11:35:06.913278 7f80456006c0 Recovering log #163
2024/05/23-11:35:06.966461 7f80456006c0 Delete type=3 #161
2024/05/23-11:35:06.966522 7f80456006c0 Delete type=0 #163
2024/05/23-11:35:52.428674 7f803fe006c0 Level-0 table #168: started
2024/05/23-11:35:52.431882 7f803fe006c0 Level-0 table #168: 1852 bytes OK
2024/05/23-11:35:52.438605 7f803fe006c0 Delete type=0 #166
2024/05/23-11:35:52.438836 7f803fe006c0 Manual compaction at level-0 from '!scenes!HQh59CbrrgYGcg9C' @ 72057594037927935 : 1 .. '!scenes!gw2phPvl4tAtGWdr' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.469452 7f803fe006c0 Manual compaction at level-1 from '!scenes!HQh59CbrrgYGcg9C' @ 72057594037927935 : 1 .. '!scenes!gw2phPvl4tAtGWdr' @ 0 : 0; will stop at '!scenes!gw2phPvl4tAtGWdr' @ 6 : 1
2024/05/23-11:35:52.469462 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.472796 7f803fe006c0 Generated table #169@1: 2 keys, 1852 bytes
2024/05/23-11:35:52.472813 7f803fe006c0 Compacted 1@1 + 1@2 files => 1852 bytes
2024/05/23-11:35:52.479542 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.479654 7f803fe006c0 Delete type=2 #160
2024/05/23-11:35:52.479826 7f803fe006c0 Delete type=2 #168
2024/05/23-11:35:52.479923 7f803fe006c0 Manual compaction at level-1 from '!scenes!gw2phPvl4tAtGWdr' @ 6 : 1 .. '!scenes!gw2phPvl4tAtGWdr' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000228
MANIFEST-000233

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:06.006776 7f8046a006c0 Recovering log #226
2024/05/23-11:35:06.072275 7f8046a006c0 Delete type=3 #224
2024/05/23-11:35:06.072386 7f8046a006c0 Delete type=0 #226
2024/05/23-11:35:52.174818 7f803fe006c0 Level-0 table #231: started
2024/05/23-11:35:52.179219 7f803fe006c0 Level-0 table #231: 24083 bytes OK
2024/05/23-11:35:52.186301 7f803fe006c0 Delete type=0 #229
2024/05/23-11:35:52.186496 7f803fe006c0 Manual compaction at level-0 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!wtaRcYc7u6m7AfFj' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.220501 7f803fe006c0 Manual compaction at level-1 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!wtaRcYc7u6m7AfFj' @ 0 : 0; will stop at '!items!wtaRcYc7u6m7AfFj' @ 130 : 1
2024/05/23-11:35:52.220512 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.224279 7f803fe006c0 Generated table #232@1: 33 keys, 24083 bytes
2024/05/23-11:35:52.224322 7f803fe006c0 Compacted 1@1 + 1@2 files => 24083 bytes
2024/05/23-11:35:52.230365 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.230488 7f803fe006c0 Delete type=2 #223
2024/05/23-11:35:52.230656 7f803fe006c0 Delete type=2 #231
2024/05/23-11:35:52.230767 7f803fe006c0 Manual compaction at level-1 from '!items!wtaRcYc7u6m7AfFj' @ 130 : 1 .. '!items!wtaRcYc7u6m7AfFj' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.282116 7f80474006c0 Recovering log #230
2024/05/23-11:36:26.293325 7f80474006c0 Delete type=3 #228
2024/05/23-11:36:26.293386 7f80474006c0 Delete type=0 #230
2024/05/23-11:38:26.753896 7f803fe006c0 Level-0 table #236: started
2024/05/23-11:38:26.753956 7f803fe006c0 Level-0 table #236: 0 bytes OK
2024/05/23-11:38:26.790875 7f803fe006c0 Delete type=0 #234
2024/05/23-11:38:26.832796 7f803fe006c0 Manual compaction at level-0 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!wtaRcYc7u6m7AfFj' @ 0 : 0; will stop at (end)
2024/05/23-11:38:26.832839 7f803fe006c0 Manual compaction at level-1 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!wtaRcYc7u6m7AfFj' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.216015 7f879fe006c0 Recovering log #221
2024/05/05-18:39:53.226518 7f879fe006c0 Delete type=3 #219
2024/05/05-18:39:53.226615 7f879fe006c0 Delete type=0 #221
2024/05/05-18:40:31.339390 7f879e4006c0 Level-0 table #227: started
2024/05/05-18:40:31.339443 7f879e4006c0 Level-0 table #227: 0 bytes OK
2024/05/05-18:40:31.346621 7f879e4006c0 Delete type=0 #225
2024/05/05-18:40:31.368696 7f879e4006c0 Manual compaction at level-0 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!wtaRcYc7u6m7AfFj' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.368782 7f879e4006c0 Manual compaction at level-1 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!wtaRcYc7u6m7AfFj' @ 0 : 0; will stop at (end)
2024/05/23-11:35:06.006776 7f8046a006c0 Recovering log #226
2024/05/23-11:35:06.072275 7f8046a006c0 Delete type=3 #224
2024/05/23-11:35:06.072386 7f8046a006c0 Delete type=0 #226
2024/05/23-11:35:52.174818 7f803fe006c0 Level-0 table #231: started
2024/05/23-11:35:52.179219 7f803fe006c0 Level-0 table #231: 24083 bytes OK
2024/05/23-11:35:52.186301 7f803fe006c0 Delete type=0 #229
2024/05/23-11:35:52.186496 7f803fe006c0 Manual compaction at level-0 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!wtaRcYc7u6m7AfFj' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.220501 7f803fe006c0 Manual compaction at level-1 from '!items!0LlzDyCurJedqeyG' @ 72057594037927935 : 1 .. '!items!wtaRcYc7u6m7AfFj' @ 0 : 0; will stop at '!items!wtaRcYc7u6m7AfFj' @ 130 : 1
2024/05/23-11:35:52.220512 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.224279 7f803fe006c0 Generated table #232@1: 33 keys, 24083 bytes
2024/05/23-11:35:52.224322 7f803fe006c0 Compacted 1@1 + 1@2 files => 24083 bytes
2024/05/23-11:35:52.230365 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.230488 7f803fe006c0 Delete type=2 #223
2024/05/23-11:35:52.230656 7f803fe006c0 Delete type=2 #231
2024/05/23-11:35:52.230767 7f803fe006c0 Manual compaction at level-1 from '!items!wtaRcYc7u6m7AfFj' @ 130 : 1 .. '!items!wtaRcYc7u6m7AfFj' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000225
MANIFEST-000230

View File

@ -1,15 +1,8 @@
2024/05/23-11:35:06.852216 7f80460006c0 Recovering log #223
2024/05/23-11:35:06.905856 7f80460006c0 Delete type=3 #221
2024/05/23-11:35:06.905914 7f80460006c0 Delete type=0 #223
2024/05/23-11:35:52.479991 7f803fe006c0 Level-0 table #228: started
2024/05/23-11:35:52.483162 7f803fe006c0 Level-0 table #228: 3107 bytes OK
2024/05/23-11:35:52.489459 7f803fe006c0 Delete type=0 #226
2024/05/23-11:35:52.517204 7f803fe006c0 Manual compaction at level-0 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.517291 7f803fe006c0 Manual compaction at level-1 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 62 : 1
2024/05/23-11:35:52.517306 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.520711 7f803fe006c0 Generated table #229@1: 21 keys, 3107 bytes
2024/05/23-11:35:52.520728 7f803fe006c0 Compacted 1@1 + 1@2 files => 3107 bytes
2024/05/23-11:35:52.527079 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.527196 7f803fe006c0 Delete type=2 #220
2024/05/23-11:35:52.527314 7f803fe006c0 Delete type=2 #228
2024/05/23-11:35:52.555178 7f803fe006c0 Manual compaction at level-1 from '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 62 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2024/05/23-11:36:26.454787 7f8046a006c0 Recovering log #227
2024/05/23-11:36:26.465161 7f8046a006c0 Delete type=3 #225
2024/05/23-11:36:26.465294 7f8046a006c0 Delete type=0 #227
2024/05/23-11:38:27.157060 7f803fe006c0 Level-0 table #233: started
2024/05/23-11:38:27.157101 7f803fe006c0 Level-0 table #233: 0 bytes OK
2024/05/23-11:38:27.198813 7f803fe006c0 Delete type=0 #231
2024/05/23-11:38:27.283257 7f803fe006c0 Manual compaction at level-0 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2024/05/23-11:38:27.283295 7f803fe006c0 Manual compaction at level-1 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2024/05/05-18:39:53.405712 7f87a4a006c0 Recovering log #218
2024/05/05-18:39:53.416710 7f87a4a006c0 Delete type=3 #216
2024/05/05-18:39:53.416821 7f87a4a006c0 Delete type=0 #218
2024/05/05-18:40:31.441889 7f879e4006c0 Level-0 table #224: started
2024/05/05-18:40:31.441925 7f879e4006c0 Level-0 table #224: 0 bytes OK
2024/05/05-18:40:31.450655 7f879e4006c0 Delete type=0 #222
2024/05/05-18:40:31.458722 7f879e4006c0 Manual compaction at level-0 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2024/05/05-18:40:31.458798 7f879e4006c0 Manual compaction at level-1 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2024/05/23-11:35:06.852216 7f80460006c0 Recovering log #223
2024/05/23-11:35:06.905856 7f80460006c0 Delete type=3 #221
2024/05/23-11:35:06.905914 7f80460006c0 Delete type=0 #223
2024/05/23-11:35:52.479991 7f803fe006c0 Level-0 table #228: started
2024/05/23-11:35:52.483162 7f803fe006c0 Level-0 table #228: 3107 bytes OK
2024/05/23-11:35:52.489459 7f803fe006c0 Delete type=0 #226
2024/05/23-11:35:52.517204 7f803fe006c0 Manual compaction at level-0 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)
2024/05/23-11:35:52.517291 7f803fe006c0 Manual compaction at level-1 from '!tables!zV2oJy8JZE0nngRY' @ 72057594037927935 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 62 : 1
2024/05/23-11:35:52.517306 7f803fe006c0 Compacting 1@1 + 1@2 files
2024/05/23-11:35:52.520711 7f803fe006c0 Generated table #229@1: 21 keys, 3107 bytes
2024/05/23-11:35:52.520728 7f803fe006c0 Compacted 1@1 + 1@2 files => 3107 bytes
2024/05/23-11:35:52.527079 7f803fe006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2024/05/23-11:35:52.527196 7f803fe006c0 Delete type=2 #220
2024/05/23-11:35:52.527314 7f803fe006c0 Delete type=2 #228
2024/05/23-11:35:52.555178 7f803fe006c0 Manual compaction at level-1 from '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 62 : 1 .. '!tables.results!zV2oJy8JZE0nngRY.wTMX1TbxljHmHImp' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000135
MANIFEST-000140

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