tillrohrmann commented on a change in pull request #9928: [FLINK-12122] Add
support for spreading slots out across all TaskExecutors
URL: https://github.com/apache/flink/pull/9928#discussion_r338520498
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/resourcemanager/ResourceManagerRuntimeServices.java
##########
@@ -56,8 +58,16 @@ public static ResourceManagerRuntimeServices
fromConfiguration(
final SlotManagerConfiguration slotManagerConfiguration =
configuration.getSlotManagerConfiguration();
+ final SlotMatchingStrategy slotMatchingStrategy;
Review comment:
Ok, will factor it out.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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