This is an automated email from the ASF dual-hosted git repository.
mapohl pushed a change to branch release-1.18
in repository https://gitbox.apache.org/repos/asf/flink.git
from 8551a39ee46 [FLINK-32758][python] Limit fastavro != 1.8.0
new f00205eb762 [hotfix][test] Refactors test to remove version and offset
server-side checks
new b4503b6ac08 [hotfix][JUnit5] Migrates
CollectSinkOperatorCoordinatorTest to JUnit5 and Assertj
new 848183c6dcd [FLINK-32751][streaming] Refactors
CollectSinkOperatorCoordinator to improve its testability
new 750311755b5 [FLINK-32751][streaming] Fixes bug where the enqueued
requests are not properly cancelled
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../collect/CollectSinkOperatorCoordinator.java | 42 +-
.../api/operators/collect/SocketConnection.java | 77 +++
.../CollectSinkOperatorCoordinatorTest.java | 550 ++++++++++++++++-----
3 files changed, 515 insertions(+), 154 deletions(-)
create mode 100644
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/collect/SocketConnection.java