This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a change to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from be857d1  [FLINK-23833][coordination] Rename 
IntermediateResult#notifyPartitionChanged to 
IntermediateResult#clearCacheForConsumedPartitionGroup
     new 9da4069  [FLINK-9925][tests] Harden ClientTest by making handler 
shareable
     new 9d742bc  [FLINK-9925] Rework Client to encapsulate concurrency of 
single connection

The 2 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:
 .../flink/queryablestate/network/Client.java       | 477 ++------------------
 .../queryablestate/network/ServerConnection.java   | 490 +++++++++++++++++++++
 .../flink/queryablestate/network/ClientTest.java   | 145 +++---
 3 files changed, 584 insertions(+), 528 deletions(-)
 create mode 100644 
flink-queryable-state/flink-queryable-state-client-java/src/main/java/org/apache/flink/queryablestate/network/ServerConnection.java

Reply via email to