Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4902F18808 for ; Thu, 11 Jun 2015 05:05:48 +0000 (UTC) Received: (qmail 55859 invoked by uid 500); 11 Jun 2015 05:05:48 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 55830 invoked by uid 500); 11 Jun 2015 05:05:48 -0000 Mailing-List: contact commits-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 commits@ignite.incubator.apache.org Received: (qmail 55821 invoked by uid 99); 11 Jun 2015 05:05:48 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2015 05:05:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id C66A1CD274 for ; Thu, 11 Jun 2015 05:05:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id oq2vBNm2RSv3 for ; Thu, 11 Jun 2015 05:05:32 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id E73DA27D6C for ; Thu, 11 Jun 2015 05:05:22 +0000 (UTC) Received: (qmail 53549 invoked by uid 99); 11 Jun 2015 05:05:21 -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; Thu, 11 Jun 2015 05:05:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2AFB2E04E4; Thu, 11 Jun 2015 05:05:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agoncharuk@apache.org To: commits@ignite.incubator.apache.org Date: Thu, 11 Jun 2015 05:06:05 -0000 Message-Id: <2aa1daa4ac1842edb9a8066adf64036f@git.apache.org> In-Reply-To: <5213db07196d4449ab49412be5250f3d@git.apache.org> References: <5213db07196d4449ab49412be5250f3d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [46/50] incubator-ignite git commit: Merge branch 'ignite-sprint-5' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-389 Merge branch 'ignite-sprint-5' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-389 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/34172158 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/34172158 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/34172158 Branch: refs/heads/ignite-sprint-5 Commit: 341721582e8788b78c6f84947b38fd5fa380e1e8 Parents: 980bf75 2454eb5 Author: Alexey Goncharuk Authored: Wed Jun 10 13:20:27 2015 -0700 Committer: Alexey Goncharuk Committed: Wed Jun 10 13:20:27 2015 -0700 ---------------------------------------------------------------------- .../client/memcache/MemcacheRestExample.java | 32 ++-- .../java/org/apache/ignite/IgniteCache.java | 25 ++- .../apache/ignite/IgniteSystemProperties.java | 3 + .../discovery/DiscoveryCustomMessage.java | 6 + .../discovery/GridDiscoveryManager.java | 32 ++++ .../affinity/GridAffinityAssignmentCache.java | 8 +- .../cache/DynamicCacheChangeBatch.java | 19 ++- .../GridCachePartitionExchangeManager.java | 2 +- .../processors/cache/IgniteInternalCache.java | 27 +-- .../continuous/AbstractContinuousMessage.java | 9 + .../internal/visor/query/VisorQueryJob.java | 2 +- .../internal/visor/util/VisorTaskUtils.java | 16 +- .../ignite/spi/discovery/tcp/ServerImpl.java | 6 +- .../spi/discovery/tcp/TcpDiscoverySpi.java | 2 +- .../RoundRobinGlobalLoadBalancer.java | 2 +- .../distributed/IgniteCacheManyClientsTest.java | 169 +++++++++++++++++++ .../DataStreamerMultinodeCreateCacheTest.java | 6 +- .../ignite/testframework/GridTestUtils.java | 2 +- .../testsuites/IgniteCacheTestSuite4.java | 2 + 19 files changed, 305 insertions(+), 65 deletions(-) ----------------------------------------------------------------------