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 3261292 [hotfix][runtime] Log errors that happen in DefaultScheduler
deployment
add 71efb87 [hotfix][runtime] Fix code style violations in JobVertex
add 2353877 [hotfix][runtime] Fix code style violations in
SlotSharingGroup and VertexSlotSharingTest
add 4e916e0 [hotfix][runtime] Remove useless constructor of
SlotSharingGroup
add 48f3488 [FLINK-14734][runtime] Add a ResourceSpec in slot sharing
group to describe the resources it needs overall
No new revisions were added by this update.
Summary of changes:
.../flink/api/common/operators/ResourceSpec.java | 34 ++++++++++
.../api/common/operators/ResourceSpecTest.java | 45 +++++++++++++
.../apache/flink/runtime/jobgraph/JobVertex.java | 78 +++++++++++-----------
.../jobmanager/scheduler/SlotSharingGroup.java | 48 +++++++------
.../executiongraph/VertexSlotSharingTest.java | 69 +++++++++++++++----
.../PartialConsumePipelinedResultTest.java | 3 +-
.../scheduler/ScheduleOrUpdateConsumersTest.java | 3 +-
.../runtime/minicluster/MiniClusterITCase.java | 2 +-
.../TaskCancelAsyncProducerConsumerITCase.java | 2 +-
9 files changed, 204 insertions(+), 80 deletions(-)