You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2020/08/05 09:06:38 UTC

[flink] branch master updated (8ece02f -> cf8b882)

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

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


    from 8ece02f  [FLINK-18749][k8s] Correct dependencies in Kubernetes pom
     add cf8b882  [FLINK-18677][fix] Added handling of suspended or lost connections within the ZooKeeperLeaderRetrievalService.

No new revisions were added by this update.

Summary of changes:
 .../ZooKeeperLeaderRetrievalService.java           |  48 ++++--
 ...KeeperLeaderElectionConnectionHandlingTest.java | 171 +++++++++++++++++++++
 2 files changed, 206 insertions(+), 13 deletions(-)
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/leaderelection/ZooKeeperLeaderElectionConnectionHandlingTest.java