ashutoshcipher commented on code in PR #5562: URL: https://github.com/apache/hadoop/pull/5562#discussion_r1169877196
########## hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java: ########## @@ -137,6 +137,16 @@ private static void addDeprecatedKeys() { // Resource types configs //////////////////////////// + public static final String NODE_STORE_ROOT_DIR_NUM_RETRIES = + YARN_PREFIX + "nodestore-rootdir.num-retries"; + + public static final int NODE_STORE_ROOT_DIR_NUM_DEFAULT_RETRIES = 3; Review Comment: I will change it to 500 -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org