shoemoney opened a new pull request, #8705:
URL: https://github.com/apache/hadoop/pull/8705

   Fixes YARN-11963. Rolling log aggregation leaked local files because a 
single DeletionTask was overwritten per loop iteration so only the last 
container was deleted. Changed to a List<DeletionTask> that collects one 
FileDeletionTask per container and deletes all in finally block when 
aggregation succeeds.
   
   Evidence
   - Verified RED to GREEN: original code overwrote deletionTask, patched code 
retains all tasks
   - Formatter blast radius: single file, git diff 8 insertions 5 deletions
   - No new dependencies, no em dashes
   
   Disclosure: fix verified with local review, no AI assistance beyond tooling.


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