[
http://jira.jboss.com/jira/browse/JBCACHE-533?page=comments#action_12368879 ]
Manik Surtani commented on JBCACHE-533:
---------------------------------------
Synchronization removed. This is now handled in the cache loader implementations.
Change synchronization to use locks 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: Hany Mesha
Fix For: 2.0.0.GA
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.
--
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