Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 74F84200C54 for ; Wed, 12 Apr 2017 14:22:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 739AA160B8A; Wed, 12 Apr 2017 12:22:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BB8C6160B95 for ; Wed, 12 Apr 2017 14:22:46 +0200 (CEST) Received: (qmail 7263 invoked by uid 500); 12 Apr 2017 12:22:45 -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 7251 invoked by uid 99); 12 Apr 2017 12:22:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2017 12:22:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8169CDF9FD; Wed, 12 Apr 2017 12:22:45 +0000 (UTC) From: tledkov-gridgain To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #1779: IGNITE-3018 Cache affinity calculation is slow wi... Content-Type: text/plain Date: Wed, 12 Apr 2017 12:22:45 +0000 (UTC) archived-at: Wed, 12 Apr 2017 12:22:47 -0000 GitHub user tledkov-gridgain opened a pull request: https://github.com/apache/ignite/pull/1779 IGNITE-3018 Cache affinity calculation is slow with large nodes number You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-3018 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/1779.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1779 ---- commit ed35a9eb6f02771c5996209a1e19a4b0557309b6 Author: tledkov-gridgain Date: 2017-02-27T09:49:31Z IGNITE-3018: RendezvousAffinityFunction performance tuning commit 3a6d17c2250158b54e3573af23b9b1534c3c8e92 Author: tledkov-gridgain Date: 2017-02-27T10:57:36Z IGNITE-3018: fix review issues commit db5512b65ce273d955ecd1c2381ade84491895ad Author: tledkov-gridgain Date: 2017-03-02T14:32:04Z Merge branch 'ignite-2.0' into ignite-3018 commit 163c05b6cea25aec0ca3b4ae4552338ed683631f Author: tledkov-gridgain Date: 2017-04-12T12:18:14Z Merge branch '_master' into ignite-3018 # Conflicts: # modules/core/src/main/java/org/apache/ignite/cache/affinity/rendezvous/RendezvousAffinityFunction.java commit 3695d960597a5fdbebf43bf9a3bb57f85f4f394b Author: tledkov-gridgain Date: 2017-04-12T12:18:57Z IGNITE-3018: special assignment calculation for replicated cache commit 9dfed00ba8be7676dc427f329fb9f557f71d4d21 Author: tledkov-gridgain Date: 2017-04-12T12:21:37Z IGNITE-3018: exchange fix ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---