Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7A1991748A for ; Tue, 3 Mar 2015 12:35:26 +0000 (UTC) Received: (qmail 58738 invoked by uid 500); 3 Mar 2015 12:35:26 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 58703 invoked by uid 500); 3 Mar 2015 12:35:26 -0000 Mailing-List: contact dev-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list dev@ignite.incubator.apache.org Received: (qmail 58692 invoked by uid 99); 3 Mar 2015 12:35:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2015 12:35:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 03 Mar 2015 12:35:25 +0000 Received: (qmail 57916 invoked by uid 99); 3 Mar 2015 12:35:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2015 12:35:04 +0000 Date: Tue, 3 Mar 2015 12:35:04 +0000 (UTC) From: "Sergey Evdokimov (JIRA)" To: dev@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-313) Need to change affinity topology version from long to custom object MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IGNITE-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14345014#comment-14345014 ] Sergey Evdokimov commented on IGNITE-313: ----------------------------------------- Alexey, where IgniteDynamicCacheStartSelfTest#testStartCacheMutithreadedDifferentNodes is located? > 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: Sergey Evdokimov > Priority: Blocker > Fix For: sprint-2 > > Attachments: ignite-313.patch > > > New class > {code} > class AffinityTopologyVersion implements Comparable { > 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)