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

Fix nodetool execution #143

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Conversation

AKamyshnikova
Copy link
Collaborator

Set JAVA_TOOL_OPTIONS to -Dcom.sun.jndi.rmiURLParsing=legacy in order to run nodetool without passing address.

Fixes: #142

Q A
Bug fix? [x]
New feature? []
API breaks? []
Deprecations? []
Related tickets fixes #X, partially #Y, mentioned in #Z
License Apache 2.0
  • [ x] Implementation tested
  • Logging code meets the guideline
  • User guide and development docs updated (if needed)
  • Append changelog

@AKamyshnikova AKamyshnikova self-assigned this Apr 9, 2024
@cscetbon
Copy link
Owner

@AKamyshnikova i think there should also be a test that confirms it fixes a specific use case.

@AKamyshnikova
Copy link
Collaborator Author

@cscetbon I added e2e test - here is its execution https://github.com/AKamyshnikova/casskop/actions/runs/8659063452/job/23744244330

Set JAVA_TOOL_OPTIONS to -Dcom.sun.jndi.rmiURLParsing=legacy
in order to run nodetool without passing address.

Fixes: cscetbon#142
@AKamyshnikova AKamyshnikova merged commit 8ee566d into cscetbon:master Apr 15, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

nodetool: Failed to connect to ... URISyntaxException
2 participants