]
RH Bugzilla Integration commented on WFCORE-855:
------------------------------------------------
Carlo de Wolf <cdewolf(a)redhat.com> changed the Status of [bug
Intermittent Disconnection from CLI After Reload in domain mode
---------------------------------------------------------------
Key: WFCORE-855
URL:
https://issues.jboss.org/browse/WFCORE-855
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 2.0.0.Alpha12
Reporter: Joe Wertz
Assignee: Joe Wertz
Fix For: 2.0.0.Alpha13
Original Estimate: 3 minutes
Time Spent: 3 hours
Remaining Estimate: 0 minutes
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