curcur commented on a change in pull request #16606:
URL: https://github.com/apache/flink/pull/16606#discussion_r687661508
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/RuntimeEnvironment.java
##########
@@ -316,6 +319,11 @@ public TaskOperatorEventGateway
getOperatorCoordinatorEventGateway() {
return operatorEventGateway;
}
+ @Override
+ public ThroughputCalculator getThroughputMeter() {
+ return throughputCalculator;
+ }
+
Review comment:
yes, I moved all "final" attributes all together along with their get
method for easy reading.
I can maybe create a hotfix on this if you inisit.
--
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]