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: CLIAssignee: jboss-set
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.4.2CC: 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    

Description Petr Kremensky 2015-07-31 11:52:18 UTC
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

Comment 3 JBoss JIRA Server 2015-08-04 07:51:33 UTC
Joe Wertz <ewertz> updated the status of jira WFCORE-855 to Coding In Progress

Comment 6 Petr Kremensky 2015-09-24 08:46:08 UTC
Verified on EAP 6.4.4.CP.CR3

Comment 8 Petr Penicka 2017-01-17 10:52:47 UTC
Retroactively bulk-closing issues from released EAP 6.4 cumulative patches.