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