Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1085122 - ApplyRemoteMasterDomainModelHandler should apply the values of the root resource
ApplyRemoteMasterDomainModelHandler should apply the values of the root resource
Status: CLOSED CURRENTRELEASE
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Domain Management (Show other bugs)
6.2.0
Unspecified Unspecified
unspecified Severity unspecified
: ER2
: EAP 6.3.0
Assigned To: Kabir Khan
Petr Kremensky
Russell Dickenson
:
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2014-04-07 17:34 EDT by Kabir Khan
Modified: 2014-07-03 23:48 EDT (History)
2 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
In previous versions of JBoss EAP 6, it was found that the root domain resource from the domain controller was not getting applied to the slave host controllers. Instead the slave host controllers would use their own root resource. This meant that when connecting to the slave domain controller directly, the version numbers in the root domain resource was the version of the slave domain controller, so the domain configuration was not homogeneous across the controllers in the domain. In this release of the product, the slave registration process was updated to apply the root domain resource and the version numbers are now the same across the whole domain.
Story Points: ---
Clone Of:
Environment:
Last Closed: 2014-06-28 11:25:35 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
JBoss Issue Tracker WFLY-3228 Major Resolved ApplyRemoteMasterDomainHandler should use values sent from DC for root resource 2014-07-24 03:21:33 EDT

  None (edit)
Description Kabir Khan 2014-04-07 17:34:45 EDT
It currently does not apply the root resource values, meaning a 6.2.0 slave and on the 6.x branch so far will use its local versions in the root resource, so the domain model is not in sync. e.g.

onnect 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. I noticed this while setting up mixed domain testing against 6.2.0 slaves.
Comment 1 Kabir Khan 2014-04-07 17:38:01 EDT
https://github.com/jbossas/jboss-eap/pull/1197
Comment 2 Petr Kremensky 2014-04-30 03:58:24 EDT
Verified on EAP 6.3.0.ER2.
Comment 3 JBoss JIRA Server 2014-05-31 22:28:14 EDT
Jason Greene <jason.greene@jboss.com> updated the status of jira WFLY-3228 to Reopened
Comment 4 JBoss JIRA Server 2014-05-31 22:30:43 EDT
Jason Greene <jason.greene@jboss.com> updated the status of jira WFLY-3228 to Resolved

Note You need to log in before you can comment on or make changes to this bug.