zhuzhurk commented on a change in pull request #12256: URL: https://github.com/apache/flink/pull/12256#discussion_r429754093
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/DefaultExecutionSlotAllocator.java ########## @@ -67,23 +76,211 @@ private final SlotProviderStrategy slotProviderStrategy; + private final SlotOwner slotOwner; + private final InputsLocationsRetriever inputsLocationsRetriever; + // temporary hack. can be removed along with the individual slot allocation code path + // once bulk slot allocation is fully functional + private final boolean enableBulkSlotAllocation; Review comment: Will give a try. ---------------------------------------------------------------- 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: us...@infra.apache.org