Bug 1138855
| Summary: | EAP Patch Deploy To EAP Domain Controller Group Fails | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Matt Mahoney <mmahoney> | ||||
| Component: | Plugin -- Other | Assignee: | RHQ Project Maintainer <rhq-maint> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | JON 3.3.0 | CC: | lkrejci | ||||
| Target Milestone: | ER03 | ||||||
| Target Release: | JON 3.3.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-12-11 14:03:08 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1069547 | ||||||
| Attachments: |
|
||||||
master:
commit a4a608c90c90d3cddec7929c7d8cee83be8469b9
Author: Lukas Krejci <lkrejci>
Date: Mon Sep 8 15:23:11 2014 +0200
[BZ 1069547] Support shutdown of domain controller in ServerControl
This fixes the patching domain controllers which failed if restart
was demanded during the deployment.
Also optimized the reading of host.xml (to find the host of the domain
controller in the domain) to use SAX parser instead of DOM. This is
much lighter on resources and should also be much quicker because we
only need to read first couple of lines of the file.
release/jon3.3.x:
commit bf0d3cd8e02b223cdaee1d6721e444a965676043
Author: Lukas Krejci <lkrejci>
Date: Mon Sep 8 15:23:11 2014 +0200
[BZ 1069547] Support shutdown of domain controller in ServerControl
This fixes the patching domain controllers which failed if restart
was demanded during the deployment.
Also optimized the reading of host.xml (to find the host of the domain
controller in the domain) to use SAX parser instead of DOM. This is
much lighter on resources and should also be much quicker because we
only need to read first couple of lines of the file.
(cherry picked from commit a4a608c90c90d3cddec7929c7d8cee83be8469b9)
Moving to ON_QA as available for test with the following brew build: https://brewweb.devel.redhat.com//buildinfo?buildID=385149 |
Created attachment 934901 [details] server.log Description of problem: Deploy fails when attempting deploying a Patch Bundle to a Group that contains a single EAP Domain Controller (reproduced with 6.2.3 and 6.2.4 patch bundles). Version-Release number of selected component (if applicable): JON 3.3 ER02 How reproducible: Always. Steps to Reproduce: 1. Create a Group with a single EAP Domain Controller Resource. 2. Attempt to Deploy a 6.2.3 or 6.2.4 patch bundle to the EAP group. 3. Actual results: Deploy to a group containing EAP Domain Controllers. Expected results: Deploy to group containing EAP Domain Controllers should succeed. Additional info: