Repository: incubator-ignite Updated Branches: refs/heads/ignite-709_3 24bb2959a -> 77ef2e99f
# ignite-709_3 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/77ef2e99 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/77ef2e99 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/77ef2e99 Branch: refs/heads/ignite-709_3 Commit: 77ef2e99f827c5434728134603a0159c7bb66fce Parents: 24bb295 Author: sboikov <[email protected]> Authored: Fri May 15 17:49:40 2015 +0300 Committer: sboikov <[email protected]> Committed: Fri May 15 17:49:40 2015 +0300 ---------------------------------------------------------------------- .../processors/cache/distributed/near/GridNearGetFuture.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/77ef2e99/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearGetFuture.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearGetFuture.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearGetFuture.java index fc178e3..74438bb 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearGetFuture.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/near/GridNearGetFuture.java @@ -274,7 +274,7 @@ public final class GridNearGetFuture<K, V> extends GridCompoundIdentityFuture<Ma if (affNodes.isEmpty()) { assert !cctx.affinityNode(); - onDone(new ClusterTopologyCheckedException("Failed to map keys for near-only cache (all partition " + + onDone(new ClusterTopologyServerNotFoundException("Failed to map keys for near-only cache (all partition " + "nodes left the grid).")); return;
