[infinispan-issues] [JBoss JIRA] (ISPN-2260) Cache manager shutdown blocks for 1 minute if the JGroups channel has already been stopped
Dan Berindei (JIRA)
jira-events at lists.jboss.org
Fri Sep 21 08:43:35 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dan Berindei resolved ISPN-2260.
--------------------------------
Resolution: Done
Fixed with ISPN-2265. The users still see a warning in the log about attempting to send something on a closed channel, but the shutdown is immediate.
> Cache manager shutdown blocks for 1 minute if the JGroups channel has already been stopped
> ------------------------------------------------------------------------------------------
>
> Key: ISPN-2260
> URL: https://issues.jboss.org/browse/ISPN-2260
> Project: Infinispan
> Issue Type: Bug
> Components: Locking and Concurrency
> Affects Versions: 5.1.6.FINAL
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Critical
> Fix For: 5.1.x
>
>
> When the JGroups channel is not created by Infinispan, as it happens in AS7, the channel can be closed before the cache manager has finished stopping.
> Because of JGRP-1508, this can block cache leave commands (or cache view installation commands, if the local node was the coordinator) for 1 minute (the default RSVP timeout).
> We can work around this, at least for cache view installation commands, by calling shutdownNow() on the cache view installation executor.
--
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 infinispan-issues
mailing list