Re: Modify the structure of LedgerDirsManager

2022-09-16 Thread steven lu
equal to other structures (for example: > > > > DefaultEntryLogger ) and cannot be 1-to-1 > > > > 2. so we need to split into multiple LedgerDirsManager with only one > dir > > > > > > > > this bring tedious conversion, and it is easy for developers to &

Re: Modify the structure of LedgerDirsManager

2022-07-13 Thread Enrico Olivelli
we need to split into multiple LedgerDirsManager with only one dir > > > > > > this bring tedious conversion, and it is easy for developers to forget, > > > resulting in conversion problems, > > > so I want to modify the structure of LedgerDirsManager: > >

Re: Modify the structure of LedgerDirsManager

2022-07-13 Thread steven lu
equal to other structures (for example: > > DefaultEntryLogger ) and cannot be 1-to-1 > > 2. so we need to split into multiple LedgerDirsManager with only one dir > > > > this bring tedious conversion, and it is easy for developers to forget, > > resulting in c

Re: Modify the structure of LedgerDirsManager

2022-07-13 Thread Enrico Olivelli
t into multiple LedgerDirsManager with only one dir > > this bring tedious conversion, and it is easy for developers to forget, > resulting in conversion problems, > so I want to modify the structure of LedgerDirsManager: > 1. change it to LedgerDirManager(just only corresponds to one d

Modify the structure of LedgerDirsManager

2022-07-13 Thread steven lu
for developers to forget, resulting in conversion problems, so I want to modify the structure of LedgerDirsManager: 1. change it to LedgerDirManager(just only corresponds to one dir) 2. when more than one is needed, use list to store