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 A01CE200CD9 for ; Wed, 19 Jul 2017 12:00:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9EBC7168AE5; Wed, 19 Jul 2017 10:00:23 +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 BCC53168AE8 for ; Wed, 19 Jul 2017 12:00:22 +0200 (CEST) Received: (qmail 66571 invoked by uid 500); 19 Jul 2017 10:00:21 -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 65984 invoked by uid 99); 19 Jul 2017 10:00:19 -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, 19 Jul 2017 10:00:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7E4FEF553D; Wed, 19 Jul 2017 10:00:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Wed, 19 Jul 2017 10:00:29 -0000 Message-Id: <8cd58090abed47bb97a36dca08c7eb7d@git.apache.org> In-Reply-To: <6c0e0a78c75b483d9f5cea558d1ba861@git.apache.org> References: <6c0e0a78c75b483d9f5cea558d1ba861@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [13/21] ignite git commit: Minor (comments) archived-at: Wed, 19 Jul 2017 10:00:23 -0000 Minor (comments) Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/310d903a Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/310d903a Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/310d903a Branch: refs/heads/ignite-5578-locJoin Commit: 310d903a3ae23a2761c5c8339e5cd53ea6a7eb03 Parents: 2b50486 Author: Alexey Goncharuk Authored: Mon Jul 17 12:45:20 2017 +0300 Committer: Alexey Goncharuk Committed: Mon Jul 17 12:45:20 2017 +0300 ---------------------------------------------------------------------- .../internal/managers/communication/GridIoMessageFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/310d903a/modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoMessageFactory.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoMessageFactory.java b/modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoMessageFactory.java index 3dac18e..29c89a5 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoMessageFactory.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoMessageFactory.java @@ -872,7 +872,7 @@ public class GridIoMessageFactory implements MessageFactory { // [-3..119] [124..127] [-23..-27] [-36..-55]- this // [120..123] - DR // [-4..-22, -30..-35] - SQL - // [-54..-60] - Snapshots + // [2048..2053] - Snapshots default: if (ext != null) { for (MessageFactory factory : ext) {