kyungwan nam created YARN-10206:
-----------------------------------

             Summary: Service stuck in the STARTED state when it has a 
component having no instance
                 Key: YARN-10206
                 URL: https://issues.apache.org/jira/browse/YARN-10206
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: kyungwan nam
            Assignee: kyungwan nam



* 'compb' has no instance. it means 'number_of_containers' is 0
* 'compb' has a dependency on 'compa'.

{code}
"components": [
   {
      "name”:”compa”,
      "number_of_containers": 1,
      "dependencies" : [
      ]
    },
    {
      "name":"compb”,
      "number_of_containers": 0,
      "dependencies" : [
        "compa"
      ],
{code}
when launching the service, it stuck in the STARTED state




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to