Re: [DISCUSS] BP-49: Support reading ahead in async mode

2022-03-17 Thread Zhanpeng Wu
Hi community, any suggestion for this proposal? Zhanpeng Wu 于2022年3月17日周四 10:00写道: > Master issue: https://github.com/apache/bookkeeper/issues/3085 > > > > ### Motivation > > Current Design of Read-ahead > > Under the current design of read-ahead, every `read-entry` request that > the

[DISCUSS] BP-49: Support reading ahead in async mode

2022-03-16 Thread Zhanpeng Wu
Master issue: https://github.com/apache/bookkeeper/issues/3085 ### Motivation Current Design of Read-ahead Under the current design of read-ahead, every `read-entry` request that the entry data is required to be read from main storage eventually, will force a read-ahead operation thro