Bug 1085913 - In domain mode, doing a read-only operation with the CLI on a remote HC, sets the remote server in "restart-required" mode
Summary: In domain mode, doing a read-only operation with the CLI on a remote HC, sets...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Domain Management
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ER4
: EAP 6.3.0
Assignee: Emanuel Muckenhuber
QA Contact: Petr Kremensky
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks: 1085915
TreeView+ depends on / blocked
 
Reported: 2014-04-09 15:54 UTC by Tom Fonteyne
Modified: 2015-02-01 23:05 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
: 1085915 (view as bug list)
Environment:
Last Closed: 2014-06-28 15:28:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker WFLY-3237 0 Major Resolved doing a read-only operation with the CLI sets a server in "restart-required" mode 2016-11-10 04:57:23 UTC

Description Tom Fonteyne 2014-04-09 15:54:13 UTC
Setup a DC and a remote HC
Have a servergroup "slaves"

    create remote server
    /host=slave10/server-config=i2:add(group=slaves,socket-binding-group=full-ha-sockets)
    create a JVM on it
    /host=slave10/server-config=i2/jvm=default:add()

do a full restart of the domain (reload --host=slave10 is actually enough)
ls -l /host=slave10/server=i2
...
server-state running STRING

cd /host=slave10/server-config=i2/jvm=default
ls-l
....
cd ../../server=i2
ls -l
...
server-state restart-required STRING

If you do not "cd" into the jvm, then the state stays at "running". It is the physically going into the jvm that causes this.

workaround: do not use "cd"

Comment 1 Petr Kremensky 2014-05-14 12:30:01 UTC
Verified on EAP 6.3.0.ER4.


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