Skip to content

Commit 4f2abf8

Browse files
committed
Typo
1 parent eb5028a commit 4f2abf8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/internalClusterTest/java/org/elasticsearch/action/search/BatchedQueryPhaseIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public void testNumReducePhases() {
5050
.setSearchType(QUERY_THEN_FETCH),
5151
response -> {
5252
Map<String, Integer> shardsPerNode = getNodeToShardCountMap(indexName);
53-
System.out.println("testing123 " + shardsPerNode);
5453
// Shards are not batched if they are already on the coordinating node or if there is only one per data node.
5554
final int coordinatorShards = shardsPerNode.getOrDefault(coordinatorNodeId, 0);
5655
final long otherSingleShardNodes = shardsPerNode.entrySet()

0 commit comments

Comments
 (0)