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

2022-06-09 Thread Johannes Weißl
Hi Jacek, The unit tests are from the company I work at, so I cannot share any link. They repeatedly create and drop schemas as part of the unit test setup and teardown methods. If it helps, I can provide minimal executable examples, but I thought maybe the problem is already known (after all, I

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

2022-06-01 Thread Erick Ramirez
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 > from Cassandra 3.11.x to 4.x, e.g. over 8 minutes instead of 30 seconds > (!). >

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