AHeise commented on a change in pull request #9717: [FLINK-14044] [runtime] Reducing synchronization in AsyncWaitOperator URL: https://github.com/apache/flink/pull/9717#discussion_r328585695
########## 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: Okay I'm removing 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services