SOLR-12110: Remove debug log for test

This commit is contained in:
Cao Manh Dat 2018-03-21 11:25:53 +07:00
parent 63a145aa7b
commit d2ef38d784
1 changed files with 0 additions and 1 deletions

View File

@ -204,7 +204,6 @@ public class DeleteReplicaTest extends SolrCloudTestCase {
ZkStateReader stateReader = replica1Jetty.getCoreContainer().getZkController().getZkStateReader();
stateReader.forceUpdateCollection(collectionName);
Slice shard = stateReader.getClusterState().getCollection(collectionName).getSlice("shard1");
LOG.error("Datcm get slice on 211 {}", shard);
if (shard.getReplicas().size() == 1) {
replicaDeleted = true;
waitingForReplicaGetDeleted.release();