[
https://issues.apache.org/jira/browse/CASSANDRA-8834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14345953#comment-14345953
]
Aleksey Yeschenko commented on CASSANDRA-8834:
----------------------------------------------
Probably a stress bug (using a partition key of the wrong type), so no need to
guard against that.
Another issue I see is accessing BB#array() of the partition key directly in
CFS#apply(). You can't rely on it being available.
> Top partitions reporting wrong cardinality
> ------------------------------------------
>
> Key: CASSANDRA-8834
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8834
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Chris Lohfink
> Assignee: Chris Lohfink
> Fix For: 2.1.4
>
> Attachments: cardinality.patch
>
>
> It always reports a cardinality of 1. Patch also includes a try/catch around
> the conversion of partition keys that isn't always handled well in thrift cfs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)