[jboss-jira] [JBoss JIRA] Updated: (JBCACHE-674) PojoCache to handle simultaneous pojo attach on the clustering nodes

Jason T. Greene (JIRA) jira-events at lists.jboss.org
Mon Apr 2 20:03:24 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBCACHE-674?page=all ]

Jason T. Greene updated JBCACHE-674:
------------------------------------

    Assignee: Jason T. Greene  (was: Ben Wang)

> 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: Jason T. Greene
>            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