slfan1989 commented on code in PR #5090: URL: https://github.com/apache/hadoop/pull/5090#discussion_r1008646109
########## hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml: ########## @@ -1660,14 +1660,18 @@ <name>yarn.app.mapreduce.client-am.ipc.max-retries</name> <value>3</value> <description>The number of client retries to the AM - before reconnecting - to the RM to fetch Application Status.</description> + to the RM to fetch Application Status. + In other words, it is the ipc.client.connect.max.retries to be used during + reconnecting to the RM and fetching Application Status.</description> Review Comment: @cnauroth Thanks for your explanation, I agree with you. change LGTM +1. -- 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]
