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 c4aa3ad  [FLINK-11723][network] Remove KvState related components from 
NetworkEnvironment
     new ccf27ff  [FLINK-11855] Fix race condition in 
EmbeddedLeaderService#GrantLeadershipCall
     new ffd1e16  [hotfix] Fix checkstyle violations in 
ExecutionGraphDeploymentTest
     new 5e498dc  [FLINK-12021] Deploy execution in topological sorted order

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:
 .../flink/runtime/concurrent/FutureUtils.java      |  12 +-
 .../nonha/embedded/EmbeddedLeaderService.java      |  46 +++---
 .../runtime/concurrent/ConjunctFutureTest.java     |  40 +++--
 .../ExecutionGraphDeploymentTest.java              | 178 ++++++++++++++++++---
 .../executiongraph/TestingSlotProvider.java        |   2 +-
 .../nonha/embedded/EmbeddedHaServicesTest.java     |  44 +----
 .../nonha/embedded/EmbeddedLeaderServiceTest.java  | 103 ++++++++++++
 .../nonha/embedded/TestingLeaderContender.java     |  87 ++++++++++
 .../taskmanager/LocalTaskManagerLocation.java      |   2 +-
 9 files changed, 413 insertions(+), 101 deletions(-)
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/highavailability/nonha/embedded/EmbeddedLeaderServiceTest.java
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/highavailability/nonha/embedded/TestingLeaderContender.java

Reply via email to