You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Priam only checks the availability of C* process to mark C* as live or not. When C* process is in unhealthy state, although JMX probes fail continuously, Priam doesn't mark the node as unhealthy. Enabling the health-check to mark C* live or not would be really helpful. Reference: CassandraMonitor class.
To Reproduce
Steps to reproduce the behavior:
Log in to one of the nodes running C* and Priam.
Stop the process by passing STOP signal. kill -STOP <pid>.
Priam's JMX probes keep failing and the C* process is reported as healthy.
Expected behavior
C* instance should be marked unhealthy since the JMX probes are failing.
Version
trunk
The text was updated successfully, but these errors were encountered:
Describe the bug
Priam only checks the availability of C* process to mark C* as live or not. When C* process is in unhealthy state, although JMX probes fail continuously, Priam doesn't mark the node as unhealthy. Enabling the health-check to mark C* live or not would be really helpful. Reference:
CassandraMonitor
class.To Reproduce
Steps to reproduce the behavior:
kill -STOP <pid>
.Expected behavior
C* instance should be marked unhealthy since the JMX probes are failing.
Version
trunk
The text was updated successfully, but these errors were encountered: