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



##########
File path: 
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamTaskTest.java
##########
@@ -1560,12 +1560,13 @@ public void testProcessWithUnAvailableInput() throws 
Exception {
                     waitingThread::start,
                     "Start WaitingThread after Task starts processing input.");
 
-            long startTs = System.currentTimeMillis();
-            throughputCalculator.calculateThroughput();

Review comment:
       I removed it because initially, this line started the inside timer but 
after the recent changes, incomingDataSize can do it as well so right now this 
line doesn't make sense(but it also doesn't change any logic in test).




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