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 5c5eb84 commit f7b8c96Copy full SHA for f7b8c96
server/src/internalClusterTest/java/org/elasticsearch/search/ccs/CrossClusterIT.java
@@ -312,7 +312,7 @@ public void testCancel() throws Exception {
312
}
313
314
SearchListenerPlugin.allowQueryPhase();
315
- logger.info("Query phase resumed");
+ logger.info("Query phase resumed: " + queryFuture.state());
316
try {
317
queryFuture.get();
318
fail("query should have failed");
0 commit comments