[ https://issues.apache.org/jira/browse/FLINK-7355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17194256#comment-17194256 ]
Matthias commented on FLINK-7355: --------------------------------- We looked at the issue as part of the Engine team's backlog grooming. We decided to remove the two testcases: * There is no point in having them if they are ignored constantly because of the memory consumption. * They are not maintained due to them being {{@Ignored}} > ignored (manual) tests in YARNSessionFIFOITCase do not run anymore > ------------------------------------------------------------------ > > Key: FLINK-7355 > URL: https://issues.apache.org/jira/browse/FLINK-7355 > Project: Flink > Issue Type: Bug > Components: Deployment / YARN, Tests > Affects Versions: 1.3.2, 1.4.0, 1.12.0 > Reporter: Nico Kruber > Priority: Minor > Labels: starter > > {{YARNSessionFIFOITCase#testfullAlloc}} is a test case that is ignored > because of a too high resource consumption but if run manually, it fails with > {code} > Error while deploying YARN cluster: Couldn't deploy Yarn session cluster > java.lang.RuntimeException: Couldn't deploy Yarn session cluster > at > org.apache.flink.yarn.AbstractYarnClusterDescriptor.deploySessionCluster(AbstractYarnClusterDescriptor.java:367) > at > org.apache.flink.yarn.cli.FlinkYarnSessionCli.run(FlinkYarnSessionCli.java:663) > at org.apache.flink.yarn.YarnTestBase$Runner.run(YarnTestBase.java:680) > Caused by: java.lang.IllegalArgumentException: The configuration value > 'containerized.heap-cutoff-min' is higher (600) than the requested amount of > memory 256 > at org.apache.flink.yarn.Utils.calculateHeapSize(Utils.java:101) > at > org.apache.flink.yarn.AbstractYarnClusterDescriptor.setupApplicationMasterContainer(AbstractYarnClusterDescriptor.java:1356) > at > org.apache.flink.yarn.AbstractYarnClusterDescriptor.startAppMaster(AbstractYarnClusterDescriptor.java:840) > at > org.apache.flink.yarn.AbstractYarnClusterDescriptor.deployInternal(AbstractYarnClusterDescriptor.java:456) > at > org.apache.flink.yarn.AbstractYarnClusterDescriptor.deploySessionCluster(AbstractYarnClusterDescriptor.java:362) > ... 2 more > {code} > in current master and > {code} > Error while starting the YARN Client: The JobManager memory (256) is below > the minimum required memory amount of 768 MB > java.lang.IllegalArgumentException: The JobManager memory (256) is below the > minimum required memory amount of 768 MB > at > org.apache.flink.yarn.AbstractYarnClusterDescriptor.setJobManagerMemory(AbstractYarnClusterDescriptor.java:187) > at > org.apache.flink.yarn.cli.FlinkYarnSessionCli.createDescriptor(FlinkYarnSessionCli.java:314) > at > org.apache.flink.yarn.cli.FlinkYarnSessionCli.run(FlinkYarnSessionCli.java:622) > at org.apache.flink.yarn.YarnTestBase$Runner.run(YarnTestBase.java:645) > {code} > in Flink 1.3.2 RC2 -- This message was sent by Atlassian Jira (v8.3.4#803005)