Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-3228

ApplyRemoteMasterDomainHandler should use values sent from DC for root resource

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.1.0.CR1, 8.1.0.Final
    • 8.0.0.Final
    • None
    • None

    Description

      This is needed to keep the slave copy of the resource model actually the same, and popped up during mixed domain testing of EAP with a 6.2.0 slave.

      Connect directly to to 6.1.1 slave - gets domain version from master

      [domain@localhost:19999 /] :read-resource
      {
          "outcome" => "success",
          "result" => {
              "deployment" => undefined,
              "deployment-overlay" => undefined,
              "management-major-version" => 1,
              "management-micro-version" => 0,
              "management-minor-version" => 6,
              "name" => "Unnamed Domain",
              "namespaces" => [],
              "path" => undefined,
              "product-name" => "EAP",
              "product-version" => "6.3.0.Alpha3",
              "profile" => undefined,
              "release-codename" => "Janus",
              "release-version" => "7.4.0.Final-redhat-SNAPSHOT",
       

      Connect directly to 6.2.0 slave - does not get domain version from master

      [domain@localhost:19999 /] :read-resource
      {
          "outcome" => "success",
          "result" => {
              "management-major-version" => 1,
              "management-micro-version" => 0,
              "management-minor-version" => 5,
              "name" => "Unnamed Domain",
              "namespaces" => [],
              "product-name" => "EAP",
              "product-version" => "6.2.0.GA",
              "release-codename" => "Janus",
              "release-version" => "7.3.0.Final-redhat-14",
      

      The 6.2.0 slave should look the same as the 6.1.1 slave for these attributes.

      Attachments

        Activity

          People

            kkhan1@redhat.com Kabir Khan
            kkhan1@redhat.com Kabir Khan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: