davidradl commented on code in PR #26809: URL: https://github.com/apache/flink/pull/26809#discussion_r2215557321
########## docs/layouts/shortcodes/generated/yarn_config_configuration.html: ########## @@ -28,9 +28,9 @@ </tr> <tr> <td><h5>yarn.application-attempt-failures-validity-interval</h5></td> - <td style="word-wrap: break-word;">10000</td> + <td style="word-wrap: break-word;">-1</td> <td>Long</td> - <td>Time window in milliseconds which defines the number of application attempt failures when restarting the AM. Failures which fall outside of this window are not being considered. Set this value to -1 in order to count globally. See <a href="https://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/ResourceManagerRest.html#Cluster_Application_Attempts_API">here</a> for more information.</td> + <td>Time window in milliseconds which defines the number of application attempt failures when restarting the AM. Failures which fall outside of this window are not being considered. The default (-1) counts globally.See <a href="https://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/ResourceManagerRest.html#Cluster_Applications_API.28Submit_Application.29">here</a> for more information.</td> Review Comment: nit: we have lost the space ofter `globally.` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org