[jboss-jira] [JBoss JIRA] (WFLY-1511) RemoteDomainConnection.close() will block forever if the master HC is not running
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Mon Jul 1 09:42:20 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
RH Bugzilla Integration updated WFLY-1511:
------------------------------------------
Bugzilla Update: (was: Perform)
Bugzilla References: (was: https://bugzilla.redhat.com/show_bug.cgi?id=965374)
> RemoteDomainConnection.close() will block forever if the master HC is not running
> ----------------------------------------------------------------------------------
>
> Key: WFLY-1511
> URL: https://issues.jboss.org/browse/WFLY-1511
> Project: WildFly
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 8.0.0.Alpha1
> Reporter: Brian Stansberry
> Assignee: Emanuel Muckenhuber
>
> RemoteDomainConnection.close() overrides FutureManagementChannel.close() to first send a "unregister" message to the master HC before calling the superclass functionality.
> Problem is this call tries to open a connection to the master and will block forever waiting for it to connect if the master isn't available, as seen at http://fpaste.org/18232/37105700/
> That example was from AutoIgnoredResourcesDomainTestCase which is concurrently shutting down the hosts in the domain, meaning the master can be shutting down in the middle of or prior to slave shutdown.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list