Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Duplicate
-
None
-
None
-
None
-
My stack consists of 2 client applications talking to same cassandra(2.2.0) instance
-
Normal
Description
whenever I create a new stack, both client try to create same tables on cassandra. But randomly one of the client application fails with following exception
Cassandra error: Cassandra returned error (Server error): "java.lang.RuntimeException: java.util.concurrent.ExecutionException: org.apache.cassandra.exceptions.ConfigurationException: Column family ID mismatch (found c10fb2b0-363b-11e5-9e2b-15fb29128bd7; expected c0f721a0-363b-11e5-9e2b-15fb29128bd7)
PFA: exception from cassandra system logs
What I can do to prevent this?
Attachments
Attachments
Issue Links
- is superceded by
-
CASSANDRA-9424 Schema Improvements
- Open