akalash commented on a change in pull request #16628:
URL: https://github.com/apache/flink/pull/16628#discussion_r681528714
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/throughput/ThroughputCalculator.java
##########
@@ -71,4 +71,8 @@ public long calculateThroughput() {
return lastThroughput;
}
+
+ public long lastThroughput() {
Review comment:
good catch. Initially, I refactored in such a way that I would needed
this getter but then I changed my mind but forgot to remove it.
--
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]