diff --git hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/container/SlidingWindowRetryPolicy.java hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/container/SlidingWindowRetryPolicy.java index 36a8b918c5d..9360669bb66 100644 --- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/container/SlidingWindowRetryPolicy.java +++ hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/container/SlidingWindowRetryPolicy.java @@ -85,8 +85,9 @@ private int calculateRemainingRetries(RetryContext retryContext) { * Updates remaining retries and the restart time when * required in the retryContext. *

- * When failuresValidityInterval is > 0, it also removes time entries from - * restartTimes which are outside the validity interval. + * When failuresValidityInterval is {@literal >} 0, it also removes time + * entries from restartTimes which are outside the validity + * interval. */ protected void updateRetryContext(RetryContext retryContext) { if (retryContext.containerRetryContext.getFailuresValidityInterval() > 0) {