smartcat-labs / cassandra-diagnostics

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

Reloading malformed configuration #192

Closed nivancevic closed 7 years ago

nivancevic commented 7 years ago

Reloading the configuration dynamically, using a malformed yaml file (e.g. without the reporters section) causes Diagnostics to stop working.

nivancevic commented 7 years ago

It could be fixed in a way that in case of a configuration error Diagnostics stops working (but keeping the reload HTTP API endpoint alive) until a valid configuration is reloaded.