Re: Fwd: Column family ID mismatch

2015-10-01 Thread Sebastian Estevez
gt; Got this error again on a single node cassandra. > > Would appreciate some pointers. > > Forwarded Message ---- Subject: Column family ID mismatch Date: > Thu, 13 Aug 2015 20:44:04 +0530 From: kedar > Reply-To: user@cassandra.apache.org To: > user@cassandra.apache

Fwd: Column family ID mismatch

2015-10-01 Thread kedar
Got this error again on a single node cassandra. Would appreciate some pointers. Forwarded Message Subject:Column family ID mismatch Date: Thu, 13 Aug 2015 20:44:04 +0530 From: kedar Reply-To: user@cassandra.apache.org To: user@cassandra.apache.org

Column family ID mismatch

2015-08-13 Thread kedar
igrationStage:1] 2015-08-13 01:58:49,249 CassandraDaemon.java:153 - Exception in thread Thread[MigrationStage:1,5,main] java.lang.RuntimeException: org.apache.cassandra.exceptions.ConfigurationException: Column family ID mismatch (found ; expected ) at org.apache.cassandra.config.CFMetaDat

Re: Column family ID mismatch-Error on concurrent schema modifications

2014-11-30 Thread Jens-U. Mozdzen
Hi Eric, Zitat von Eric Stevens : @Jens, will "inactive" CFs be released from C*'s memory after i.e. a few days or when under resource pressure? No, certain memory structures are allocated and will remain resident on each node for as long as the table exists. That's good to know, while not

Re: Column family ID mismatch-Error on concurrent schema modifications

2014-11-28 Thread Eric Stevens
;> We use a four-node Cassandra-Cluster in Version 2.1.2. Our >> Client-Applications creates Tables dynamically. At one point two (or more) >> of our Clients connected to two (or more) different Cassandra-Nodes will >> create the same table simultaneously. We get the "Column fa

Re: Column family ID mismatch-Error on concurrent schema modifications

2014-11-28 Thread Robert Wille
cally. At one point two (or more) of our Clients connected to two (or more) different Cassandra-Nodes will create the same table simultaneously. We get the "Column family ID mismatch"-Error-Messages on every node. Why is this simultanous schema modification not possible? How can we handle

Re: Column family ID mismatch-Error on concurrent schema modifications

2014-11-28 Thread Marcus Olsson
ent-Applications creates Tables dynamically. At one point two (or more) of our Clients connected to two (or more) different Cassandra-Nodes will create the same table simultaneously. We get the "Column family ID mismatch"-Error-Messages on every node. Why is this simultanou

Re: Column family ID mismatch-Error on concurrent schema modifications

2014-11-27 Thread Jens-U. Mozdzen
o two (or more) different Cassandra-Nodes will create the same table simultaneously. We get the "Column family ID mismatch"-Error-Messages on every node. Why is this simultanous schema modification not possible? How can we handle this? Every Help is appreciated. [...] Regards, Jens

Re: Column family ID mismatch-Error on concurrent schema modifications

2014-11-27 Thread Jens-Uwe Mozdzen
Hi Eric, Zitat von Eric Stevens : Be careful with creating many dynamically created column families unless you're cleaning up old ones to keep the total number of CF's reasonable. Having many column families will increase memory pressure and reduce overall performance. will "inactive" CFs be r

Re: Column family ID mismatch-Error on concurrent schema modifications

2014-11-27 Thread Eric Stevens
, "Peter Lange" a écrit : > > Hi, >> >> We use a four-node Cassandra-Cluster in Version 2.1.2. Our >> Client-Applications creates Tables dynamically. At one point two (or more) >> of our Clients connected to two (or more) different Cassandra-Nodes will >>

Re: Column family ID mismatch-Error on concurrent schema modifications

2014-11-27 Thread DuyHai Doan
: > Hi, > > We use a four-node Cassandra-Cluster in Version 2.1.2. Our > Client-Applications creates Tables dynamically. At one point two (or more) > of our Clients connected to two (or more) different Cassandra-Nodes will > create the same table simultaneously. We get the &q

Column family ID mismatch-Error on concurrent schema modifications

2014-11-27 Thread Peter Lange
Hi, We use a four-node Cassandra-Cluster in Version 2.1.2. Our Client-Applications creates Tables dynamically. At one point two (or more) of our Clients connected to two (or more) different Cassandra-Nodes will create the same table simultaneously. We get the "Column family ID mis