We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8da2a commit 68a0e49Copy full SHA for 68a0e49
server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java
@@ -1705,6 +1705,8 @@ public void testAllocateEmptyPrimaryResetsGlobalCheckpoint() throws Exception {
1705
assertThat(shardStats.getSeqNoStats().getGlobalCheckpoint(), equalTo(SequenceNumbers.NO_OPS_PERFORMED));
1706
}
1707
1708
+
1709
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62863")
1710
public void testPeerRecoveryTrimsLocalTranslog() throws Exception {
1711
internalCluster().startNode();
1712
List<String> dataNodes = internalCluster().startDataOnlyNodes(2);
0 commit comments