This sounds like the clock on your Cassandra servers are not in sync. Can you please ensure all Cassandra servers have their clock synced (usually via NTP) and retry this?

On 05/05/2021 14:42, Joe Obernberger wrote:
Want to add - I am seeing this in the log:
INFO  [ScheduledTasks:1] 2021-05-05 09:36:05,022 MessagingMetrics.java:206 - COUNTER_MUTATION_RSP messages were dropped in last 5000 ms: 0 internal and 1 cross node. Mean internal dropped latency: 0 ms and Mean cross-node dropped latency: 21356 ms

-joe

On 5/5/2021 9:35 AM, Joe Obernberger wrote:
I'm seeing some odd behavior with RC1 and counters - from cqlsh:

cqlsh> select * from doc.seq;

 id   | doccount
------+----------
   DS |        1
 DS_1 |      844

(2 rows)
cqlsh> update doc.seq set doccount=doccount+1 where id='DS_1';
OperationTimedOut: errors={'172.16.100.208:9042': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=172.16.100.208:9042

Any ideas what to check?  nodetool status -r shows everything up, and I don't see errors in the logs.

-Joe

Reply via email to