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 5b637243f27 [FLINK-29618][yarn-tests] Remove Timeout annotation in 
YARN-related integration tests
     new dbd07d38839 [hotfix][tests] Replaces TestingZooKeeperServer with 
ZooKeeperExtension
     new 4576e4384ff [FLINK-31773][runtime] Splits up 
DefaultLeaderElectionService.start(LeaderContender)

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:
 .../highavailability/AbstractHaServices.java       |  32 +-
 .../highavailability/HighAvailabilityServices.java |   8 +-
 .../DefaultLeaderElectionService.java              | 386 ++++++++++++++-------
 .../leaderelection/LeaderElectionService.java      |   9 +-
 .../leaderelection/LeaderElectionUtils.java        |  45 +++
 .../ResourceManagerServiceImpl.java                |   6 +-
 .../apache/flink/runtime/util/ZooKeeperUtils.java  |  12 +-
 .../JobMasterServiceLeadershipRunnerTest.java      |  13 +-
 .../DefaultLeaderElectionServiceTest.java          | 239 ++++++++++++-
 .../runtime/leaderelection/LeaderElectionTest.java |   2 +-
 .../TestingGenericLeaderContender.java             |   5 +-
 .../runtime/leaderelection/TestingLeaderBase.java  |  22 ++
 .../TestingLeaderElectionDriver.java               |  23 +-
 ...KeeperLeaderElectionConnectionHandlingTest.java |   2 +
 .../ZooKeeperLeaderElectionTest.java               |   5 +
 .../ZooKeeperLeaderRetrievalTest.java              |  52 +--
 16 files changed, 669 insertions(+), 192 deletions(-)
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/leaderelection/LeaderElectionUtils.java

Reply via email to