[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-545) AsyncStore ignoring potential InterruptedException arising from 3rd party cache store libraries
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Tue Jul 20 04:13:53 EDT 2010
[ https://jira.jboss.org/browse/ISPN-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreno resolved ISPN-545.
-----------------------------------
Fix Version/s: 4.1.0.CR2
4.1.0.Final
Resolution: Done
> AsyncStore ignoring potential InterruptedException arising from 3rd party cache store libraries
> -----------------------------------------------------------------------------------------------
>
> Key: ISPN-545
> URL: https://jira.jboss.org/browse/ISPN-545
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores
> Affects Versions: 4.0.0.Final, 4.1.0.CR1
> Reporter: Galder Zamarreno
> Assignee: Galder Zamarreno
> Fix For: 4.1.0.CR2, 4.1.0.Final
>
>
> When the cache is stopped, AsyncStore tries to cancel the async processing thread. This cancellation can interrupt the the thread while is applying store modifications and if any InterruptedException is thrown by the underlying 3rd party library, this is currently ignore which can lead to Infinispan Cache never stopping.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list