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

UseZGC sets incorrect option order when used with JDK 11 #54

Closed
burmanm opened this issue Jul 15, 2024 · 2 comments · Fixed by #57
Closed

UseZGC sets incorrect option order when used with JDK 11 #54

burmanm opened this issue Jul 15, 2024 · 2 comments · Fixed by #57
Labels
done Issues in the state 'done'

Comments

@burmanm
Copy link
Collaborator

burmanm commented Jul 15, 2024

Bug is here:

if jvmMajor < 17 {

We should set the options in different order when older JDK version is used.

Original ticket here: k8ssandra/k8ssandra-operator#1368

burmanm added a commit to burmanm/k8ssandra-client that referenced this issue Jul 15, 2024
@burmanm burmanm moved this to Ready For Review in K8ssandra Jul 15, 2024
@adejanovski adejanovski added the ready-for-review Issues in the state 'ready-for-review' label Jul 15, 2024
@Miles-Garnsey
Copy link
Member

Miles-Garnsey commented Jul 18, 2024

Hey Micke, you've referenced this issue in a commit, but I don't know what PR it belongs to. Can you share?

@burmanm
Copy link
Collaborator Author

burmanm commented Jul 18, 2024

Now linked from comment also. It was visible as # 54 in the PRs titles also.

@github-project-automation github-project-automation bot moved this from Ready For Review to Done in K8ssandra Jul 19, 2024
@adejanovski adejanovski added done Issues in the state 'done' and removed ready-for-review Issues in the state 'ready-for-review' labels Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Issues in the state 'done'
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants