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 > (!). >

Re: The "Cassandra Corner" podcast

2022-06-01 Thread Patrick McFadin
Things I have learned about the Cassandra Community... You all love some RSS! On Wed, Jun 1, 2022 at 12:18 PM Aaron Ploetz wrote: > Maxn, > > Ah! That's because I had to explicitly enable RSS in the settings. Doh! > > Give that URL another shot and let me know if it doesn't work. > > Thanks,

Re: The "Cassandra Corner" podcast

2022-06-01 Thread Aaron Ploetz
Maxn, Ah! That's because I had to explicitly enable RSS in the settings. Doh! Give that URL another shot and let me know if it doesn't work. Thanks, Aaron On Wed, Jun 1, 2022 at 12:54 PM Max Campos wrote: > Hi Aaron, > > Do you have the RSS feed URL handy? I looked at the source of the p

Re: The "Cassandra Corner" podcast

2022-06-01 Thread Max Campos
Hi Aaron, Do you have the RSS feed URL handy? I looked at the source of the page, and it shows this: https://anchor.fm/s/99c5e268/podcast/rss https://anchor.fm/s/99c5e268/podcast/rss>" /> … which leads to a 404. Thanks. - Max > On Jun 1, 2022, at 6:55 am, Aaron Ploetz wrote: >

The "Cassandra Corner" podcast

2022-06-01 Thread Aaron Ploetz
We have our first episode of the "Cassandra Corner" available on the Anchor/Spotify platform! A big thanks to Lakhan Samani of the Authorizer project for being our first guest. If interested, you can listen to it here: https://anchor.fm/cassandra-corner/episodes/ep

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