pnowojski commented on a change in pull request #9383: [FLINK-13248] [runtime] 
Adding processing of downstream messages in AsyncWaitOperator's wait loops
URL: https://github.com/apache/flink/pull/9383#discussion_r317627543
 
 

 ##########
 File path: 
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/async/AsyncWaitOperatorTest.java
 ##########
 @@ -170,13 +170,10 @@ public void run() {
        }
 
        /**
-        * A special {@link AsyncFunction} without issuing
-        * {@link ResultFuture#complete} until the latch counts to zero.
-        * {@link ResultFuture#complete} until the latch counts to zero.
-        * This function is used in the testStateSnapshotAndRestore, ensuring
-        * that {@link StreamElementQueueEntry} can stay
-        * in the {@link StreamElementQueue} to be
-        * snapshotted while checkpointing.
+        * A special {@link AsyncFunction} without issuing {@link 
ResultFuture#complete} until the latch counts to zero.
 
 Review comment:
   Are the changes in this file relevant to the commit? They look like some 
auto formatting issue?
   
   Also it looks like some of those "auto formatted" lines are not following 
our code style?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to