Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Priam is not checking the C* process health. #772

Open
cthumuluru opened this issue Jan 29, 2019 · 0 comments
Open

Priam is not checking the C* process health. #772

cthumuluru opened this issue Jan 29, 2019 · 0 comments

Comments

@cthumuluru
Copy link
Contributor

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:

  1. Log in to one of the nodes running C* and Priam.
  2. Stop the process by passing STOP signal. kill -STOP <pid>.
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant