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)

Reply via email to