[infinispan-issues] [JBoss JIRA] (ISPN-7045) Fix interrupt handling during CacheStore.purge(...)

Paul Ferraro (Jira) issues at jboss.org
Thu Apr 4 14:31:06 EDT 2019


     [ https://issues.jboss.org/browse/ISPN-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Ferraro updated ISPN-7045:
-------------------------------
    Affects Version/s: 9.4.12.Final
                       9.3.6.Final


> Fix interrupt handling during CacheStore.purge(...)
> ---------------------------------------------------
>
>                 Key: ISPN-7045
>                 URL: https://issues.jboss.org/browse/ISPN-7045
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Loaders and Stores
>    Affects Versions: 8.2.4.Final, 9.3.6.Final, 9.4.12.Final
>            Reporter: Paul Ferraro
>            Priority: Major
>
> During cache shutdown, any persistence threads are interrupted.  Some cache stores, e.g. JdbcBinaryStore, inappropriately rethrow InterruptedExceptions as PersistenceExceptions, which then get logged as ERROR by the ExpirationManager.
> Other cache stores, e.g. SingleFileStore, don't handle/react to interrupts at all!
> I haven't looked at every cache store implementation, but the problem seems widespread.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the infinispan-issues mailing list