Remove commented code from ESILRTC

This commit removes some commented out code from
ESIndexLevelReplicationTestCase.java that was inadvertently committed.
This commit is contained in:
Jason Tedor 2017-05-08 16:20:58 -04:00
parent 1de5bb8cd5
commit 0944577ee8
1 changed files with 0 additions and 1 deletions

View File

@ -210,7 +210,6 @@ public abstract class ESIndexLevelReplicationTestCase extends IndexShardTestCase
primary.recoverFromStore();
primary.updateRoutingEntry(ShardRoutingHelper.moveToStarted(primary.routingEntry()));
for (final IndexShard replica : replicas) {
//replica.markAsRecovering("peer recovery", new RecoveryState(replica.routingEntry(), getDiscoveryNode(replica.routingEntry().currentNodeId()), pNode));
recoverReplica(replica);
}
updateAllocationIDsOnPrimary();