You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2023/01/24 12:52:18 UTC

[flink] branch master updated (bf1fc7ad206 -> b26c695b533)

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

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


    from bf1fc7ad206 [FLINK-30760][runtime] Fixes wrongly used @GuardedBy annotation (#21737)
     add b26c695b533 [FLINK-30761][coordination,test] Replaces JVM assert with Preconditions in leader election code (#21738)

No new revisions were added by this update.

Summary of changes:
 .../highavailability/nonha/embedded/EmbeddedLeaderService.java   | 5 +++--
 .../runtime/leaderelection/ZooKeeperLeaderElectionDriver.java    | 9 ++++++---
 .../flink/runtime/highavailability/ManualLeaderService.java      | 5 +++--
 .../runtime/leaderelection/TestingLeaderElectionService.java     | 3 ++-
 4 files changed, 14 insertions(+), 8 deletions(-)