mmodzelewski opened a new pull request, #2755: URL: https://github.com/apache/iggy/pull/2755
The Java SDK uses Netty ByteBuf for network I/O, but leaks were not being caught during testing. Leaked buffers can cause OOM failures in long-running processes. Enable Netty's PARANOID leak detector in integration tests and add a CI step that scans test output for LEAK markers, failing the build if any are found. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
