Re: detecting write retries

2010-04-27 Thread Jonathan Ellis
You'll want to follow https://issues.apache.org/jira/browse/CASSANDRA-580 On Tue, Apr 27, 2010 at 7:06 AM, Maxim Grinev wrote: > Hi all, > if the node that proccesses my write fails, I should retry my write. If my > write increments some counter, the counter will be incremented several times > in

detecting write retries

2010-04-27 Thread Maxim Grinev
Hi all, if the node that proccesses my write fails, I should retry my write. If my write increments some counter, the counter will be incremented several times instead of just once. Does Cassandra support any mechanism to identify write retries to avoid multiple exacution? Maxim