Re: Modify the structure of LedgerDirsManager

2022-09-16 Thread steven lu
When I remodeled this time, it was divided into several parts: 1. SortedLedgerStorage supports multiple dirs 2. Changes to tool classes (InterleavedStorageRegenerateIndexOp, LedgersIndexRebuildOp, LocationsIndexRebuildOp) 3. LedgerDirManager single directory transformation Enrico Olivelli 于2022年7

Re: Modify the structure of LedgerDirsManager

2022-07-13 Thread Enrico Olivelli
Il giorno mer 13 lug 2022 alle ore 12:12 steven lu ha scritto: > > only about refactoring BK code 😀 Great. I think we can do the improvements you propose Enrico > > Enrico Olivelli 于2022年7月13日周三 17:25写道: > > > Steven, > > > > Il giorno mer 13 lug 2022 alle ore 09:25 steven lu > > ha scritto:

Re: Modify the structure of LedgerDirsManager

2022-07-13 Thread steven lu
only about refactoring BK code 😀 Enrico Olivelli 于2022年7月13日周三 17:25写道: > Steven, > > Il giorno mer 13 lug 2022 alle ore 09:25 steven lu > ha scritto: > > > > old structure of LedgerDirsManager brings a lot of usage problem: > > 1. LedgerDirsManager is not equal to other structures (for exampl

Re: Modify the structure of LedgerDirsManager

2022-07-13 Thread Enrico Olivelli
Steven, Il giorno mer 13 lug 2022 alle ore 09:25 steven lu ha scritto: > > old structure of LedgerDirsManager brings a lot of usage problem: > 1. LedgerDirsManager is not equal to other structures (for example: > DefaultEntryLogger ) and cannot be 1-to-1 > 2. so we need to split into multiple Led