Re: producer purgatory

2023-03-08 Thread David Ballano Fernandez
Thanks Andrew. I'll give linger.ms a try. I was testing worse case scenarios so linger.ms was set to 0. also the producer was doing ack=all. which definitely adds all the producer requests to the purgatory waiting to be acknowledged. thanks. On Sat, Mar 4, 2023 at 2:57 PM Andrew Grant wrote:

Re: producer purgatory

2023-03-04 Thread Andrew Grant
Hey David, The followers replicate from the leader and when they do that they write to their own local log. For the ceph cluster, it sounds like the followers writes to their local log are slower? Seems like that would sense if those writes are going over the network. This could explain why the le

Re: producer purgatory

2023-02-27 Thread David Ballano Fernandez
thank you! On Mon, Feb 27, 2023 at 12:37 PM David Ballano Fernandez < dfernan...@demonware.net> wrote: > Hi guys, > > I am loadtesting a couple clusters one with local ssd disks and another > one with ceph. > > Both clusters have the same amount of cpu/ram and they are configured the > same way.