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 2015/09/16 19:46:45 UTC

[3/3] ignite git commit: 1093

1093


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

Branch: refs/heads/ignite-1093-2
Commit: 9d17e472eefe5dd5b5d429b02221878e5a1b0ab2
Parents: 5d23d80
Author: Anton Vinogradov <av...@apache.org>
Authored: Wed Sep 16 19:49:14 2015 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Wed Sep 16 19:49:14 2015 +0300

----------------------------------------------------------------------
 .../cache/distributed/dht/preloader/GridDhtPartitionSupplier.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/9d17e472/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplier.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplier.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplier.java
index 7a5641e..7ab21ac 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplier.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionSupplier.java
@@ -123,7 +123,7 @@ class GridDhtPartitionSupplier {
 
         ClusterNode node = cctx.discovery().node(id);
 
-        T2<UUID, Object> scId = new T2<>(id, d.topic());
+        T2<UUID, Object> scId = new T2<>(id, d.topic());//todo remove topic.
 
         try {
             if (!d.partitions().isEmpty()) {//Only initial request contains partitions.