Re: Increased read latency with Cassandra >= 3.11.7

2020-11-04 Thread Johannes Weißl
Hi Nico, On Mon, Sep 14, 2020 at 03:51PM +0200, Nicolai Lune Vest wrote: > after upgrading my Cassandra nodes from version 3.11.6 to either > 3.11.7 or 3.11.8 I experience a significant increase in read latency. Have you (or others) any update on that? Does the version 3.11.9 released today provi

Re: Increased read latency with Cassandra >= 3.11.7

2021-02-10 Thread Johannes Weißl
Hi Nico, On Mon, Sep 14, 2020 at 03:51PM +0200, Nicolai Lune Vest wrote: > after upgrading my Cassandra nodes from version 3.11.6 to either > 3.11.7 or 3.11.8 I experience a significant increase in read latency Any update here? Does version 3.11.10 provide any improvement? Thanks, Johannes ---

Slow unit tests with Cassandra 4.x on macOS

2022-06-01 Thread Johannes Weißl
Hello, We noticed that our unit tests are way slower on macOS after the upgrade from Cassandra 3.11.x to 4.x, e.g. over 8 minutes instead of 30 seconds (!). On Linux the duration stays more or less the same. After debugging, we found that operations like "DROP KEYSPACE" seem responsible for the i

Re: Slow unit tests with Cassandra 4.x on macOS

2022-06-09 Thread Johannes Weißl
> Johannes, I've copied the Dev ML to hopefully get a wider audience. Cheers! > > > > On Wed, 1 Jun 2022 at 21:25, Johannes Weißl wrote: > > > Hello, > > > > > > We noticed that our unit tests are way slower on macOS after the upgrade > &