azagrebin commented on a change in pull request #6734: [FLINK-9455][RM] Add 
support for multi task slot TaskExecutors
URL: https://github.com/apache/flink/pull/6734#discussion_r220098945
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/slotmanager/PendingSlotRequest.java
 ##########
 @@ -78,4 +83,19 @@ public void setRequestFuture(@Nullable 
CompletableFuture<Acknowledge> requestFut
        public CompletableFuture<Acknowledge> getRequestFuture() {
                return requestFuture;
        }
+
+       @Nullable
+       public PendingTaskManagerSlot getAssignedPendingTaskManagerSlot() {
+               return pendingTaskManagerSlot;
+       }
+
+       public void assignPendingTaskManagerSlot(PendingTaskManagerSlot 
pendingTaskManagerSlotToAssign) {
 
 Review comment:
   @Nonnull pendingTaskManagerSlotToAssign seems to make sense only then

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to