Repository: ignite Updated Branches: refs/heads/ignite-1534 2e9c19312 -> a76d89132
ignite-1534 debug Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a76d8913 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a76d8913 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a76d8913 Branch: refs/heads/ignite-1534 Commit: a76d891323893c89f92fa1366c767e4c95c7bb6d Parents: 2e9c193 Author: sboikov <[email protected]> Authored: Wed Sep 30 19:44:46 2015 +0300 Committer: sboikov <[email protected]> Committed: Wed Sep 30 19:44:46 2015 +0300 ---------------------------------------------------------------------- .../distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/a76d8913/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java index e9ba14e..2bc797f 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java @@ -725,6 +725,8 @@ public class GridDhtPartitionsExchangeFuture extends GridFutureAdapter<AffinityT e.printStackTrace(); synchronized (getClass()) { + GridDebug.debug("Error: " + e); + GridDebug.dumpWithReset(); }
