He-Pin commented on PR #25866: URL: https://github.com/apache/flink/pull/25866#issuecomment-2580904462
@ferenc-csaky Our Java applications (high throughput) run with Java 11 /21 are using `-Dio.netty.tryReflectionSetAccessible=true` when we upgrade From Java 8, this is really needed to avoid OOM and reduce GC pressure, the old one does not need it because it's Unpooled, which generates much more gc counts and hurt performance. I vote for adding this by default or adding the `-Dio.netty.tryReflectionSetAccessible=true` to the release notes, people who want the old behavior can enable it with `-Dio.netty.allocator.type=unpooled` if they like more gc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org