Re: [DISCUSS] Sorting out pulsar's internal thread pools

2023-04-30 Thread Asaf Mesika
I would check with the veterans like Matteo to see what was the initial reasoning behind sharing threads with the BK client. On Tue, Apr 18, 2023 at 1:59 PM Cong Zhao wrote: > I think this is a good idea for the reasonable use of pulsar threads. > > Thanks, > Cong Zhao > > On 2023/04/18 02:07:5

Re: [DISCUSS] Sorting out pulsar's internal thread pools

2023-04-18 Thread Cong Zhao
I think this is a good idea for the reasonable use of pulsar threads. Thanks, Cong Zhao On 2023/04/18 02:07:55 mattisonc...@gmail.com wrote: > > Hello, folks. > > I would like to start discussing the pulsar internal thread pool sorting out. > > How did I get this idea? > > Recently, we met so

Re: [DISCUSS] Sorting out pulsar's internal thread pools

2023-04-18 Thread Zike Yang
Sounds great. +1 Thanks, Zike Yang On Tue, Apr 18, 2023 at 2:37 PM Xiangying Meng wrote: > > Thank you for bringing up this important topic. I completely agree with > this initiative. > This would be a great starting point for revisiting and improving the > Pulsar codebase. > > Thanks, > Xiangyi

Re: [DISCUSS] Sorting out pulsar's internal thread pools

2023-04-17 Thread Xiangying Meng
Thank you for bringing up this important topic. I completely agree with this initiative. This would be a great starting point for revisiting and improving the Pulsar codebase. Thanks, Xiangying On Tue, Apr 18, 2023 at 2:18 PM Lin Lin wrote: > This is a good idea. > > Thanks, > Lin Lin > > On 20

Re: [DISCUSS] Sorting out pulsar's internal thread pools

2023-04-17 Thread Lin Lin
This is a good idea. Thanks, Lin Lin On 2023/04/18 02:07:55 mattisonc...@gmail.com wrote: > > Hello, folks. > > I would like to start discussing the pulsar internal thread pool sorting out. > > How did I get this idea? > > Recently, we met some problems with the BK operation timeout. After

Re: [DISCUSS] Sorting out pulsar's internal thread pools

2023-04-17 Thread Yunze Xu
I agree with this improvement. I had the same idea before but it would take too much time so I didn't continue at that time. Thanks, Yunze On Tue, Apr 18, 2023 at 10:08 AM wrote: > > > Hello, folks. > > I would like to start discussing the pulsar internal thread pool sorting out. > > How did I g

[DISCUSS] Sorting out pulsar's internal thread pools

2023-04-17 Thread mattisonchao
Hello, folks. I would like to start discussing the pulsar internal thread pool sorting out. How did I get this idea? Recently, we met some problems with the BK operation timeout. After investigating, we found an issue that is we share the IO executor(workgroup) with the Bookkeeper client and