From 0944577ee8579cfb124d6ece01c153f0f64697bb Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Mon, 8 May 2017 16:20:58 -0400 Subject: [PATCH] Remove commented code from ESILRTC This commit removes some commented out code from ESIndexLevelReplicationTestCase.java that was inadvertently committed. --- .../index/replication/ESIndexLevelReplicationTestCase.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/test/java/org/elasticsearch/index/replication/ESIndexLevelReplicationTestCase.java b/core/src/test/java/org/elasticsearch/index/replication/ESIndexLevelReplicationTestCase.java index 0f61f4d02bf..57955adbf3b 100644 --- a/core/src/test/java/org/elasticsearch/index/replication/ESIndexLevelReplicationTestCase.java +++ b/core/src/test/java/org/elasticsearch/index/replication/ESIndexLevelReplicationTestCase.java @@ -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();