kamijin-fanta opened a new pull request, #13749:
URL: https://github.com/apache/iceberg/pull/13749

   - fix #13738
   
   Remove unnecessary `File.deleteOnExit()` calls from `S3OutputStream` and 
`OSSOutputStream` that were causing memory leaks in long-running servers. These 
calls registered files in the global `DeleteOnExitHook` set which never gets 
cleared during normal operation, leading to unbounded heap growth. The explicit 
cleanup logic already handles temporary file deletion properly.
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to