gaoyunhaii commented on a change in pull request #14740:
URL: https://github.com/apache/flink/pull/14740#discussion_r570714613



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
##########
@@ -611,6 +590,10 @@ public long getNumberOfRestarts() {
         return numberOfRestartsCounter.getCount();
     }
 
+    public int getVerticesFinished() {

Review comment:
       I also think `getFinishedVertices` would be more nature, but a bit 
concern here is that the variable to get is name by `verticesFinished`, should 
we keeps this method to be a getter method for that variable ?




----------------------------------------------------------------
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]


Reply via email to