question

aravinth_chakravarthyr_173918 avatar image
aravinth_chakravarthyr_173918 asked Erick Ramirez answered

DSE startup failure - "Found 2 incompatible versions of column config in dse_insights_local.insights_config"

i am getting this error

InsightsModule.java:160 - Unable to initialize insights client due to error

org.apache.cassandra.exceptions.ReadFailureException: Operation failed


CassandraDaemon.java:125 - Exception in thread Thread[CompactionExecutor:2,5,main]

java.lang.IllegalArgumentException: Found 2 incompatible versions of column config in dse_insights_local.insights_config: one of type org.apache.cassandra.db.marshal.UserType(dse_insights_local,696e7369676874735f636f6e6669675f74797065,6d6f6465:org.apache.cassandra.db.marshal.UTF8Type,75706c6f61645f75726c:org.apache.cassandra.db.marshal.UTF8Type,75706c6f61645f696e74657276616c5f696e5f7365636f6e6473:org.apache.cassandra.db.marshal.Int32Type,6d65747269635f73616d706c696e675f696e74657276616c5f696e5f7365636f6e6473:org.apache.cassandra.db.marshal.Int32Type,646174615f6469725f6d61785f73697a655f696e5f6d62:org.apache.cassandra.db.marshal.Int32Type,70726f78795f74797065:org.apache.cassandra.db.marshal.UTF8Type,70726f78795f75726c:org.apache.cassandra.db.marshal.UTF8Type,70726f78795f61757468656e7469636174696f6e:org.apache.cassandra.db.marshal.UTF8Type,6e6f64655f73797374656d5f696e666f5f7265706f72745f706572696f64:org.apache.cassandra.db.marshal.UTF8Type,636f6e6669675f726566726573685f696e74657276616c5f696e5f7365636f6e6473:org.apache.cassandra.db.marshal.Int32Type,66696c746572696e675f72756c6573:org.apache.cassandra.db.marshal.SetType(org.apache.cassandra.db.marshal.UserType(dse_insights_local,696e7369676874735f66696c746572735f72756c655f74797065,706f6c696379:org.apache.cassandra.db.marshal.UTF8Type,7061747465726e:org.apache.cassandra.db.marshal.UTF8Type,73636f7065:org.apache.cassandra.db.marshal.UTF8Type))) and one of type org.apache.cassandra.db.marshal.UserType(dse_insights_local,696e7369676874735f636f6e6669675f74797065,6d6f6465:org.apache.cassandra.db.marshal.UTF8Type,75706c6f61645f75726c:org.apache.cassandra.db.marshal.UTF8Type,75706c6f61645f696e74657276616c5f696e5f7365636f6e6473:org.apache.cassandra.db.marshal.Int32Type,6d65747269635f73616d706c696e675f696e74657276616c5f696e5f7365636f6e6473:org.apache.cassandra.db.marshal.Int32Type,646174615f6469725f6d61785f73697a655f696e5f6d62:org.apache.cassandra.db.marshal.Int32Type,70726f78795f74797065:org.apache.cassandra.db.marshal.UTF8Type,70726f78795f75726c:org.apache.cassandra.db.marshal.UTF8Type,70726f78795f61757468656e7469636174696f6e:org.apache.cassandra.db.marshal.UTF8Type,6e6f64655f73797374656d5f696e666f5f7265706f72745f706572696f64:org.apache.cassandra.db.marshal.UTF8Type,636f6e6669675f726566726573685f696e74657276616c5f696e5f7365636f6e6473:org.apache.cassandra.db.marshal.Int32Type,66696c746572696e675f72756c6573:org.apache.cassandra.db.marshal.FrozenType(org.apache.cassandra.db.marshal.SetType(org.apache.cassandra.db.marshal.UserType(dse_insights_local,696e7369676874735f66696c746572735f72756c655f74797065,706f6c696379:org.apache.cassandra.db.marshal.UTF8Type,7061747465726e:org.apache.cassandra.db.marshal.UTF8Type,73636f7065:org.apache.cassandra.db.marshal.UTF8Type)))) (but both types are incompatible)



dse
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Erick Ramirez avatar image
Erick Ramirez answered

@aravinth_chakravarthyr_173918 for whatever reason, the error you posted indicates that one of the SSTables for the dse_insights_local.insights_config is corrupt. As a workaround, search for thread ID CompactionExecutor:2,5 in the logs to determine which SSTable was being compacted, delete it then try to restart DSE.

Otherwise if you have a current DataStax Enterprise subscription, please log a Support ticket so one of our engineers can assist you. Cheers!

Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.