You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2016/11/14 09:26:17 UTC

[05/33] ignite git commit: Revert "IGNITE-4028 .NET: Get rid of OP_META in PlatformAbstractTarget"

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 <pt...@apache.org>
Authored: Thu Oct 27 17:36:11 2016 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
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
         /** <inheritdoc /> */
         public void ResetMetrics()
         {
-            UU.TargetOutLong(_prj.Target, ClusterGroupImpl.OpResetMetrics);
+            UU.TargetInLongOutLong(_prj.Target, ClusterGroupImpl.OpResetMetrics, 0);
         }
 
         /** <inheritdoc /> */