[infinispan-issues] [JBoss JIRA] (ISPN-1968) Test suite hanging on the cluster cache store
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Wed Apr 4 13:51:47 EDT 2012
[ https://issues.jboss.org/browse/ISPN-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681811#comment-12681811 ]
Mircea Markus commented on ISPN-1968:
-------------------------------------
This is a regression introduced with https://github.com/infinispan/infinispan/commit/af2c85ac2c461a064c61415463f2b353e2205728.
Problem: code was added within CloudCacheStore to write lock (WL) a key purge. But at that point the key was already EL locked, so the WL failed and blocked forever.
Solution: don't acquire a WL during purge, but upgrade the lock from RL to WL.
> Test suite hanging on the cluster cache store
> ---------------------------------------------
>
> Key: ISPN-1968
> URL: https://issues.jboss.org/browse/ISPN-1968
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 5.1.3.FINAL, 5.2.0.ALPHA1
> Reporter: Mircea Markus
> Assignee: Mircea Markus
> Priority: Blocker
> Fix For: 5.1.4.CR1, 5.1.4.FINAL, 5.2.0.ALPHA1
>
>
> The test suite is hanging on the cluster cache store. This makes it practically unusable.
--
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