You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sergio Bossa (JIRA)" <ji...@apache.org> on 2014/02/14 17:38:19 UTC

[jira] [Updated] (CASSANDRA-6711) SecondaryIndexManager#deleteFromIndexes() doesn't correctly retrieve column indexes

     [ https://issues.apache.org/jira/browse/CASSANDRA-6711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergio Bossa updated CASSANDRA-6711:
------------------------------------

    Reproduced In: 2.0.5, 1.2.15  (was: 1.2.15, 2.0.5)
      Description: SecondaryIndexManager#deleteFromIndexes() tries to retrieve the index class from indexesByColumn by using the raw column name, but indexes are inserted in indexesByColumn by using the ColumnDefinition name.  (was: SecondaryIndexManager#deleteFromIndexes() tries to retrieve the index class from indexesByColumn by using the raw column name, but indexes are inserted in indexesByColumn by using the CFDefinition name.)

> SecondaryIndexManager#deleteFromIndexes() doesn't correctly retrieve column indexes
> -----------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-6711
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6711
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Sergio Bossa
>
> SecondaryIndexManager#deleteFromIndexes() tries to retrieve the index class from indexesByColumn by using the raw column name, but indexes are inserted in indexesByColumn by using the ColumnDefinition name.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)