Re: Behavior of replicas and forwarded requests

2025-05-27 Thread Abe Ratnofsky
Hey Kyle, What version of Cassandra are you running? Can you share the full (anonymized) schema, including keyspace and table definitions? The trace behavior you’re seeing here might be caused by read speculation: https://cassandra.apache.org/doc/5.0/cassandra/developing/cql/ddl.html#spec_retry

Re: Cassandra 5.0 nodetool availability changes

2025-03-17 Thread Abe Ratnofsky
Hey Tibor - this was recently brought up in ASF Slack, fix is in review: CASSANDRA-19902

Re: Unexplained stuck memtable flush

2024-11-08 Thread Abe Ratnofsky
Hey Bowen, Are you able to reproduce the issue without running com.datastax.oss.cdc.agent? I don't see any glaringly obvious bugs there indicated by the thread dump, but it would be useful to rule that out, particularly because it runs as an agent and manages new instances of C*-defined classes

Re: Resources on Using Single Vnode in Cassandra

2024-10-08 Thread Abe Ratnofsky
Here’s the best post I’m aware of: https://jolynch.github.io/pdf/cassandra-availability-virtual.pdf > On Oct 7, 2024, at 17:30, Long Pan wrote: > >  > Hi Cassandra Community, > > I’m currently exploring the use of single vnode (single token) per node in > large-scale Cassandra deployments. I

Re: DefaultDriverOption default values

2024-10-01 Thread Abe Ratnofsky
The user list is a more appropriate place for this kind of question. Here’s the default reference.conf configuration file: https://github.com/apache/cassandra-java-driver/blob/4.x/core/src/main/resources/reference.conf Docs on configuration here: https://github.com/apache/cassandra-java-driver/

Re: ssl certificate hot reloading test - cassandra 4.1

2024-04-15 Thread Abe Ratnofsky
Not to derail from the original conversation too far, but wanted to agree that maximum connection establishment time on native transport would be useful. That would provide a maximum duration before an updated client keystore is used for connections, which can be used to safely roll out client k

Re: How the write path finds the N nodes to write to?

2023-08-30 Thread Abe Ratnofsky
> if the replication factor is 3 it just picks the other two nodes following > the ring clockwise. The coordinator for a given mutation is not necessarily a replica (depending on whether token-aware routing is used by the client) so it may have to forward to RF remote nodes, then wait for the r

Re: Cassandra p95 latencies

2023-08-10 Thread Abe Ratnofsky
40ms is definitely higher than expected. Have you run your queries with TRACING enabled to see where the latency is coming from?https://docs.datastax.com/en/cql-oss/3.3/cql/cql_reference/cqlshTracing.html40ms is also a fairly specific duration: https://eklitzke.org/the-caveats-of-tcp-nodelay> On Li

Re: nodetool suddenly failing with "Access denied!"

2023-02-26 Thread Abe Ratnofsky
Hey Mitch, The security upgrade schedule that your colleague is working on may well be relevant. Is your entire cluster on 3.11.6 or are the failing hosts possibly on a newer version? Abe > On Feb 26, 2023, at 10:38, Mitch Gitman wrote: > >  > We're running Cassandra 3.11.6 on AWS EC2 insta