Sergio Bossa created CASSANDRA-6645:
---------------------------------------
Summary: upgradesstables causes NPE for secondary indexes without
an underlying column family
Key: CASSANDRA-6645
URL: https://issues.apache.org/jira/browse/CASSANDRA-6645
Project: Cassandra
Issue Type: Bug
Components: Core
Reporter: Sergio Bossa
Assignee: Sergio Bossa
SecondaryIndex#getIndexCfs is allowed to return null by contract, if the index
is not backed by a column family, but this causes an NPE as
StorageService#getValidColumnFamilies and StorageService#upgradeSSTables do not
check for null values.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)