-
Notifications
You must be signed in to change notification settings - Fork 228
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
Shutdown issue with JMX Auth #349
Comments
If by "it" in "it should be changed" you mean |
Thanks for the quick response, Michael. I suppose that I assumed 'it' would be the Are you suggesting that the cookbook should instead alter That would certainly be more convenient(even outside of the context of this issue), though that would have the effect of defeating auth for all local usage of nodetool(which others may have a problem with?) |
@rs017991 is this issue occurring on Rhel 7 or 6? I have this enabled in my prod cluster and have implemented both local JMX and remote JMX auth in all my environments and I have never run into this issue. Do you know the steps to replicate the problem? |
CentOS and RHEL 7 use systemd, which means many if not all things configured via |
@cmlicata We're on RHEL 6. I went ahead and reproduced the issue using this cookbook's test kitchen (just to make sure I'm not crazy).
This produces the same output as my original post. |
After enabling JMX Auth, the rhel init.d service is no longer able to perform its graceful shutdown commands via nodetool.
It seems like it should be changed to use the credentials defined in
node[:cassandra][:jmx]
The text was updated successfully, but these errors were encountered: