Re: [Discuss] RBF: Aynchronous router RPC.

2024-06-18 Thread zhangjian
response queues. Optimizing queues is easier than optimizing threads. In the future, we can easily implement various queue control strategies to achieve various optimization goals. Best Regards, - Zhangjian > 2024年6月19日 11:09,Zhanghaobo 写道: > > Sir, Got it. thanks for your

Re: [Discuss] RBF: Aynchronous router RPC.

2024-06-05 Thread zhangjian
Hi, xiaoqiao He, thank you so much! Best Regards, - zhangjian > 2024年6月6日 11:33,Xiaoqiao He 写道: > > Hi @zhangjian <1361320...@qq.com> , the dev branch HDFS-17531 is ready now. > FYI. > > Best Regards, > - He Xiaoqiao > > On Tue, Jun 4, 2024 at 10:08 PM zh

Re: [Discuss] RBF: Aynchronous router RPC.

2024-05-30 Thread zhangjian
Hi, thank you all for supporting this proposal! Recently, I will split this huge PR to small PRs. Thank you again! - zhangjian > 2024年5月30日 11:57,Xiaoqiao He 写道: > > Great! It looks like there are no other nothing blockers. > > @zhangjian <1361320...@qq.com> If no other

Re: [Discuss] RBF: Aynchronous router RPC.

2024-05-28 Thread zhangjian
: block through handler synchronization, unable to obtain available handler ) and return standby exception to allow the client to retry other routers (RouterRpcFairnessPolicyController mechanism). Thank you again! zhangjian > 2024年5月29日 07:05,Ayush Saxena 写道: > > Thanx folks, I h

Fwd: [Discuss] RBF: Aynchronous router RPC.

2024-05-28 Thread zhangjian
Hi, any more feedback for this proposal? > 下面是被转发的邮件: > > 发件人: zhangjian <1361320...@qq.com> > 主题: 回复:[Discuss] RBF: Aynchronous router RPC. > 日期: 2024年5月25日 GMT+8 17:23:31 > 收件人: Yuanbo Liu > 抄送: Xiaoqiao He , Ayush Saxena , > inigo...@apache.org, Sangji

Re: [Discuss] RBF: Aynchronous router RPC.

2024-05-25 Thread zhangjian
://issues.apache.org/jira/browse/HDFS-17531 Comparison of Async router & sync router performance.pdf > 2024年5月24日 14:13,Yuanbo Liu 写道: > > good job! > > On Fri, May 24, 2024 at 1:57 AM zhangjian <1361320...@qq.com > <mailto:1361320...@qq.com>> wrote: >>

Re: [Discuss] RBF: Aynchronous router RPC.

2024-05-23 Thread zhangjian
actice, it will improve the throughput of requests forward > significantly > and is very valuable to push it forward. > Thanks again and good luck! > > Best Regards, > - He Xiaoqiao > > On Wed, May 22, 2024 at 9:59 AM zhangjian <1361320...@qq.com> wrote: > >

Re: [Discuss] RBF: Aynchronous router RPC.

2024-05-21 Thread zhangjian
Hi, Sangjin Lee, thank you for your attention. I will use my free time to do a performance comparison recently. > 2024年5月22日 03:42,Sangjin Lee 写道: > > Thanks for the great proposal, Zhangjian. On point #3, I suspect it should > be fairly straightforward to create a small isolat

Re: [Discuss] RBF: Aynchronous router RPC.

2024-05-21 Thread zhangjian
eam NS, > will it cover > this case in this solution. > 3. Considering there is one init-version implementation, did you collect > some benchmark vs > the current synchronous model of DFSRouter? > Thanks again. > > Best Regards, > - He Xiaoqiao > > On Tue, Ma

Re: [Discuss] RBF: Aynchronous router RPC.

2024-05-20 Thread zhangjian
erstanding the > proposal and implementation. > > On Mon, May 20, 2024 at 7:55 AM zhangjian <1361320...@qq.com.invalid> wrote: > >> Hi, Yuanbo liu, thank you for your interest in this feature, I think the >> difficulty of an asynchronous router is not only to implement asy

Re: [Discuss] RBF: Aynchronous router RPC.

2024-05-20 Thread zhangjian
7;m not sure whether virtual thread of higher jdk will help in > this case. > > On Mon, May 20, 2024 at 10:10 AM zhangjian <1361320...@qq.com.invalid> > wrote: > >> Hello everyone, currently there are some shortcomings in the RPC of HDFS >> router: >>