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 confused env usages #770

Merged
merged 1 commit into from
May 24, 2024
Merged

Fix confused env usages #770

merged 1 commit into from
May 24, 2024

Conversation

jacek-lewandowski
Copy link
Collaborator

  1. Before/after starting a node, only JAVA_HOME was stored/restored which could be responsible for divergences between Java version on PATH and JAVA_HOME
  2. Method which calls 'java' from the PATH to check its version didn't take into account the updated env

1. Before/after starting a node, only JAVA_HOME was stored/restored which could be responsible for divergences between Java version on PATH and JAVA_HOME
2. Method which calls 'java' from the PATH to check its version didn't take into account the updated env
Copy link
Contributor

@aweisberg aweisberg left a comment

Choose a reason for hiding this comment

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

+1 TY for fixing this. I checked and it looks like all the tests pass and it may have actually fixed some pre-existing test failures.

@jacek-lewandowski jacek-lewandowski merged commit d5a9a45 into master May 24, 2024
@jacek-lewandowski jacek-lewandowski deleted the CASSANDRA-19636-3 branch May 24, 2024 10:57
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.

3 participants