Remove commented code from ESILRTC
This commit removes some commented out code from ESIndexLevelReplicationTestCase.java that was inadvertently committed.
This commit is contained in:
parent
1de5bb8cd5
commit
0944577ee8
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue