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

Add voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            kyungwan nam kyungwan nam
            kyungwan nam kyungwan nam

            Dates

              Created:
              Updated:

              Slack

                Issue deployment