tillrohrmann commented on a change in pull request #16485:
URL: https://github.com/apache/flink/pull/16485#discussion_r669458770



##########
File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/slotpool/SlotPoolUtils.java
##########
@@ -55,6 +59,16 @@ private SlotPoolUtils() {
         throw new UnsupportedOperationException("Cannot instantiate this 
class.");
     }
 
+    public static DeclarativeSlotPoolBridge createDeclarativeSlotPoolBridge() {
+        return new DeclarativeSlotPoolBridge(

Review comment:
       This won't work because the builder already starts the slot pool bridge 
which this method does not do. But I think, that I can change the 
`DeclarativeSlotPoolBridgeBuilder` a bit to make this work.




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


Reply via email to