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 2021/05/18 07:22:21 UTC

[flink] branch release-1.12 updated (60093e4 -> 814fc65)

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

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


    from 60093e4  [FLINK-22592][runtime] numBuffersInLocal is always zero when using unaligned checkpoints
     add 814fc65  [FLINK-20695][ha] Clean ha data for job if globally terminated

No new revisions were added by this update.

Summary of changes:
 .../highavailability/KubernetesHaServices.java     |  5 ++
 .../highavailability/KubernetesHaServicesTest.java | 34 ++++++++++++
 .../flink/runtime/dispatcher/Dispatcher.java       | 20 ++++++--
 .../highavailability/AbstractHaServices.java       | 16 ++++++
 .../highavailability/HighAvailabilityServices.java |  8 +++
 .../nonha/AbstractNonHaServices.java               |  4 ++
 .../zookeeper/ZooKeeperHaServices.java             | 33 +++++++++++-
 .../dispatcher/DispatcherResourceCleanupTest.java  | 28 ++++++++++
 .../highavailability/AbstractHaServicesTest.java   | 42 +++++++++++++--
 .../TestingHighAvailabilityServices.java           | 12 +++++
 .../TestingManualHighAvailabilityServices.java     |  5 ++
 .../zookeeper/ZooKeeperHaServicesTest.java         | 60 +++++++++++++++++++++-
 12 files changed, 257 insertions(+), 10 deletions(-)