We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272ec85 commit a72e422Copy full SHA for a72e422
server/src/internalClusterTest/java/org/elasticsearch/search/scroll/SearchScrollIT.java
@@ -683,6 +683,7 @@ public void testScrollRewrittenToMatchNoDocs() {
683
}
684
685
686
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95759")
687
public void testRestartDataNodesDuringScrollSearch() throws Exception {
688
final String dataNode = internalCluster().startDataOnlyNode();
689
createIndex(
0 commit comments