Cassandra server throws java.lang.AssertionError: DecoratedKey(…) != DecoratedKey

后端 未结 3 1086
攒了一身酷
攒了一身酷 2021-02-06 20:36

I\'m currently experimenting around with Cassandra.

On the client-side (with Hector) I look up a few keys like this:

ColumnFamilyResult

        
3条回答
  •  鱼传尺愫
    2021-02-06 21:04

    This is either https://issues.apache.org/jira/browse/CASSANDRA-4687 or https://issues.apache.org/jira/browse/CASSANDRA-5202 You can run the command "nodetool invalidatekeycache" on all of the server showing the error. If it keeps coming back you may want to disable key cache. If it is 5202 it should only happen after dropping and recreating a column family using the same name.

提交回复
热议问题