[jboss-jira] [JBoss JIRA] Resolved: (JBCACHE-1273) Should be able to use ClusteredCacheLoader with CacheMode.LOCAL
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Fri Apr 25 09:44:12 EDT 2008
[ http://jira.jboss.com/jira/browse/JBCACHE-1273?page=all ]
Manik Surtani resolved JBCACHE-1273.
------------------------------------
Fix Version/s: (was: 2.2.0.GA)
Resolution: Rejected
Not fixing this one since there is a fundamental flaw with allowing a clustered cache loader to work in LOCAL mode. While it does make sense to use the CCL instead of fetching in-memory state on startup (effectively becoming a lazy state transfer mechanism) it doesn't make sense if you are not in a replicated mode since the state you may pull back from the cluster may not be relevant to you.
> Should be able to use ClusteredCacheLoader with CacheMode.LOCAL
> ---------------------------------------------------------------
>
> Key: JBCACHE-1273
> URL: http://jira.jboss.com/jira/browse/JBCACHE-1273
> Project: JBoss Cache
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Cache loaders
> Affects Versions: 2.0.0.GA
> Reporter: Manik Surtani
> Assigned To: Manik Surtani
>
> Currently the RPCManager only starts a cluster channel if CacheMode is replicated or invalidated. Not local. And the ClusteredCacheLoader relies on this comm channel.
--
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