tillrohrmann commented on a change in pull request #18286:
URL: https://github.com/apache/flink/pull/18286#discussion_r783151361
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SlotPool.java
##########
@@ -177,9 +199,18 @@ void start(
* requested batch slot
* @return a future which is completed with newly allocated batch slot
*/
+ @Nonnull
+ default CompletableFuture<PhysicalSlot> requestNewAllocatedBatchSlot(
+ @Nonnull SlotRequestId slotRequestId, @Nonnull ResourceProfile
resourceProfile) {
Review comment:
Yes, I will make it consistent in this class.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]