Cassandra (2.0.7) has two parameters to configure disk failures policies
- My configuration of /etc/cassandra/cassandra.yaml
- commit_failure_policy = stop_commit
- disk_failure_policy=best_effort
What are the JMX attributes that designate commit_log / disks failures?
(My goal is to monitor situations when the policies were triggered.)