Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2907

Incorrect handling of composite operations with steps that address multiple hosts in a managed domain

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 7.1.0.Final
    • 7.0.2.Final, 7.1.0.Beta1
    • Domain Management
    • None

    Description

      This:

      {
      "operation" => "composite",
      "address" => undefined,
      "steps" => [

      { "operation" => "read-attribute", "address" => [("host" => "master")], "name" => "name" }

      ,

      { "operation" => "read-attribute", "address" => [ ("host" => "master"), ("interface" => "public") ], "name" => "inet-address" }

      ,

      { "operation" => "read-attribute", "address" => [("host" => "slave")], "name" => "name" }

      ,

      { "operation" => "read-attribute", "address" => [ ("host" => "slave"), ("interface" => "public") ], "name" => "inet-address" }

      ]
      }

      Results in:

      {
      "outcome" => "success",
      "result" => {
      "domain-results" => {
      "step-1" => {"step-1" => {
      "outcome" => undefined,
      "result" => "master"
      }},
      "step-2" => {"step-2" => {
      "outcome" => undefined,
      "result" => expression "${jboss.test.host.master.address}"
      }},
      "step-3" =>

      {"outcome" => "ignored-by-unaffected-host-controller"},
      "step-4" => {"outcome" => "ignored-by-unaffected-host-controller"}

      },
      "server-operations" => undefined
      }
      }

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: