wangjun
wangjun
Descriptions of the changes in this PR: issue : #2974 **BUG REPORT** ***Describe the bug*** When the journal directory is configured to be even, the ledger allocated to each journal...
Descriptions of the changes in this PR: ### Motivation When using the singleentrylog mode, depending on the throughput, for example, under the throughput of 200m / s, The default value...
Descriptions of the changes in this PR: Motivation When bookie GC encounters an entryLog file with disordered data, a IllegalArgumentException are not caught, resulting in the death of the GC...
… write process Descriptions of the changes in this PR: add a synchronized createNewLog method in EntryLogManagerForSingleEntryLog. ### Motivation we use SortedLedgerStorage+EntryLogManagerForSingleEntryLog. When the entrylog file managed by EntryLogManagerForSingleEntryLog reaches...
**BUG REPORT** ***Describe the bug*** When the journal directory is configured to be even, the ledger allocated to each journal will be uneven. The root cause is that almost all...