smartcat-labs / cassandra-diagnostics

Cassandra Node Diagnostics Tools
Apache License 2.0
51 stars 6 forks source link

Reconfigure modules and reporters #102

Closed mgobec closed 8 years ago

mgobec commented 8 years ago

We need a way to reconfigure modules and reporters without restarting node. One of the ideas is to update configuration file and trigger reconfigure (jmx, api, ...) on diagnostics. Implementation should use configuration validation methods and recreate modules and reporters. This way any changes are persisted if we reboot the node and we can use already existing implementation.

@nbozic @nivancevic Comments?

mgobec commented 8 years ago

Closed by #117