[jboss-jira] [JBoss JIRA] Updated: (JBCACHE-674) PojoCache to handle simultaneous pojo attach on the clustering nodes
Ben Wang (JIRA)
jira-events at jboss.com
Tue Nov 7 19:49:41 EST 2006
[ http://jira.jboss.com/jira/browse/JBCACHE-674?page=all ]
Ben Wang updated JBCACHE-674:
-----------------------------
Priority: Critical (was: Major)
> PojoCache to handle simultaneous pojo attach on the clustering nodes
> --------------------------------------------------------------------
>
> Key: JBCACHE-674
> URL: http://jira.jboss.com/jira/browse/JBCACHE-674
> Project: JBoss Cache
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: PojoCache
> Reporter: Ben Wang
> Assigned To: Ben Wang
> Priority: Critical
> Fix For: PojoCache 2.2.0
>
> Original Estimate: 1 week
> Remaining Estimate: 1 week
>
> Currently we don't handle cases with active attachment of pojo on all clustering nodes. For example,
> cacheA.attach("1", pojo1);
> cacheB.attach("1", pojo2);
> pojo2 will overwrite pojo1 but pojo1 will still have cache interceptor attached to it. So solution will have to be some sort of check dirty mechanism when any POJO operation is called. But this will introduce more overheads.
> Still need to gather more use case for this.
--
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