You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2016/11/24 15:01:09 UTC

[jira] [Created] (CASSANDRA-12950) Dropping a keyspace creates snapshots twice for each table in the dropped keyspace

Aleksey Yeschenko created CASSANDRA-12950:
---------------------------------------------

             Summary: Dropping a keyspace creates snapshots twice for each table in the dropped keyspace
                 Key: CASSANDRA-12950
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12950
             Project: Cassandra
          Issue Type: Bug
            Reporter: Aleksey Yeschenko
            Priority: Minor
             Fix For: 2.2.x, 3.0.x, 3.x


At least in 2.1 and upwards, dropping a keyspace creates 2x the snapshots for no good reason. Once in {{DefsTables.dropColumnFamily()}} then again in {{DefsTables.dropKeyspace()}} (using 2.1 as an example).

Some other logic is being run twice, but is harmless.



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