Maohua created CASSANDRA-8074:
---------------------------------
Summary: Add GetAllDataFileLocations to Cassandra Python Driver
Key: CASSANDRA-8074
URL: https://issues.apache.org/jira/browse/CASSANDRA-8074
Project: Cassandra
Issue Type: Improvement
Components: Config, Drivers (now out of tree)
Environment: Python driver on Linux
Reporter: Maohua
Fix For: 2.1.0
To make data management easier, users need to know where their database files
are stored. Currently, Cassandra expose the "AllDataFileLocations" via JMX
interface in org.apache.cassandra.db.StorageService mbean. However, the
information is not exposed through Python driver.
The improvement aims to enable Python driver to read the information directly,
the changes involve both Python driver and other changes necessary to reach
org.apache.cassandra.config.DatabaseDescriptor class.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)