[
https://issues.apache.org/jira/browse/HADOOP-19498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934657#comment-17934657
]
ASF GitHub Bot commented on HADOOP-19498:
-----------------------------------------
stoty opened a new pull request, #7500:
URL: https://github.com/apache/hadoop/pull/7500
### Description of PR
Fixes ByteBuf leaks in TestShuffleChannelHandler. For some reason the
ByteBuf leaks are not detected on older (8,11,17) JVMs, though in retrospect
it's quite obvious that the tests don't release ByteBufs as they should.
### How was this patch tested?
The patch was tested on my JDK23 branch.
The test probably cannot be run with JDK23 on trunk.
### For code changes:
- [X] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'HADOOP-17799. Your PR title ...')?
- [ ] Object storage: have the integration tests been executed and the
endpoint declared according to the connector-specific documentation?
- [ ] If adding new dependencies to the code, are these dependencies
licensed in a way that is compatible for inclusion under [ASF
2.0](http://www.apache.org/legal/resolved.html#category-a)?
- [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`,
`NOTICE-binary` files?
> Fix ByteBuf leaks in TestShuffleChannelHandler
> ----------------------------------------------
>
> Key: HADOOP-19498
> URL: https://issues.apache.org/jira/browse/HADOOP-19498
> Project: Hadoop Common
> Issue Type: Sub-task
> Reporter: Istvan Toth
> Priority: Major
>
> A lot of ByteBuf leaks are reported when running with JDK23.
> I have not idea why those are not detected with JDK8, 11 or 17. Maybe
> something about the logging setup ?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]