Re: [VOTE] Release Apache Cassandra 4.1.6

2024-08-02 Thread Brandon Williams
So where does this leave us with this release? Get Alex's patch committed and reroll, reroll with a NEWS entry, or... ? Kind Regards, Brandon On Thu, Aug 1, 2024 at 9:04 AM Tommy Stendahl via dev wrote: > > Hi, > > First, thanks everyone for considering this. I did not expect such a big > disc

Re: [DISCUSS] Backport CASSANDRA-19800 to Cassandra-4.0, 4.1 and 5.0

2024-08-02 Thread Yifan Cai
I've realized that, although a vote is called, I forgot to create the voting thread. I apologize for the oversight. It looks like there's been no further discussion on this topic, so I'll go ahead and set up a dedicated voting thread for the backport proposal shortly. Please vote once it is up.

Re: [DISCUSS] state of lz4-java

2024-08-02 Thread Štefan Miklošovič
Indeed, I also want to add that I tried to checkout 1.10.0 submodule of lz4 in lz4-java git repository and I built it and all tests of lz4-java just passed fine. That is nice to know but that does not change the fact that there is nobody behind it to drive the releases, do the bug fixes and similar

Re: [DISCUSS] state of lz4-java

2024-08-02 Thread Brandon Williams
I just want to note that lz4 is used for network compression, either between nodes or more importantly for clients, so interoperability is key and we need to be careful about changing things here. Kind Regards, Brandon On Fri, Aug 2, 2024 at 3:05 AM Štefan Miklošovič wrote: > > I just want to ra

[DISCUSS] state of lz4-java

2024-08-02 Thread Štefan Miklošovič
I just want to raise awareness about lz4-java library we use for LZ4 compressor. We are using the version 1.8.0, there is already version 1.10.0 of the underlying lz4 project which lz4-java integrates. We can see from NEWS (1) that after 1.8.0 there are a lot of performance improvements and in 1.1