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

Invalid JVM Options for JDK 11 (Bookkeeper +4.11) #92

Closed
RaulGracia opened this issue Dec 1, 2020 · 2 comments · Fixed by #96
Closed

Invalid JVM Options for JDK 11 (Bookkeeper +4.11) #92

RaulGracia opened this issue Dec 1, 2020 · 2 comments · Fixed by #96
Assignees
Labels
enhancement New feature or request Priority-P1

Comments

@RaulGracia
Copy link

Description

Bookkeeper operator does not work with Bookkeeper 4.11.x. The reason is that Bookkeeper 4.11.x switched to JDK 11 and some of the JVM options used in the Bookkeeper Operator (i.e.,

"-XX:+UseCGroupMemoryLimitForHeap",
) are invalid for JDK 11.

Importance

Must-have.

Location

JVM Options of Bookkeeper.

Suggestions for an improvement

Either add -XX:+IgnoreUnrecognizedVMOptions as a JVM option or adapt the JVM options depending on the Bookkeeper version being deployed.

@AlexeyFonfrygin
Copy link

By what time can we expect this problem to be fixed?

@RaulGracia
Copy link
Author

@fonfrygin this will be probably fixed in the next version of Helm Charts, if I'm not mistaken. Meanwhile, you could just add -XX:+IgnoreUnrecognizedVMOptions to the chart/manifest JVM options and it should work. cc/ @SrishT @anishakj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority-P1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants