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 9A4E0185E6 for ; Tue, 10 Nov 2015 12:59:28 +0000 (UTC) Received: (qmail 36412 invoked by uid 500); 10 Nov 2015 12:59:28 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 36365 invoked by uid 500); 10 Nov 2015 12:59:28 -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 36351 invoked by uid 99); 10 Nov 2015 12:59:28 -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; Tue, 10 Nov 2015 12:59:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4CDA4DFD87; Tue, 10 Nov 2015 12:59:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vozerov@apache.org To: commits@ignite.apache.org Date: Tue, 10 Nov 2015 12:59:29 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] ignite git commit: IGNITE-1847: Got stuck due to IGNITE-1377. IGNITE-1847: Got stuck due to IGNITE-1377. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/326c1f14 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/326c1f14 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/326c1f14 Branch: refs/heads/ignite-1847 Commit: 326c1f14a809363705aac8a8a1e000cd09fbbb40 Parents: e139b8c Author: vozerov-gridgain Authored: Tue Nov 10 16:00:10 2015 +0300 Committer: vozerov-gridgain Committed: Tue Nov 10 16:00:10 2015 +0300 ---------------------------------------------------------------------- .../java/org/apache/ignite/internal/portable/PortableContext.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/326c1f14/modules/core/src/main/java/org/apache/ignite/internal/portable/PortableContext.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/portable/PortableContext.java b/modules/core/src/main/java/org/apache/ignite/internal/portable/PortableContext.java index 3ce1fb4..377273c 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/portable/PortableContext.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/portable/PortableContext.java @@ -568,6 +568,7 @@ public class PortableContext implements Externalizable { mappers.putIfAbsent(typeId, idMapper); + // TODO: IGNITE-1847: Cannot proceed further due to this bug. // TODO uncomment for https://issues.apache.org/jira/browse/IGNITE-1377 // if (registerMetadata && isMetaDataEnabled(typeId)) // metaHnd.addMeta(typeId, new PortableMetaDataImpl(typeName, desc.fieldsMeta(), null));