[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
Wed Sep 5 04:40:32 EDT 2012


Dan Berindei created ISPN-2260:
----------------------------------

             Summary: 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.7.Final


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