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 9A22A17380 for ; Wed, 16 Sep 2015 05:43:41 +0000 (UTC) Received: (qmail 32279 invoked by uid 500); 16 Sep 2015 05:43:41 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 32230 invoked by uid 500); 16 Sep 2015 05:43:41 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 32214 invoked by uid 99); 16 Sep 2015 05:43:41 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Sep 2015 05:43:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 86FC81A2026 for ; Wed, 16 Sep 2015 05:43:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.898 X-Spam-Level: ** X-Spam-Status: No, score=2.898 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 771y45o8IdR4 for ; Wed, 16 Sep 2015 05:43:39 +0000 (UTC) Received: from mail-qg0-f51.google.com (mail-qg0-f51.google.com [209.85.192.51]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 78A1C4458D for ; Wed, 16 Sep 2015 05:43:39 +0000 (UTC) Received: by qgx61 with SMTP id 61so163077305qgx.3 for ; Tue, 15 Sep 2015 22:43:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=k74V/K1X8fuZBr/kX7N8zAAb1M/mnV0Cz+9Vi4IA8l0=; b=rFITMmOyDsWeQ8PIHntZlH+0aG/iJ8CnqEHLzr7ZK9bfKwIIgovjkAJy87NT0eIgkA GiXC9WiA5F52ybyub4RjG73N1uc0yAtUE5yFkvd2fpZ0KNUI2jzFGp9PucP5Z+VQCY1L 8epR2KCnfOvqfJGdDcc7g7Oa+T/yvsHCNfCzKKuVQGs9w09i41Ak3LT2pFM5syk53v3F jhRFkMybxl5WXTlMNGcwAsfrQk8FOGNAKS7B334RCuP1GPZnnrx18f+02BuGJGyM6w7/ 6sfT/XeC3128TExQJKXisdHT/H3EwrGxh1evXku90bNcro4eT8lxfhTtUwImHEBFwQAy SC/w== MIME-Version: 1.0 X-Received: by 10.140.133.198 with SMTP id 189mr38936140qhf.99.1442382219279; Tue, 15 Sep 2015 22:43:39 -0700 (PDT) Received: by 10.140.41.232 with HTTP; Tue, 15 Sep 2015 22:43:39 -0700 (PDT) In-Reply-To: References: Date: Tue, 15 Sep 2015 22:43:39 -0700 Message-ID: Subject: Re: Data structures with topology changes From: Alexey Goncharuk To: dev@ignite.apache.org Content-Type: multipart/alternative; boundary=001a1135b1dacf8414051fd6c7d8 --001a1135b1dacf8414051fd6c7d8 Content-Type: text/plain; charset=UTF-8 I did not check those particular tests after both ignite-264 and ignite-1482 were fixed. There might be something else left to fix, I will check the tests tomorrow and will create an additional ticket with proper description if something comes up. 2015-09-15 21:10 GMT-07:00 Dmitriy Setrakyan : > Igniters, > > I have come across IGNITE-1482 [1] which we have fixed in the upcoming 1.4 > release. The issue we have fixed had to do with IgniteCache.replace(...) > operation not returning a correct value on cluster topology changes. > > But a comment in the ticket states that data structures, like AtomicLong, > AtomicSequence, etc., may suffer from the same problem. If that is the > case, have we fixed this issue for the data structures as well? If not, we > should probably create a new ticket for it and cross-link these 2 issues > in Jira together. > > [1] https://issues.apache.org/jira/browse/IGNITE-1482 > > D. > --001a1135b1dacf8414051fd6c7d8--