tillrohrmann commented on a change in pull request #9105: 
[FLINK-13241][Yarn/Mesos] Fix Yarn/MesosResourceManager setting managed memory 
size into wrong configuration instance.
URL: https://github.com/apache/flink/pull/9105#discussion_r307803681
 
 

 ##########
 File path: 
flink-yarn/src/main/java/org/apache/flink/yarn/YarnResourceManager.java
 ##########
 @@ -325,7 +326,12 @@ Resource getContainerResource() {
 
        @VisibleForTesting
        Collection<ResourceProfile> getSlotsPerWorker() {
-               return slotsPerWorker;
+               return 
defaultTaskManagerParameters.getWorkerSlotResourceProfiles();
 
 Review comment:
   This method is no longer needed.

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


With regards,
Apache Git Services

Reply via email to