Re: Inconsistencies between two tables if BATCH used

2015-01-16 Thread Robert Coli
On Fri, Jan 16, 2015 at 12:58 AM, Michał Łowicki wrote: > Done. https://issues.apache.org/jira/browse/CASSANDRA-8636 > Thank you for closing the loop and including the link in your reply. Future searchers will appreciate. =Rob

Re: Inconsistencies between two tables if BATCH used

2015-01-16 Thread Michał Łowicki
Done. https://issues.apache.org/jira/browse/CASSANDRA-8636 On Thu, Jan 15, 2015 at 7:46 PM, Robert Coli wrote: > On Thu, Jan 15, 2015 at 9:09 AM, Michał Łowicki > wrote: > >> We were using LOCAL_QUROUM. C* 2.1.2. Two datacenters. We didn't get any >> exceptions while inserts or deletes. BatchQu

Re: Inconsistencies between two tables if BATCH used

2015-01-15 Thread Robert Coli
On Thu, Jan 15, 2015 at 9:09 AM, Michał Łowicki wrote: > We were using LOCAL_QUROUM. C* 2.1.2. Two datacenters. We didn't get any > exceptions while inserts or deletes. BatchQuery from cqlengine (0.20.0) has > been used. > > If BatchQuery is not used: > > Everything is fine. We don't have more

Inconsistencies between two tables if BATCH used

2015-01-15 Thread Michał Łowicki
Hi, We've two tables in: * First one *entity *has log-like structure - whenever entity is modified we create new version of it and put into the table with new mtime which is part of compound key. Old one is removed. * Second one called *entity_by_id *is manually managed index for *entity*. By havi