1u0 commented on a change in pull request #9717: [FLINK-14044] [runtime] 
Reducing synchronization in AsyncWaitOperator
URL: https://github.com/apache/flink/pull/9717#discussion_r327014268
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/async/AsyncFunction.java
 ##########
 @@ -89,6 +89,7 @@
        /**
         * {@link AsyncFunction#asyncInvoke} timeout occurred.
         * By default, the result future is exceptionally completed with a 
timeout exception.
+        * Note that timeout and asyncInvoke might be invoked at the same time.
 
 Review comment:
   I think this note was ported from FLINK-13635 PR, but strictly speaking, not 
true any more.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to