This is an automated email from the ASF dual-hosted git repository.
gary pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 48f3488 [FLINK-14734][runtime] Add a ResourceSpec in slot sharing
group to describe the resources it needs overall
add beba9dc [FLINK-14859][runtime] Avoid leaking unassigned slots when
deployment is outdated
No new revisions were added by this update.
Summary of changes:
.../flink/runtime/scheduler/DefaultScheduler.java | 15 ++++
.../flink/runtime/scheduler/DeploymentHandle.java | 14 ++++
.../runtime/scheduler/DefaultSchedulerTest.java | 15 ++++
.../runtime/scheduler/DeploymentHandleTest.java | 97 ++++++++++++++++++++++
.../scheduler/TestExecutionSlotAllocator.java | 18 +++-
5 files changed, 157 insertions(+), 2 deletions(-)
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/DeploymentHandleTest.java