You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/10/27 09:51:48 UTC

[2/2] ignite git commit: IGNITE-6746 - Debug issue with hang

IGNITE-6746 - Debug issue with hang


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

Branch: refs/heads/ignite-6748
Commit: b1cbdb1c048d633f73d5f3779af7dbbf84c3220a
Parents: a657999
Author: Alexey Goncharuk <al...@gmail.com>
Authored: Fri Oct 27 12:51:37 2017 +0300
Committer: Alexey Goncharuk <al...@gmail.com>
Committed: Fri Oct 27 12:51:37 2017 +0300

----------------------------------------------------------------------
 .../distributed/dht/preloader/InitNewCoordinatorFuture.java      | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/b1cbdb1c/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/InitNewCoordinatorFuture.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/InitNewCoordinatorFuture.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/InitNewCoordinatorFuture.java
index b5acd4b..8e57bc2 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/InitNewCoordinatorFuture.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/InitNewCoordinatorFuture.java
@@ -149,7 +149,9 @@ public class InitNewCoordinatorFuture extends GridCompoundFuture {
 
             if (log.isInfoEnabled()) {
                 log.info("Try restore exchange result [allNodes=" + awaited +
-                    ", joined=" + joinedNodes.keySet() +  ']');
+                    ", joined=" + joinedNodes.keySet() +
+                    ", nodes=" + nodes +
+                    ", disco=" + discoCache.allNodes() + ']');
             }
 
             if (!nodes.isEmpty()) {