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 0E9FA18603 for ; Fri, 24 Apr 2015 06:43:37 +0000 (UTC) Received: (qmail 39123 invoked by uid 500); 24 Apr 2015 06:43:37 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 39086 invoked by uid 500); 24 Apr 2015 06:43:36 -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 39074 invoked by uid 99); 24 Apr 2015 06:43:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Apr 2015 06:43:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of root@apache.org designates 54.76.25.247 as permitted sender) Received: from [54.76.25.247] (HELO mx1-eu-west.apache.org) (54.76.25.247) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Apr 2015 06:43:12 +0000 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 077B925FB8 for ; Fri, 24 Apr 2015 06:42:46 +0000 (UTC) Received: (qmail 34249 invoked by uid 99); 24 Apr 2015 06:41:30 -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; Fri, 24 Apr 2015 06:41:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1F75BE17F8; Fri, 24 Apr 2015 06:41:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sergi@apache.org To: commits@ignite.incubator.apache.org Date: Fri, 24 Apr 2015 06:41:53 -0000 Message-Id: In-Reply-To: <66116bbfa4674437ae8cb120f78eea66@git.apache.org> References: <66116bbfa4674437ae8cb120f78eea66@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [25/50] incubator-ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-sprint-4' into ignite-656 X-Virus-Checked: Checked by ClamAV on apache.org Merge remote-tracking branch 'remotes/origin/ignite-sprint-4' into ignite-656 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/5b20c92a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/5b20c92a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/5b20c92a Branch: refs/heads/ignite-757 Commit: 5b20c92acc74fdfad6fc3bd58529fd8abb091957 Parents: 27d11b5 8e31b7c Author: sboikov Authored: Wed Apr 22 19:36:02 2015 +0300 Committer: sboikov Committed: Wed Apr 22 19:36:02 2015 +0300 ---------------------------------------------------------------------- .../configuration/IgniteConfiguration.java | 107 +++++++++++++++++++ .../org/apache/ignite/internal/IgnitionEx.java | 8 +- .../connection/GridClientNioTcpConnection.java | 9 +- .../IgniteCacheObjectProcessorImpl.java | 2 +- ...acheSortedEvictionPolicyPerformanceTest.java | 13 ++- pom.xml | 14 +-- 6 files changed, 130 insertions(+), 23 deletions(-) ----------------------------------------------------------------------