Bug 1249031
| Summary: | [GSS](6.4.z) Intermittent Disconnection from CLI After Reload in domain mode | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Petr Kremensky <pkremens> |
| Component: | CLI | Assignee: | jboss-set |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Kremensky <pkremens> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4.2 | CC: | bbaranow, bmaxwell, brian.stansberry, cdewolf, istudens, jboss-set |
| Target Milestone: | CR1 | ||
| Target Release: | EAP 6.4.4 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-17 10:52:47 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: | 1235744 | ||
Joe Wertz <ewertz> updated the status of jira WFCORE-855 to Coding In Progress Verified on EAP 6.4.4.CP.CR3 Retroactively bulk-closing issues from released EAP 6.4 cumulative patches. |
Description of problem: CLI scripts for management of managed domain Version-Release number of selected component (if applicable): 6.4.3.CP.CR1 How reproducible: Always Steps to Reproduce: Use CLI script: :read-attribute(name=process-type) reload --host=master :read-attribute(name=process-type) or commands option for script Actual results: 6.4.3 ./jboss-cli.sh -c commands=':read-attribute(name=process-type), reload --host=master, :read-attribute(name=process-type)' { "outcome" => "success", "result" => "Domain Controller" } Failed to establish connection in 6025ms Expected results: 6.3.3 ./jboss-cli.sh -c commands=':read-attribute(name=process-type), reload --host=master, :read-attribute(name=process-type)' { "outcome" => "success", "result" => "Domain Controller" } { "outcome" => "success", "result" => "Domain Controller" } Additional info: - Follow up to https://bugzilla.redhat.com/show_bug.cgi?id=1232933 - using --timeout doesn't workaround the problem