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 increase. Also interesting: If Cassandra is started via Docker on macOS, the tests run as fast as on Cassandra 3.11.x again. Is this a known phenomenon? Do others experience it as well? Thanks, Johannes