There was an error while loading. Please reload this page.
1 parent eb5028a commit 4f2abf8Copy full SHA for 4f2abf8
server/src/internalClusterTest/java/org/elasticsearch/action/search/BatchedQueryPhaseIT.java
@@ -50,7 +50,6 @@ public void testNumReducePhases() {
50
.setSearchType(QUERY_THEN_FETCH),
51
response -> {
52
Map<String, Integer> shardsPerNode = getNodeToShardCountMap(indexName);
53
- System.out.println("testing123 " + shardsPerNode);
54
// Shards are not batched if they are already on the coordinating node or if there is only one per data node.
55
final int coordinatorShards = shardsPerNode.getOrDefault(coordinatorNodeId, 0);
56
final long otherSingleShardNodes = shardsPerNode.entrySet()
0 commit comments