[infinispan-issues] [JBoss JIRA] (ISPN-2898) Web Cache fails to start when multiple apps are trying to create it
Dan Berindei (JIRA)
jira-events at lists.jboss.org
Tue Apr 9 03:30:42 EDT 2013
[ https://issues.jboss.org/browse/ISPN-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765706#comment-12765706 ]
Dan Berindei commented on ISPN-2898:
------------------------------------
What is the lockAcquisitionTimeout on the caches being started? I think increasing that timeout should be a good enough workaround.
As for Infinispan code changes, we should add a global startupTimeout that should be used for the global cacheCreationLock acquisition instead of each cache's lockAcquisitionTimeout. Changing DefaultCacheManager.start() to start all the components in the global component registry, including the transport, would help as well.
> 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
> Affects Versions: 5.1.7.Final
> Reporter: Shay Matasaro
> Assignee: Dan Berindei
>
> 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