[jboss-jira] [JBoss JIRA] (WFCORE-4139) Unclean disconnect of stopping slave HC from the domain
Brian Stansberry (JIRA)
issues at jboss.org
Thu Sep 27 12:51:00 EDT 2018
Brian Stansberry created WFCORE-4139:
----------------------------------------
Summary: Unclean disconnect of stopping slave HC from the domain
Key: WFCORE-4139
URL: https://issues.jboss.org/browse/WFCORE-4139
Project: WildFly Core
Issue Type: Bug
Components: Management
Reporter: Brian Stansberry
Assignee: Jeff Mesnil
An interesting problem popped up when executing a new test I wrote.[1]
The test invoked DomainLifecycleUtil.stop() to stop the slave HC. After it returned, it invoked an op on the master, one that would result in domain wide rollout. That failed with a failure indicating a problem sending the op to the slave.
But the slave should have been disconnected from the master before DomainLifecycleUtil.stop() returned. It does a process.stop() on the PC, which should cleanly stop the PC, which cleanly stops the HC, which should cleanly disconnect from the master as part of stopping. But somehow that didn't all happen.
[1] These specific details will soon be out of date; i.e. I'll change the test to work around this and eventually the test job will come out of TeamCity history. But anyway here they are:
https://ci.wildfly.org/viewLog.html?buildId=123039&tab=buildResultsDiv&buildTypeId=WildFlyCore_MasterIgnorWindows
{code}
java.lang.AssertionError: {"host-failure-descriptions" => {"slave" => "Writes closed"}}
at org.junit.Assert.fail(Assert.java:88)
at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:229)
at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:221)
at org.jboss.as.test.integration.domain.suites.HostLifecycleWithRolloutPlanTestCase.addRolloutPlan(HostLifecycleWithRolloutPlanTestCase.java:189)
at org.jboss.as.test.integration.domain.suites.HostLifecycleWithRolloutPlanTestCase.testSlaveBootWithMissingRolloutPlan(HostLifecycleWithRolloutPlanTestCase.java:167)
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list