You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/04/24 15:03:31 UTC

[08/50] [abbrv] ignite git commit: IGNITE-3054 - Rework message handling.

IGNITE-3054 - Rework message handling.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3f71bc7c
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3f71bc7c
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3f71bc7c

Branch: refs/heads/ignite-3054
Commit: 3f71bc7c69c4e05147eaaa5e3a09be7b4118dd38
Parents: 661efc2
Author: dkarachentsev <dk...@gridgain.com>
Authored: Thu Nov 17 16:15:32 2016 +0300
Committer: dkarachentsev <dk...@gridgain.com>
Committed: Thu Nov 17 16:15:32 2016 +0300

----------------------------------------------------------------------
 .../main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/3f71bc7c/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java b/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java
index 734e538..e35b956 100644
--- a/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java
+++ b/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java
@@ -6060,7 +6060,7 @@ class ServerImpl extends TcpDiscoveryImpl {
 
             ack.verify(locNodeId);
 
-            clientMsgWrk.sendMessage(ack, null);
+            clientMsgWrk.addMessage(ack, null);
 
             if (heartbeatMsg != null)
                 clientMsgWrk.metrics(heartbeatMsg.metrics());