You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2018/01/25 16:42:23 UTC

lucene-solr:master: SOLR-11714: Remove todo now that this issue has been fixed

Repository: lucene-solr
Updated Branches:
  refs/heads/master c10ba5a6d -> 09f903ef8


SOLR-11714: Remove todo now that this issue has been fixed


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/09f903ef
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/09f903ef
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/09f903ef

Branch: refs/heads/master
Commit: 09f903ef8dd7d294b1f5b1cf7023b28a58277d25
Parents: c10ba5a
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Thu Jan 25 22:12:15 2018 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Thu Jan 25 22:12:15 2018 +0530

----------------------------------------------------------------------
 .../org/apache/solr/cloud/autoscaling/TriggerIntegrationTest.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/09f903ef/solr/core/src/test/org/apache/solr/cloud/autoscaling/TriggerIntegrationTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/autoscaling/TriggerIntegrationTest.java b/solr/core/src/test/org/apache/solr/cloud/autoscaling/TriggerIntegrationTest.java
index b905e14..b19a8da 100644
--- a/solr/core/src/test/org/apache/solr/cloud/autoscaling/TriggerIntegrationTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/autoscaling/TriggerIntegrationTest.java
@@ -1574,7 +1574,6 @@ public class TriggerIntegrationTest extends SolrCloudTestCase {
     assertEquals(2, docCollection.getReplicas().size());
     assertNull(docCollection.getReplica(oldReplicaName));
 
-    // todo uncomment the following code once SOLR-11714 is fixed
     // find a new replica and create its metric name
     replica = docCollection.getSlice(shardId).getReplicas().iterator().next();
     coreName = replica.getCoreName();