You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2015/02/20 03:21:11 UTC

[jira] [Created] (IGNITE-313) Need to change affinity topology version from long to custom object

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)