cxzl25 commented on PR #5599:
URL: https://github.com/apache/hadoop/pull/5599#issuecomment-1525256587

   BTW I noticed that NM will check the permission settings of `RemoteLogDir` 
when scheduling each APP, which generates a lot of RPCs. In my environment, I 
see more than 10 million times a day.
   
   I was wondering if it is possible to check only once per NM ?
   `LogAggregationFileController#verifyAndCreateRemoteLogDir`
   
   
   
https://github.com/apache/hadoop/blob/0ac443b1f8c9412b9778a9b163bdde9b84d1e8c5/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/logaggregation/filecontroller/LogAggregationFileController.java#L347-L360


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