akalash commented on a change in pull request #16556:
URL: https://github.com/apache/flink/pull/16556#discussion_r674160368



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java
##########
@@ -660,6 +668,19 @@ private void executeInvoke() throws Exception {
         afterInvoke();
     }
 
+    private void throughputCalculationSetup() {
+        systemTimerService.registerTimer(

Review comment:
       Perhaps, we should have the way to disable the throughput calculation. 
throughputCalculationPeriod == -1?




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


Reply via email to