Re: Determining if data will be created on Cassandra Write Exceptions

2017-02-16 Thread rouble
Thanks for the links. I get that all queries need to be idempotent, and we should use retries for data consistency. But, what happens when the retries fail? Then, the data *may* be there. To maintain consistency we need to rollback any created data, correct? tia, rouble On Wed, Feb 15, 2017 at

Determining if data will be created on Cassandra Write Exceptions

2017-02-14 Thread rouble
ack in every case does not seem practical. tia, Rouble