Details
-
New Feature
-
Status: Resolved
-
Low
-
Resolution: Fixed
Description
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.
Attachments
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-6245 "nodetool refresh" design is unsafe
- Resolved
- relates to
-
CASSANDRA-17446 DOC - Update 3.11 Backups page to use nodetool refresh instead of import
- Open