Re: [DISCUSS] Throughput issues when inserting on contended partitions

2021-12-03 Thread Benjamin Lerer
Thanks for your answer.  I will review the patches and port them to 4.0 Le jeu. 2 déc. 2021 à 07:08, Berenguer Blasi a écrit : > +1 it's severe enough I also think it should go in. > > On 1/12/21 18:10, Dinesh Joshi wrote: > > +1 > > > > Dinesh > > > >> On Dec 1, 2021, at 5:59 AM, Mick Semb

Re: [DISCUSS] Throughput issues when inserting on contended partitions

2021-12-01 Thread Berenguer Blasi
+1 it's severe enough I also think it should go in. On 1/12/21 18:10, Dinesh Joshi wrote: > +1 > > Dinesh > >> On Dec 1, 2021, at 5:59 AM, Mick Semb Wever wrote: >> >>  >>> I am wondering if we should not consider implementing those changes in 4.0 >>> considering the fact that they will fix

Re: [DISCUSS] Throughput issues when inserting on contended partitions

2021-12-01 Thread Dinesh Joshi
+1 Dinesh > On Dec 1, 2021, at 5:59 AM, Mick Semb Wever wrote: > >  >> >> I am wondering if we should not consider implementing those changes in 4.0 >> considering the fact that they will fix serious existing issues and would >> like to hear your options about it. > > > +1 to see them land

Re: [DISCUSS] Throughput issues when inserting on contended partitions

2021-12-01 Thread Mick Semb Wever
> I am wondering if we should not consider implementing those changes in 4.0 > considering the fact that they will fix serious existing issues and would > like to hear your options about it. +1 to see them land in a 4.0.x This has hit a number of users, and is an unfortunate reason some go back

Re: [DISCUSS] Throughput issues when inserting on contended partitions

2021-11-29 Thread bened...@apache.org
: [DISCUSS] Throughput issues when inserting on contended partitions I think it makes a lot of sense to fix these in 4.0, they have been lingering issues long enough. +1 On Mon, Nov 29, 2021 at 10:59 AM Benjamin Lerer wrote: > > Hi everybody, > > We have seen some serious throughput issues wh

Re: [DISCUSS] Throughput issues when inserting on contended partitions

2021-11-29 Thread Brandon Williams
I think it makes a lot of sense to fix these in 4.0, they have been lingering issues long enough. +1 On Mon, Nov 29, 2021 at 10:59 AM Benjamin Lerer wrote: > > Hi everybody, > > We have seen some serious throughput issues when inserting data with > collections on contended partitions (

[DISCUSS] Throughput issues when inserting on contended partitions

2021-11-29 Thread Benjamin Lerer
Hi everybody, We have seen some serious throughput issues when inserting data with collections on contended partitions ( CASSANDRA-17163 and CASSANDRA-15464 ). Benedict has created some