zhuzhurk commented on code in PR #20321:
URL: https://github.com/apache/flink/pull/20321#discussion_r926555455
##########
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptivebatch/SpeculativeScheduler.java:
##########
@@ -85,6 +91,10 @@ public class SpeculativeScheduler extends
AdaptiveBatchScheduler
private final SlowTaskDetector slowTaskDetector;
+ private long numSlowExecutionVertices;
Review Comment:
> I think the numXXX generally represents an accumulated value
Maybe not because we also have `numRunningJobs`,
`numRegisteredTaskManagers`, etc.
I do not have much preference here, but maybe we can stick to the proposed
name in the FLIP?
--
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]