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:43:30 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 3dd4f09de -> af9706cb8


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

(cherry picked from commit 09f903e)


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

Branch: refs/heads/branch_7x
Commit: af9706cb89335a5aa04f9bcae0c2558a61803b50
Parents: 3dd4f09
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:13:23 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/af9706cb/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();