zhuzhurk commented on a change in pull request #9778: [FLINK-14206][runtime] 
Let fullRestart metric count both full restarts and fine grained restarts
URL: https://github.com/apache/flink/pull/9778#discussion_r336333505
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
 ##########
 @@ -734,15 +737,13 @@ public ErrorInfo getFailureInfo() {
        }
 
        /**
-        * Gets the number of full restarts that the execution graph went 
through.
-        * If a full restart recovery is currently pending, this recovery is 
included in the
-        * count.
+        * Gets the number of restarts, including full restarts and fine 
grained restarts.
+        * If a recovery is currently pending, this recovery is included in the 
count.
         *
-        * @return The number of full restarts so far
+        * @return The number restarts so far
 
 Review comment:
   done.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to