memtables do not need to be flushed on the Table.apply() path anymore after 2449
--------------------------------------------------------------------------------

                 Key: CASSANDRA-3210
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3210
             Project: Cassandra
          Issue Type: Bug
            Reporter: Yang Yang
            Priority: Trivial
         Attachments: 
0001-memtables-do-not-need-to-be-flushed-on-the-Table.app.patch

2449 removes auto-flush from Table.apply(), but the data structure is still 
there, no harm, but better remove it:

in
https://github.com/apache/cassandra/blob/c7cdc317c9a14e29699f9842424388aee77d0e1a/src/java/org/apache/cassandra/db/Table.java

line 399 and 470

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to