Re: Cassandra on SLES 15?

2023-03-09 Thread Elliott Sims via user
A quick search shows SLES 15 provides Java 11 (java-11-openjdk), which is just fine for Cassandra 4.x. On Wed, Mar 8, 2023 at 2:56 PM Eric Ferrenbach < eric.ferrenb...@milliporesigma.com> wrote: > We are running Cassandra 4.0.7. > > We are preparing to migrate our nodes from Centos to SUSE

Re: Cassandra in Kubernetes: IP switch decommission issue

2023-03-09 Thread Tom Nora
unsubscribe *Tom Nora * *Startup Growth & Funding* The Book -- HACKING THE CORE *linkedin | twitter

Does Coordinator select fastest node for Digest request In Read Path

2023-03-09 Thread ranju goel
Hi Everyone, If I have a Local_Quorum CL and RF=3, For Read Path Coordinator selects the fastest replica using dynamicSnitch for Read full data , but does it use dynamicSnitch ( or fastest replica) for reading digest data? or it chooses any of the replica for digest? Regards Ranju

Re: [RELEASE] Apache Cassandra 4.0.8 released

2023-03-09 Thread Brandon Williams
It was reported in CASSANDRA-18307 that the Debian and Redhat packages for 4.0.8 did not make it to the jfrog repository - this has now been corrected, sorry for any inconvenience. Kind Regards, Brandon On Tue, Feb 14, 2023 at 3:39 PM Miklosovic, Stefan wrote: > > The Cassandra team is pleased

Re: Does Coordinator select fastest node for Digest request In Read Path

2023-03-09 Thread Miklosovic, Stefan
Hi Ranju, I see this in the code: https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/service/StorageProxy.java#L2096 From: ranju goel Sent: Thursday, March 9, 2023 13:20 To: user@cassandra.apache.org Subject: Does Coordinator

Re: Cassandra in Kubernetes: IP switch decommission issue

2023-03-09 Thread Inès Potier
Hi Cassandra community, Reaching out again in case anyone has recently faced the below issue. Additional opinions on this would be super helpful for us. Thanks in advance, Ines On Thu, Feb 23, 2023 at 3:40 PM Inès Potier wrote: > Hi Cassandra community, > > We have recently encountered a

Re: Cassandra in Kubernetes: IP switch decommission issue

2023-03-09 Thread Jeff Jirsa
I described something roughly similar to this a few years ago on the list. The specific chain you're describing isn't one I've thought about before, but if you open a JIRA for tracking and attribution, I'll ask some folks to take a peek at it. On Thu, Mar 9, 2023 at 10:57 AM Inès Potier wrote: