StefanRRichter commented on a change in pull request #6961: [FLINK-9635] Fix 
scheduling for local recovery
URL: https://github.com/apache/flink/pull/6961#discussion_r229319663
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/SlotContext.java
 ##########
 @@ -58,4 +36,11 @@
         * @return The gateway that can be used to send messages to the 
TaskManager.
         */
        TaskManagerGateway getTaskManagerGateway();
+
+       /**
+        * Returns the resource profile of the slot.
+        *
+        * @return the resource profile of the slot.
+        */
+       ResourceProfile getResourceProfile();
 
 Review comment:
   Agreed, we can remove it completely for this PR.

----------------------------------------------------------------
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