-
Notifications
You must be signed in to change notification settings - Fork 14.8k
MINOR: Document Java 25 as a supported Java version #20917
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
Conversation
chia7712
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Hey, just FYI, I'm seeing the build failing here and other PRs with this:
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. |
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 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. |
Document Java 25 as a fully supported and recommended Java version in
the ops documentation.
Reviewers: Chia-Ping Tsai [email protected]