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

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


    from 36fdbef  [FLINK-13427][hive] HiveCatalog's createFunction fails when 
function name has upper-case characters
     new fc72a7c  [hotfix][coordination] Check whether partition set to track 
is empty
     new 7b95f32  [FLINK-13371][coordination] Prevent leaks of blocking 
partitions

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:
 .../flink/runtime/executiongraph/Execution.java    |  71 +++--
 .../runtime/executiongraph/ExecutionGraph.java     |   2 +-
 .../runtime/executiongraph/ExecutionVertex.java    |   4 +-
 .../io/network/partition/PartitionTracker.java     |   5 +
 .../io/network/partition/PartitionTrackerImpl.java |   7 +
 .../flink/runtime/shuffle/ProducerDescriptor.java  |   4 +-
 .../taskexecutor/partition/PartitionTable.java     |   4 +
 .../ExecutionGraphDeploymentTest.java              |   2 +-
 .../ExecutionPartitionLifecycleTest.java           | 324 +++++++++++++++++++++
 .../runtime/executiongraph/ExecutionTest.java      | 127 --------
 .../io/network/partition/NoOpPartitionTracker.java |   4 +
 .../io/network/partition/PartitionTestUtils.java   |   2 +-
 .../partition/PartitionTrackerImplTest.java        |   7 +-
 .../network/partition/TestingPartitionTracker.java |  10 +
 .../TaskExecutorPartitionLifecycleTest.java        |  51 +++-
 .../taskexecutor/partition/PartitionTableTest.java |   9 +
 16 files changed, 469 insertions(+), 164 deletions(-)
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionPartitionLifecycleTest.java

Reply via email to