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 5102E200BCC for ; Mon, 14 Nov 2016 10:26:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4F896160B27; Mon, 14 Nov 2016 09:26:15 +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 A250A160B18 for ; Mon, 14 Nov 2016 10:26:14 +0100 (CET) Received: (qmail 48632 invoked by uid 500); 14 Nov 2016 09:26:13 -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 48586 invoked by uid 99); 14 Nov 2016 09:26:13 -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, 14 Nov 2016 09:26:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7ED98E3839; Mon, 14 Nov 2016 09:26:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ptupitsyn@apache.org To: commits@ignite.apache.org Date: Mon, 14 Nov 2016 09:26:17 -0000 Message-Id: <617dcab9dc8f44d694837290158e503e@git.apache.org> In-Reply-To: <0f79fc8f6b1b434e94699a3b9e78ba78@git.apache.org> References: <0f79fc8f6b1b434e94699a3b9e78ba78@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/33] ignite git commit: Revert "IGNITE-4028 .NET: Get rid of OP_META in PlatformAbstractTarget" archived-at: Mon, 14 Nov 2016 09:26:15 -0000 Revert "IGNITE-4028 .NET: Get rid of OP_META in PlatformAbstractTarget" This reverts commit 2a90fcaf8e46a829306ca92e226d984111b3aefe. # Conflicts: # modules/platforms/dotnet/Apache.Ignite.Core/Impl/Cluster/ClusterGroupImpl.cs Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/160e37f1 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/160e37f1 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/160e37f1 Branch: refs/heads/master Commit: 160e37f1bf83289b1295f0bf772be1f18bc342b8 Parents: 2e7f59b Author: Pavel Tupitsyn Authored: Thu Oct 27 17:36:11 2016 +0300 Committer: Pavel Tupitsyn Committed: Thu Oct 27 17:36:11 2016 +0300 ---------------------------------------------------------------------- modules/platforms/dotnet/Apache.Ignite.Core/Impl/Ignite.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/160e37f1/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Ignite.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Ignite.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Ignite.cs index 79df470..e8171cb 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Ignite.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Ignite.cs @@ -517,7 +517,7 @@ namespace Apache.Ignite.Core.Impl /** */ public void ResetMetrics() { - UU.TargetOutLong(_prj.Target, ClusterGroupImpl.OpResetMetrics); + UU.TargetInLongOutLong(_prj.Target, ClusterGroupImpl.OpResetMetrics, 0); } /** */