Re: [DISCUSS] Streamline batch add requests

2023-03-20 Thread Horizon
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 >> -

Re: [DISCUSS] Streamline batch add requests

2023-03-20 Thread 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 > - Choose one thread to process the written request > - Write the ent

[DISCUSS] Streamline batch add requests

2023-03-15 Thread Hang Chen
### 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