how to rapidly increment counters in Cassandra w/o staleness
I have a Cassandra question. Do you know how Cassandra does updates/increments of counters? I want to use a storm bolt (CassandraCounterBatchingBolt from storm-contrib repo on github) which writes into cassandra. However, I'm not sure how some of the implementation of the incrementCounterColumn() method works .. and there is also the limitations with cassandra counters (from: http://wiki.apache.org/cassandra/Counters ) which makes them useless for my scenario IMHO: If a write fails unexpectedly (timeout or loss of connection to the coordinator node) the client will not know if the operation