Alexey Goncharuk created IGNITE-313:
---------------------------------------
Summary: Need to change affinity topology version from long to
custom object
Key: IGNITE-313
URL: https://issues.apache.org/jira/browse/IGNITE-313
Project: Ignite
Issue Type: Sub-task
Components: cache
Affects Versions: sprint-2
Reporter: Alexey Goncharuk
Fix For: sprint-2
New class
{code}
class AffinityTopologyVersion implements Comparable<AffinityTopologyVersion> {
long topVer;
....
}
{code}
should be introduced.
{{GridAffinityAssignmentCache}}, {{GridDhtPartitionExchangeId}} and other
necessary classes should be changed to use this new object instead of long for
topology version.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)