Repository: ignite Updated Branches: refs/heads/ignite-1365 a5ba52d4c -> 7cec5b71b
debug info Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7cec5b71 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7cec5b71 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/7cec5b71 Branch: refs/heads/ignite-1365 Commit: 7cec5b71ba0a38d003079ad3d8de12fe6d15cea9 Parents: a5ba52d Author: sboikov <[email protected]> Authored: Fri Sep 4 13:34:18 2015 +0300 Committer: sboikov <[email protected]> Committed: Fri Sep 4 13:34:18 2015 +0300 ---------------------------------------------------------------------- .../processors/cache/distributed/dht/GridPartitionedGetFuture.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/7cec5b71/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridPartitionedGetFuture.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridPartitionedGetFuture.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridPartitionedGetFuture.java index 2f0de86..5cb8689 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridPartitionedGetFuture.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/GridPartitionedGetFuture.java @@ -306,7 +306,7 @@ public class GridPartitionedGetFuture<K, V> extends GridCompoundIdentityFuture<M ) { if (CU.affinityNodes(cctx, topVer).isEmpty()) { onDone(new ClusterTopologyServerNotFoundException("Failed to map keys for cache " + - "(all partition nodes left the grid).")); + "(all partition nodes left the grid) [cache=" + cctx.name() + ", topVer=" + topVer + ']')); return; }
