This is an automated email from the ASF dual-hosted git repository.
zhuzh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 97d5915 [hotfix][tests] Cleanup SimpleRecoveryITCaseBase
new 2c6521a [FLINK-20439][runtime] Rework scheduleOrUpdateConsumers in
ExecutionGraph and its sub-components
new 1aa9074 [FLINK-20439][runtime] Rename `scheduleOrUpdateConsumers` to
`notifyPartitionDataAvailable` to avoid confusion
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:
.../ResultPartitionDeploymentDescriptor.java | 12 +-
.../flink/runtime/executiongraph/Execution.java | 29 +---
.../runtime/executiongraph/ExecutionGraph.java | 23 +--
.../runtime/executiongraph/ExecutionVertex.java | 31 +---
.../apache/flink/runtime/jobmaster/JobMaster.java | 4 +-
.../flink/runtime/jobmaster/JobMasterGateway.java | 4 +-
.../flink/runtime/scheduler/DefaultScheduler.java | 8 +-
.../flink/runtime/scheduler/DeploymentOption.java | 12 +-
.../flink/runtime/scheduler/SchedulerBase.java | 13 +-
.../flink/runtime/scheduler/SchedulerNG.java | 2 +-
.../rpc/RpcResultPartitionConsumableNotifier.java | 7 +-
...bleNotifyingResultPartitionWriterDecorator.java | 4 +-
.../ResultPartitionDeploymentDescriptorTest.java | 2 +-
.../ExecutionGraphPartitionReleaseTest.java | 2 +-
.../ExecutionGraphVariousFailuesTest.java | 16 +-
.../ExecutionVertexDeploymentTest.java | 2 +-
.../utils/SimpleAckingTaskManagerGateway.java | 9 ++
.../io/network/partition/ResultPartitionTest.java | 8 +-
.../scheduler/ScheduleOrUpdateConsumersTest.java | 174 --------------------
.../scheduler/UpdatePartitionConsumersTest.java | 178 +++++++++++++++++++++
.../jobmaster/utils/TestingJobMasterGateway.java | 10 +-
.../utils/TestingJobMasterGatewayBuilder.java | 8 +-
.../runtime/scheduler/TestingSchedulerNG.java | 2 +-
.../taskexecutor/TaskExecutorSubmissionTest.java | 14 +-
24 files changed, 274 insertions(+), 300 deletions(-)
delete mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/scheduler/ScheduleOrUpdateConsumersTest.java
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/scheduler/UpdatePartitionConsumersTest.java