[infinispan-issues] [JBoss JIRA] (ISPN-1593) Some cache stores leak threads

Dan Berindei (Created) (JIRA) jira-events at lists.jboss.org
Tue Dec 6 03:32:40 EST 2011


Some cache stores leak threads
------------------------------

                 Key: ISPN-1593
                 URL: https://issues.jboss.org/browse/ISPN-1593
             Project: Infinispan
          Issue Type: Bug
          Components: Loaders and Stores
    Affects Versions: 5.1.0.BETA5
            Reporter: Dan Berindei
            Assignee: Dan Berindei
             Fix For: 5.1.0.CR1, 5.1.0.FINAL


Some cache stores derive from AbstractCacheStore but they don't call {{super.stop()}} in their {{stop()}} implementation, so they leak the purger thread(s): CassandraCacheStore, JdbcStringBasedCacheStore, JdbcBinaryCacheStore, JdbmCacheStore, RemoteCacheStore, DummyInMemoryCacheStore.

--
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 infinispan-issues mailing list