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/04/23 15:34:15 UTC

[jira] [Created] (CASSANDRA-7074) CFMetaData sometimes fails to return the ColumnDefinition given a full internal cell name

Sergio Bossa created CASSANDRA-7074:
---------------------------------------

             Summary: CFMetaData sometimes fails to return the ColumnDefinition given a full internal cell name
                 Key: CASSANDRA-7074
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7074
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Sergio Bossa
            Assignee: Sergio Bossa


CFMetaData#getColumnDefinitionFromColumnName breaks the loop when it finds a ColumnDefinition with a component index higher than the number of components in the input column name, but given the loop iterates over an unsorted collection, some ColumnDefinitions could be prematurely skipped.



--
This message was sent by Atlassian JIRA
(v6.2#6252)