Re: Ext4 data corruption in stable kernels

2023-12-11 Thread Jacek Lewandowski
Frankly there only two kernel versions mentioned there. I've created https://issues.apache.org/jira/browse/CASSANDRA-19196 to do something with that. pon., 11 gru 2023 o 21:05 Jon Haddad napisał(a): > Like I said, I didn't have time to verify the full scope and what's > affected, just that some

Re: [Discuss] ​​CEP-35: Add PIP support for CQLSH

2023-12-11 Thread Brad
I'll add, the process for packaging CQLSH similar if not identical to how the Python driver will be packaged by Apache for pypl.org once the driver donation in CEP-8 is completed. The python driver already h

Re: Ext4 data corruption in stable kernels

2023-12-11 Thread Jon Haddad
Like I said, I didn't have time to verify the full scope and what's affected, just that some stable kernels are affected. Adding to the problem is that it might be vendor specific as well. For example, RH might backport an upstream patch in the kernel they ship that's non-standard. Hopefully som

Re: Ext4 data corruption in stable kernels

2023-12-11 Thread Jacek Lewandowski
Aren't only specific kernels affected? If we can detect the kernel version, the feature can be force disabled with the problematic kernels pon., 11 gru 2023, 20:45 użytkownik Jon Haddad napisał: > Hey folks, > > Just wanted to raise awareness about a I/O issue that seems to be > affecting some

Ext4 data corruption in stable kernels

2023-12-11 Thread Jon Haddad
Hey folks, Just wanted to raise awareness about a I/O issue that seems to be affecting some Linux Kernal releases that were listed as STABLE, causing corruption when using the ext4 filesystem with direct I/O. I don't have time to get a great understanding of the full scope of the issue, what vers

Custom FSError and CommitLog Error Handling

2023-12-11 Thread Raymond Huffman
Hello All, On our fork of Cassandra, we've implemented some custom behavior for handling CommitLog and SSTable Corruption errors. Specifically, if a node detects one of those errors, we want the node to stop itself, and if the node is restarted, we want initialization to fail. This is useful in Ku

Re: [VOTE] Release Apache Cassandra Java Driver 4.18.0

2023-12-11 Thread Brandon Williams
+1 Kind Regards, Brandon On Sat, Dec 9, 2023 at 1:43 AM Mick Semb Wever wrote: > > Proposing the test build of Cassandra Java Driver 4.18.0 for release. > > sha1: 105d378fce16804a8af4c26cf732340a0c63b3c9 > Git: https://github.com/apache/cassandra-java-driver/tree/4.18.0 > Maven Artifacts: > http

Re: [VOTE] Release Apache Cassandra Java Driver 4.18.0

2023-12-11 Thread Mick Semb Wever
> > The vote will be open for 72 hours (longer if needed). Everyone who has > tested the build is invited to vote. Votes by PMC members are considered > binding. A vote passes if there are at least three binding +1s and no -1's. > +1

Re: [VOTE] Release Apache Cassandra Java Driver 4.18.0

2023-12-11 Thread Mick Semb Wever
Thanks Alex. > The only caveat for integrators, apart from the GAV coordinates change, is > that 2 dependencies were moved to provided scope: spotbugs-annotations > and jcip-annotations, so these must be provided explicitly. > We will need to document this. They needed to be made provided for

Can't make it to Cassandra Summit but want to see the talks?

2023-12-11 Thread Patrick McFadin
Hi everyone, The Linux Foundation will be streaming all of the talks from the Cassandra Summit. Finding the streams is very easy. Go to the conference schedule: https://events.linuxfoundation.org/cassandra-summit/program/schedule/ Each talk has a YouTube link associated with it. The Keynotes and

Re: Long tests, Burn tests, Simulator tests, Fuzz tests - can we clarify the diffs?

2023-12-11 Thread Benedict
Why do we want to move to JUnit 5? I’m generally opposed to churn unless well justified, which it may be - just not immediately obvious to me.On 11 Dec 2023, at 08:33, Jacek Lewandowski wrote:Nobody referred so far to the idea of moving to JUnit 5, what are the opinions?niedz., 10 gru 2023 o 11:0

Re: [VOTE] Release Apache Cassandra Java Driver 4.18.0

2023-12-11 Thread Alexandre DUTRA
+1 (non-binding) I tested checksums and GPG signatures. I also built the Cassandra Quarkus extension with the new driver, which is imho a good test since it also exercises the reactive API. All tests passed locally: https://github.com/datastax/cassandra-quarkus/compare/main...adutra:cassandra-qua

Re: Welcome Mike Adamson as Cassandra committer

2023-12-11 Thread Berenguer Blasi
Well done Sir! Congrats On 9/12/23 13:47, Piotr Kołaczkowski wrote: Congratulations, Mike! Well deserved, working with you has always been a pleasure! Wiadomość napisana przez Melissa Logan w dniu 09.12.2023, o godz. 02:35:  Congratulations, Mike! On Fri, Dec 8, 2023 at 11:13 AM David C

Re: Long tests, Burn tests, Simulator tests, Fuzz tests - can we clarify the diffs?

2023-12-11 Thread Jacek Lewandowski
Nobody referred so far to the idea of moving to JUnit 5, what are the opinions? niedz., 10 gru 2023 o 11:03 Benedict napisał(a): > Alex’s suggestion was that we meta randomise, ie we randomise the config > parameters to gain better rather than lesser coverage overall. This means > we cover the