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

This commit is contained in:
Shalin Shekhar Mangar 2018-01-25 22:12:15 +05:30
parent c10ba5a6d9
commit 09f903ef8d
1 changed files with 0 additions and 1 deletions

View File

@ -1574,7 +1574,6 @@ public class TriggerIntegrationTest extends SolrCloudTestCase {
assertEquals(2, docCollection.getReplicas().size()); assertEquals(2, docCollection.getReplicas().size());
assertNull(docCollection.getReplica(oldReplicaName)); assertNull(docCollection.getReplica(oldReplicaName));
// todo uncomment the following code once SOLR-11714 is fixed
// find a new replica and create its metric name // find a new replica and create its metric name
replica = docCollection.getSlice(shardId).getReplicas().iterator().next(); replica = docCollection.getSlice(shardId).getReplicas().iterator().next();
coreName = replica.getCoreName(); coreName = replica.getCoreName();