AsyncFunction - Bug collecting throwable in unorder mode
问题 I am experiencing an infinite loop using an AsyncFunc in unordered mode. It can be reproduced using the following code import org.apache.flink.streaming.api.datastream.AsyncDataStream; import org.apache.flink.streaming.api.datastream.DataStream; import org.apache.flink.streaming.api.environment.StreamExecutionEnvironment; import org.apache.flink.streaming.api.functions.async.AsyncFunction; import org.junit.Test; import java.util.Arrays; import java.util.Collections; import java.util