azagrebin commented on a change in pull request #10161: [FLINK-13986][runtime] 
Clean up legacy code for FLIP-49.
URL: https://github.com/apache/flink/pull/10161#discussion_r352633811
 
 

 ##########
 File path: 
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNSessionCapacitySchedulerITCase.java
 ##########
 @@ -221,7 +211,7 @@ public void perJobYarnClusterOffHeap() throws Exception {
                                        "-yjm", "768m",
                                        "-ytm", taskManagerMemoryMB + "m",
                                        "-yD", 
"taskmanager.memory.off-heap=true",
-                                       "-yD", "taskmanager.memory.size=" + 
offHeapMemory + "m", exampleJarLocation.getAbsolutePath()},
+                                       exampleJarLocation.getAbsolutePath()},
 
 Review comment:
   `"taskmanager.memory.off-heap=true"` can be removed

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to