wangjun

Results 5 issues of 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...

area/bookie
type/improvement

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...

area/bookie
type/improvement

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...

type/bug
release/4.15.6

… 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...

type/bug
release/4.14.9
release/4.15.6

**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...

type/bug