[jboss-jira] [JBoss JIRA] (AS7-3443) Composite operation on slave host freezes
Dominik Pospisil (JIRA)
jira-events at lists.jboss.org
Wed Jan 25 06:42:48 EST 2012
Dominik Pospisil created AS7-3443:
-------------------------------------
Summary: Composite operation on slave host freezes
Key: AS7-3443
URL: https://issues.jboss.org/browse/AS7-3443
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.1.0.Final
Environment: testsuite/domain/src/test/resources/domain-configs/domain-standard.xml
testsuite/domain/src/test/resources/host-configs/host-master.xml
testsuite/domain/src/test/resources/host-configs/host-slave.xml
Reporter: Dominik Pospisil
Assignee: Brian Stansberry
The following composite operation on slave server never finishes:
[domain at localhost:9999 system-property] batch
[domain at localhost:9999 system-property #] /host=slave/system-property=test:add(value="test")
#1 /host=slave/system-property=test:add(value="test")
[domain at localhost:9999 system-property #] /host=slave/system-property=test:write-attribute(name="value", value="test2")
#2 /host=slave/system-property=test:write-attribute(name="value", value="test2")
[domain at localhost:9999 system-property #] run-batch
The above sequences executes fine on master host. It also executes fine if the steps are executed separatelly.
The issue is also reproducible using management API directly (not CLI).
I am using domain configuration from testsuite/domain module.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list