[jboss-jira] [JBoss JIRA] (WFCORE-701) Inconsistent domain server status reports between server-config resource and server resource
Brian Stansberry (JIRA)
issues at jboss.org
Thu Sep 3 09:52:00 EDT 2015
[ https://issues.jboss.org/browse/WFCORE-701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated WFCORE-701:
------------------------------------
Fix Version/s: 3.0.0.Alpha1
(was: 2.0.0.CR1)
> Inconsistent domain server status reports between server-config resource and server resource
> --------------------------------------------------------------------------------------------
>
> Key: WFCORE-701
> URL: https://issues.jboss.org/browse/WFCORE-701
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 1.0.0.CR4, 2.0.0.Alpha2
> Reporter: Brian Stansberry
> Fix For: 3.0.0.Alpha1
>
>
> When a managed server fails in some way, the server status reporting is inconsistent between the /host=<host>/server-config=<server> resources and the /host=<host>/server=<server> resource.
> To reproduce, run domain.sh, find the pid of a server process, and kill -9 <thepid>. Then with the CLI:
> {code}
> [domain at localhost:9990 /] /host=master/server-config=server-two:read-attribute(name=status)
> {
> "outcome" => "success",
> "result" => "FAILED"
> }
> [domain at localhost:9990 /] /host=master/server=server-two:read-attribute(name=server-state)
> {
> "outcome" => "success",
> "result" => "STOPPED"
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list