[infinispan-issues] [JBoss JIRA] (ISPN-2898) Web Cache fails to start when multiple apps are trying to create it
Dennis Reed (JIRA)
jira-events at lists.jboss.org
Wed Mar 6 16:12:56 EST 2013
[ https://issues.jboss.org/browse/ISPN-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759193#comment-12759193 ]
Dennis Reed commented on ISPN-2898:
-----------------------------------
The issue is the cacheCreateLock in org.infinispan.manager.DefaultCacheManager#wireCache
When multiple caches are started at the same time, some are timing out waiting for this lock.
> Web Cache fails to start when multiple apps are trying to create it
> -------------------------------------------------------------------
>
> Key: ISPN-2898
> URL: https://issues.jboss.org/browse/ISPN-2898
> Project: Infinispan
> Issue Type: Bug
> Reporter: Shay Matasaro
> Assignee: Mircea Markus
>
> When multiple apps are trying to create/connect to the web cache , the fist one get a lock on the cache manager, and prevents the others from starting it in a timely manner
--
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