Details
-
New Feature
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Operability
-
Normal
-
All
-
None
-
Description
When a table is created, dropped and re-created with the same name, directories remain within data paths. Operators may be challenged finding out which directories belong to existing tables and which may be subject to removal. However, the information is available in CQL as well as in MBeans via JMX, a convenient access to this information is still missing.
My proposal is a new nodetool subcommand allowing to list data paths of all existing tables.
% bin/nodetool datapaths -- example
Keyspace : example
Table : test
Paths :
/var/lib/cassandra/data/example/test-02f5b8d0c0e311ecb327ff24df5ab301
----------------
Attachments
Issue Links
- is related to
-
CASSANDRA-16843 List snapshots of dropped tables
- Resolved
- links to