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

JVM options incompatible with Java 11 environment #300

Closed
Tristan1900 opened this issue Nov 13, 2019 · 0 comments · Fixed by #459
Closed

JVM options incompatible with Java 11 environment #300

Tristan1900 opened this issue Nov 13, 2019 · 0 comments · Fixed by #459
Assignees
Labels
area/environment Environment issue kind/bug Something isn't working priority/P3 No direct impact to applications, e.g., typos in documentation or log messages

Comments

@Tristan1900
Copy link
Member

Description

It has been reported that when deploying Pravega using the Java 11, it will have this error

Unrecognized VM option 'UseCGroupMemoryLimitForHeap'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

I searched on Google and found that java 11 doesn't support this experimental flag anymore.

Importance

nice to have

Location

jvm options

Suggestions for an improvement

when Pravega is compatible with java 11, we should make this flag condintional on Pravega version.

@pbelgundi pbelgundi added area/environment Environment issue kind/bug Something isn't working priority/P3 No direct impact to applications, e.g., typos in documentation or log messages labels May 6, 2020
@SrishT SrishT assigned anishakj and unassigned SrishT Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/environment Environment issue kind/bug Something isn't working priority/P3 No direct impact to applications, e.g., typos in documentation or log messages
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants