[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
Tue May 19 11:06:19 EDT 2015


Brian Stansberry created WFCORE-701:
---------------------------------------

             Summary: 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: 2.0.0.Alpha2, 1.0.0.CR4
            Reporter: Brian Stansberry
             Fix For: 2.0.0.CR1


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.3.15#6346)


More information about the jboss-jira mailing list