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 9dbd615 commit 3354ff7Copy full SHA for 3354ff7
server/src/main/java/org/elasticsearch/action/search/TransportSearchAction.java
@@ -218,7 +218,6 @@ public TransportSearchAction(
218
this.client = client;
219
this.usageService = usageService;
220
forceConnectTimeoutSecs = settings.getAsTime("search.ccs.force_connect_timeout", null);
221
- logger.info("Should force reconnect cluster: {}", forceConnectTimeoutSecs);
222
}
223
224
private Map<String, OriginalIndices> buildPerIndexOriginalIndices(
0 commit comments