Re: Problem inserting set when query contains IF NOT EXISTS.

2014-01-13 Thread Vladimir Prudnikov
anks what version of Cassandra? > > -Roger > > > > > > *From:* Vladimir Prudnikov [mailto:v.prudni...@gmail.com] > *Sent:* Monday, January 13, 2014 11:57 AM > *To:* user > *Subject:* Problem inserting set when query contains IF NOT EXISTS. > > > > Hi all

RE: Problem inserting set when query contains IF NOT EXISTS.

2014-01-13 Thread Huang, Roger
Validimir, Thanks what version of Cassandra? -Roger From: Vladimir Prudnikov [mailto:v.prudni...@gmail.com] Sent: Monday, January 13, 2014 11:57 AM To: user Subject: Problem inserting set when query contains IF NOT EXISTS. Hi all, I've spend a lot of time finding a bug in system, but it

Problem inserting set when query contains IF NOT EXISTS.

2014-01-13 Thread Vladimir Prudnikov
Hi all, I've spend a lot of time finding a bug in system, but it turns out that the problem is in Cassandra. Here is how to reproduce. = CREATE KEYSPACE IF NOT EXISTS test_set WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 1 }; USE test_set; CREATE TABLE IF N