You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Dmitriy Setrakyan (JIRA)" <ji...@apache.org> on 2015/02/24 00:13:12 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitriy Setrakyan updated IGNITE-313:
-------------------------------------
    Priority: Blocker  (was: Major)

> 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
>            Priority: Blocker
>             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)