tillrohrmann commented on a change in pull request #6898: [FLINK-10431] 
Extraction of scheduling-related code from SlotPool into preliminary Scheduler
URL: https://github.com/apache/flink/pull/6898#discussion_r228103506
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/slotpool/SingleLogicalSlotTest.java
 ##########
 @@ -315,6 +315,11 @@ public int getPhysicalSlotNumber() {
                        return 0;
                }
 
+               @Override
+               public ResourceProfile getResourceProfile() {
+                       throw new UnsupportedOperationException("Not 
implemented");
 
 Review comment:
   Could the return value be `ResourceProfile#UNKNOWN`?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to