Details
-
Improvement
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
Description
As described in CASSANDRA-11849 we need a way to pre-initialize CFS data dirs that might be added for a custom compaction strategy.
One approach would be finding all the compaction strategy classes in the classpath and calling some method line addDataDirectories() method on each type. This would allow an easy hook for offline tools etc, so can see non-standard directories without any special hacks
Attachments
Issue Links
- is related to
-
CASSANDRA-11849 Potential data directory problems due to CFS getDirectories logic
- Resolved