Nice work.
> 2023年3月20日 20:58,Hang Chen 写道:
>
> If there are no objections, I will send out the vote.
>
> Thanks,
> Hang
>
> Hang Chen 于2023年3月16日周四 10:15写道:
>>
>> ### Motivation
>> The bookie server process add-entry requests pipeline:
>> - Get one request from the Netty socket channel
>> -
If there are no objections, I will send out the vote.
Thanks,
Hang
Hang Chen 于2023年3月16日周四 10:15写道:
>
> ### Motivation
> The bookie server process add-entry requests pipeline:
> - Get one request from the Netty socket channel
> - Choose one thread to process the written request
> - Write the ent
### Motivation
The bookie server process add-entry requests pipeline:
- Get one request from the Netty socket channel
- Choose one thread to process the written request
- Write the entry into the target ledger entry logger's write
cache(memory table)
- Put the entry into the journal's pending queue