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

Add nodetool fix for JDK-8278972 (CASSANDRA-17581) #196

Merged
merged 1 commit into from
Jun 2, 2022

Conversation

emerkle826
Copy link
Contributor

@emerkle826 emerkle826 commented Jun 2, 2022

@emerkle826 emerkle826 merged commit a7e16a3 into k8ssandra:master Jun 2, 2022
@emerkle826 emerkle826 deleted the nodetool-fix branch June 2, 2022 17:37
Copy link

@mieslep mieslep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment about chmod. Thanks!

/opt/cassandra/bin/nodetool.orig -Dcom.sun.jndi.rmiURLParsing=legacy "$@"

EOF
fi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you need to chmod ugo+x this file too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No because I took a shortcut and did a cp -a of the original nodetool file. That preserves the file ownership and permissions. Then this just clobbers the contents.

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.

K8SSAND-1537 ⁃ nodetool broken in image k8ssandra/cass-management-api:3.11.12
2 participants