smartcat-labs / cassandra-diagnostics

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

Fixes #244 - adding compaction settings info. #261

Closed nbozic-zz closed 7 years ago

nbozic-zz commented 7 years ago

We sent compaction info when there are compactions running. This is fine from perspective of single and ongoing compactions. But we are configuring whole status module to have period and on that period it should send some measurement (health of cluster, unreacgable nodes, state of threads).

I have added compaction settings which are sent on configurable time period always and single compaction info is sent per compaction when there are running of compactions.