This is an automated email from the ASF dual-hosted git repository.
mapohl pushed a change to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git
from 870ac98dcdb [FLINK-32758][python] Limit fastavro != 1.8.0
new 3f486ff8efe [hotfix][test] Refactors test to remove version and offset
server-side checks
new e46b28163b6 [hotfix][JUnit5] Migrates
CollectSinkOperatorCoordinatorTest to JUnit5 and Assertj
new abb5d758323 [FLINK-32751][streaming] Refactors
CollectSinkOperatorCoordinator to improve its testability
new b6e4cc58adc [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 | 549 ++++++++++++++++-----
3 files changed, 514 insertions(+), 154 deletions(-)
create mode 100644
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/collect/SocketConnection.java