ashvina commented on a change in pull request #1446: YARN-9834. Allow using a 
pool of local users to run Yarn Secure Conta…
URL: https://github.com/apache/hadoop/pull/1446#discussion_r325328431
 
 

 ##########
 File path: 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/localizer/ResourceLocalizationService.java
 ##########
 @@ -1611,7 +1625,7 @@ private void cleanUpFilesPerUserDir(FileContext lfs, 
DeletionService del,
         String owner = status.getOwner();
         List<Path> pathList = new ArrayList<>();
         pathList.add(status.getPath());
-        FileDeletionTask deletionTask = new FileDeletionTask(del, owner, null,
+        FileDeletionTask deletionTask = new FileDeletionTask(del, null, null,
 
 Review comment:
   Is this change intentional? I am not sure if I understand why the 
information of the user deleting the file is not required?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to