This is an automated email from the ASF dual-hosted git repository.
xtsong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 93a88a5 [hotfix][test] Use varargs in StreamTaskTest#setupEnvironment
new 7265bfc [FLINK-20836][runtime] Add total resource profile and default
slot resource profile to WorkerRegistration
new 435ebfa [FLINK-20836][runtime] Pass total resource and default slot
resource in registering TaskManager to SlotManager
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:
.../runtime/resourcemanager/ResourceManager.java | 10 ++-
.../registration/WorkerRegistration.java | 19 ++++-
.../slotmanager/DeclarativeSlotManager.java | 7 +-
.../resourcemanager/slotmanager/SlotManager.java | 7 +-
.../slotmanager/SlotManagerImpl.java | 7 +-
.../slotmanager/DeclarativeSlotManagerTest.java | 74 ++++++++++++-----
.../SlotManagerFailUnfulfillableTest.java | 3 +-
.../slotmanager/SlotManagerImplTest.java | 97 ++++++++++++++++------
.../slotmanager/SlotProtocolTest.java | 10 ++-
.../TaskManagerCheckInSlotManagerTest.java | 17 +++-
.../slotmanager/TestingSlotManager.java | 5 +-
11 files changed, 198 insertions(+), 58 deletions(-)