]
Manik Surtani commented on JBCACHE-1202:
----------------------------------------
Added unit test o.j.c.statetransfer.DataVersionTransferTest and implemented a fix based on
putting the data version in the attribs map.
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
Priority: Critical
Fix For: 2.1.0.CR1, 2.1.0.GA
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: