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

chore: Bump jvm to 17.0.12 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: Bump jvm to 17.0.12 #1

wants to merge 1 commit into from

Conversation

tomasfarias
Copy link

With the latest linux kernel 6.12, cgroups v1 has been removed by default, and it's only available by modifying a kernel setting.

JVM 17 supports both cgroups v1 and cgroups v2, but there's a bug that was fixed in later versions of JVM 17: https://bugs.openjdk.org/browse/JDK-8287073. This bug can cause the kafka container to crash when starting on platforms running only cgroups v2 (the default).

This PR bumps the JVM version to 17.0.12 to get the bugfix in.

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.

1 participant