You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2014/02/18 18:46:25 UTC

[jira] [Created] (CASSANDRA-6719) redesign loadnewsstables

Jonathan Ellis created CASSANDRA-6719:
-----------------------------------------

             Summary: redesign loadnewsstables
                 Key: CASSANDRA-6719
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6719
             Project: Cassandra
          Issue Type: New Feature
          Components: Tools
            Reporter: Jonathan Ellis
            Priority: Minor
             Fix For: 2.1


CFSMBean.loadNewSSTables scans data directories for new sstables dropped there by an external agent.  This is dangerous because of possible filename conflicts with existing or newly generated sstables.

Instead, we should support leaving the new sstables in a separate directory (specified by a parameter, or configured as a new location in yaml) and take care of renaming as necessary automagically.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)