Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-10206

Service stuck in the STARTED state when it has a component having no instance

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      • 'compb' has no instance. it means 'number_of_containers' is 0
      • 'compb' has a dependency on 'compa'.
      "components": [
         {
            "name”:”compa”,
            "number_of_containers": 1,
            "dependencies" : [
            ]
          },
          {
            "name":"compb”,
            "number_of_containers": 0,
            "dependencies" : [
              "compa"
            ],
      

      when launching the service, it stuck in the STARTED state

      Attachments

        1. YARN-10206.001.patch
          4 kB
          kyungwan nam

        Activity

          People

            kyungwan nam kyungwan nam
            kyungwan nam kyungwan nam
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: