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 e6e0f47bf3e [FLINK-32260][table] Add ARRAY_SLICE function
     new d2e6b94b374 [FLINK-31837] Makes the driver instantiation being 
performed lazily as soon as the first contender is registered
     new e65b12e2b53 [hotfix][tests] Adds proper multi-threading to the test 
case
     new 9a4119f9842 [hotfix][runtime] Removes unused members and fixed typo

The 3 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       |  50 +--
 .../highavailability/HighAvailabilityServices.java |   8 +-
 .../leaderelection/DefaultLeaderElection.java      |   2 +-
 .../DefaultLeaderElectionService.java              | 131 ++++---
 .../JobMasterServiceLeadershipRunnerTest.java      |   1 -
 .../DefaultLeaderElectionServiceTest.java          | 379 +++++++++++++--------
 .../runtime/leaderelection/LeaderElectionTest.java |   1 -
 .../TestingLeaderElectionDriver.java               |   4 +
 ...KeeperLeaderElectionConnectionHandlingTest.java |   1 -
 .../ZooKeeperLeaderElectionTest.java               |  18 +-
 10 files changed, 350 insertions(+), 245 deletions(-)

Reply via email to