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 2016/01/18 14:02:39 UTC

[jira] [Created] (CASSANDRA-11027) Duplicate column familiy initialization

Sergio Bossa created CASSANDRA-11027:
----------------------------------------

             Summary: Duplicate column familiy initialization
                 Key: CASSANDRA-11027
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11027
             Project: Cassandra
          Issue Type: Bug
          Components: Distributed Metadata
            Reporter: Sergio Bossa
            Assignee: Sam Tunnicliffe


Schema#addTable initializes the column family twice, as can be seen in: https://github.com/apache/cassandra/blob/cassandra-3.0/src/java/org/apache/cassandra/config/Schema.java#L605

This doesn't seem to be right, with the second one probably being the one to keep to avoid race conditions with looking up the cf from the schema (as originally intended by CASSANDRA-10761?).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)