[
https://issues.apache.org/jira/browse/IGNITE-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Goncharuk closed IGNITE-313.
-----------------------------------
> 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
> Assignee: Alexey Goncharuk
> Priority: Blocker
> Fix For: sprint-2
>
> Attachments: ignite-313.patch
>
>
> 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)