Skip to content

Conversation

@majialoong
Copy link
Contributor

@majialoong majialoong commented Nov 18, 2025

Document Java 25 as a fully supported and recommended Java version in
the ops documentation.

Reviewers: Chia-Ping Tsai [email protected]

@github-actions github-actions bot added triage PRs from the community docs small Small PRs labels Nov 18, 2025
Copy link
Member

@chia7712 chia7712 left a comment

Choose a reason for hiding this comment

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

LGTM

@lianetm
Copy link
Member

lianetm commented Nov 18, 2025

Hey, just FYI, I'm seeing the build failing here and other PRs with this:

Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.base/java.util.Arrays.copyOfRange(Arrays.java:3849)
...
at org.apache.kafka.test.TestSslUtils.createSslConfig(TestSslUtils.java:245)
at org.apache.kafka.test.TestSslUtils.createSslConfig(TestSslUtils.java:230)
at org.apache.kafka.test.TestSslUtils.createSslConfig(TestSslUtils.java:224)
at org.apache.kafka.common.network.SslSelectorTest.setUp(SslSelectorTest.java:72)

The last PR in was this one where all was green https://github.com/apache/kafka/actions/runs/19472075627/job/55721863576, but taking a look to see what's going on.

@majialoong
Copy link
Contributor Author

Hey, just FYI, I'm seeing the build failing here and other PRs with this:

Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.base/java.util.Arrays.copyOfRange(Arrays.java:3849)
...
at org.apache.kafka.test.TestSslUtils.createSslConfig(TestSslUtils.java:245)
at org.apache.kafka.test.TestSslUtils.createSslConfig(TestSslUtils.java:230)
at org.apache.kafka.test.TestSslUtils.createSslConfig(TestSslUtils.java:224)
at org.apache.kafka.common.network.SslSelectorTest.setUp(SslSelectorTest.java:72)

The last PR in was this one where all was green https://github.com/apache/kafka/actions/runs/19472075627/job/55721863576, but taking a look to see what's going on.

Thanks for the heads‑up, appreciate you looking into it.

@github-actions github-actions bot removed the triage PRs from the community label Nov 19, 2025
@chia7712
Copy link
Member

The last PR in was this one where all was green https://github.com/apache/kafka/actions/runs/19472075627/job/55721863576, but taking a look to see what's going on.

I'd like to create a JIRA ticket to log the OOM, but the jira server hates me, so I will create the ticket later

@chia7712 chia7712 merged commit aaadb2b into apache:trunk Nov 19, 2025
22 of 25 checks passed
@chia7712
Copy link
Member

so I will create the ticket later

https://issues.apache.org/jira/browse/KAFKA-19898

@majialoong majialoong deleted the add_jdk25_in_doc branch November 19, 2025 13:48
@dajac
Copy link
Member

dajac commented Nov 19, 2025

@chia7712 Do we have a quick fix or should we revert?

@chia7712
Copy link
Member

Do we have a quick fix or should we revert?

see https://github.com/apache/kafka/pull/20792/files#r2543321764

The OOM does not occur in my environment when the thread is closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants