You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Nico Kruber (JIRA)" <ji...@apache.org> on 2017/08/02 16:26:00 UTC

[jira] [Created] (FLINK-7355) YARNSessionFIFOITCase#testfullAlloc does not run anymore

Nico Kruber created FLINK-7355:
----------------------------------

             Summary: YARNSessionFIFOITCase#testfullAlloc does not run anymore
                 Key: FLINK-7355
                 URL: https://issues.apache.org/jira/browse/FLINK-7355
             Project: Flink
          Issue Type: Bug
          Components: Tests, YARN
    Affects Versions: 1.4.0, 1.3.2
            Reporter: Nico Kruber
            Priority: Minor


{{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
(v6.4.14#64029)