eubnara commented on PR #8700:
URL: https://github.com/apache/hadoop/pull/8700#issuecomment-5433177724

   @cnauroth @slfan1989 Could you take a look when you have a chance?
   
   This fixes a "Permission denied" on the final rmdir in container-executor's 
delete-as-user path: private filecache directories are created with 0710 owned 
by the run-as user, but the rmdir runs as the NM user, so empty directories 
pile up (see YARN-9157 for the inode-exhaustion symptom and YARN-11920 for the 
permission-model discussion).
   
   Thanks!


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