>From the subject, this looks like a client-side timeout (thrown by the >driver). I have seen situations where the client/driver timeout of 2 seconds >is a shorter timeout than on the server side (10 seconds). So, the server >doesn’t really note any problem. Unless this is a very remote client and you >suspect network-related latency, I would start by looking at the query that >generates the timeout and the schema of the table. Make sure that you are >querying WITHIN a partition and not ACROSS partitions. There are plenty of >other potential problems, but you would need to give us more data to guide >those discussions.
Sean R. Durity From: Bowen Song via user <user@cassandra.apache.org> Sent: Tuesday, November 8, 2022 1:53 PM To: user@cassandra.apache.org Subject: [EXTERNAL] Re: Query drivertimeout PT2S This is a mailing list for the Apache Cassandra, and that's not the same as DataStax Enterprise Cassandra you are using. We may still be able to help here if you could provide more details, such as the queries, table schema, system stats (cpu, This is a mailing list for the Apache Cassandra, and that's not the same as DataStax Enterprise Cassandra you are using. We may still be able to help here if you could provide more details, such as the queries, table schema, system stats (cpu, ram, disk io, network, and so on), logs, table stats, etc., but if it's a DSE Cassandra specific issue, you may have better luck contacting DataStax directly or posting it on the DataStax Community [community.datastax.com]<https://urldefense.com/v3/__https:/community.datastax.com/topics/82/cassandra.html__;!!M-nmYVHPHQ!JeQFduuBvu8AGLCMA3uqnA0pnlFvt5Iqg2uUP1aQQXjlHf7LRNqEotOSqIsxVc0j6sT7uh_U3G__LbiyoZ-2QrKTN0Q$>. On 08/11/2022 14:58, Shagun Bakliwal wrote: Hi All, My application is frequently getting timeout errors since 2 weeks now. I'm using datastax Cassandra 4.14 Can someone help me here? Thanks, Shagun INTERNAL USE