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 57902200CCC for ; Mon, 12 Jun 2017 17:33:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5465E160BFB; Mon, 12 Jun 2017 15:33:20 +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 5608F160C12 for ; Mon, 12 Jun 2017 17:33:18 +0200 (CEST) Received: (qmail 4866 invoked by uid 500); 12 Jun 2017 15:33:17 -0000 Mailing-List: contact commits-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 commits@ignite.apache.org Received: (qmail 4545 invoked by uid 99); 12 Jun 2017 15:33:17 -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; Mon, 12 Jun 2017 15:33:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 75D08F4A62; Mon, 12 Jun 2017 15:33:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: akuznetsov@apache.org To: commits@ignite.apache.org Date: Mon, 12 Jun 2017 15:34:00 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [46/62] [abbrv] ignite git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite archived-at: Mon, 12 Jun 2017 15:33:20 -0000 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4b0998e5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4b0998e5 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/4b0998e5 Branch: refs/heads/ignite-5239 Commit: 4b0998e5d22a94f56db5ddc65ad7fc274a1e3199 Parents: e3ff16a a1e6edc Author: Sergi Vladykin Authored: Thu Jun 8 20:39:13 2017 +0300 Committer: Sergi Vladykin Committed: Thu Jun 8 20:39:13 2017 +0300 ---------------------------------------------------------------------- .../ClientTcpUnreachableMultiNodeSelfTest.java | 6 +- .../configuration/CacheConfiguration.java | 24 +++ .../ignite/internal/binary/BinaryContext.java | 1 - .../ignite/internal/binary/BinaryFieldEx.java | 5 + .../ignite/internal/binary/BinaryFieldImpl.java | 5 + .../ignite/internal/client/GridClientNode.java | 9 +- .../client/impl/GridClientNodeImpl.java | 22 +- .../connection/GridClientNioTcpConnection.java | 3 +- .../PlatformDotNetConfigurationClosure.java | 8 +- .../utils/PlatformConfigurationUtils.java | 8 + .../query/DynamicTableAffinityKeyMapper.java | 92 ++++++++ .../processors/query/GridQueryProcessor.java | 59 +++--- .../internal/processors/query/QueryUtils.java | 19 +- .../rest/client/message/GridClientNodeBean.java | 25 +++ .../top/GridTopologyCommandHandler.java | 1 + .../query/h2/ddl/DdlStatementsProcessor.java | 5 +- .../processors/query/h2/opt/GridH2Table.java | 5 +- .../query/h2/sql/GridSqlCreateTable.java | 37 +++- .../query/h2/sql/GridSqlQueryParser.java | 54 +++++ .../cache/index/H2DynamicTableSelfTest.java | 209 +++++++++++++++++-- .../Cache/CacheConfigurationTest.cs | 10 + .../IgniteConfigurationSerializerTest.cs | 11 +- .../IgniteConfigurationTest.cs | 4 + .../Cache/Configuration/CacheConfiguration.cs | 23 ++ .../Datastream/IDataStreamer.cs | 8 +- .../Apache.Ignite.Core/IgniteConfiguration.cs | 20 ++ .../IgniteConfigurationSection.xsd | 12 ++ modules/web-console/backend/.gitignore | 1 + modules/web-console/frontend/.gitignore | 1 + .../yardstick/cache/load/model/ModelUtil.java | 1 + 30 files changed, 621 insertions(+), 67 deletions(-) ----------------------------------------------------------------------