[jboss-jira] [JBoss JIRA] Updated: (JBCACHE-533) Remove synchronization in Passivation/Activation interceptor
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Fri Jul 13 10:25:03 EDT 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-533?page=all ]
Manik Surtani updated JBCACHE-533:
----------------------------------
Summary: Remove synchronization in Passivation/Activation interceptor (was: Change synchronization to use locks in Passivation/Activation interceptor)
Description: This is now handled in the cache loader implementation (was:
Re synchronization in PassivationInterceptor and ActivationInterceptor
The synchronization statement is needed to prevent multiple threads from trying to passivate or activate the node at the same time. However, we can switch to use BaseCacheLoaderInterceptor.obtainLoaderLock() to obtain locks. The same strategy used in CacheStoreInterceptor and CacheLoaderInterceptor. Please open a JIRA Issue for it and it'll be done. )
Assignee: Manik Surtani (was: Hany Mesha)
Complexity: Low
> Remove synchronization in Passivation/Activation interceptor
> ------------------------------------------------------------
>
> Key: JBCACHE-533
> URL: http://jira.jboss.com/jira/browse/JBCACHE-533
> Project: JBoss Cache
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 1.3.0.GA
> Reporter: Elias Ross
> Assigned To: Manik Surtani
> Fix For: 2.0.0.GA
>
>
> This is now handled in the cache loader implementation
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list