[jboss-jira] [JBoss JIRA] Created: (JBCACHE-1202) State transfer does not include optimistic node's DataVersion

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Oct 17 16:52:03 EDT 2007


State transfer does not include optimistic node's DataVersion
-------------------------------------------------------------

                 Key: JBCACHE-1202
                 URL: http://jira.jboss.com/jira/browse/JBCACHE-1202
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 1.4.1.SP5, 1.4.1.SP4, 1.4.1.SP3, 1.4.1.SP2, 1.4.1.SP1, 2.0.0.GA, 1.4.1.GA, 1.4.0.SP1, 1.4.0.GA, 1.3.0.SP4, 1.3.0.SP3, 1.3.0.SP2, 1.3.0.SP1, 1.3.0.GA, 2.1.0.BETA1
            Reporter: Brian Stansberry
         Assigned To: Manik Surtani


Here's the object that's transferred; doesn't include the DataVersion

public class NodeData implements Externalizable
{
   private Fqn<?> fqn = null;
   private Map<?, ?> attrs = null;
}

A hack solution that wouldn't affect wire format compatibility would be to store the version in the attrs map.

-- 
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