We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e323c52 commit 00ce1d7Copy full SHA for 00ce1d7
server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java
@@ -1765,6 +1765,8 @@ public void testAllocateEmptyPrimaryResetsGlobalCheckpoint() throws Exception {
1765
assertThat(shardStats.getSeqNoStats().getGlobalCheckpoint(), equalTo(SequenceNumbers.NO_OPS_PERFORMED));
1766
}
1767
1768
+
1769
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62863")
1770
public void testPeerRecoveryTrimsLocalTranslog() throws Exception {
1771
internalCluster().startNode();
1772
List<String> dataNodes = internalCluster().startDataOnlyNodes(2);
0 commit comments