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

后端 未结 3 1087
攒了一身酷
攒了一身酷 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:01

    This looks like https://issues.apache.org/jira/browse/CASSANDRA-4687, which is not yet fixed. A workaround is to disable the key cache.

提交回复
热议问题