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 b0ef2b4 commit f32bb70Copy full SHA for f32bb70
server/src/main/java/org/elasticsearch/transport/RemoteClusterService.java
@@ -306,7 +306,7 @@ public void onResponse(RemoteClusterConnectionStatus status) {
306
307
@Override
308
public void onFailure(Exception e) {
309
- logger.warn(() -> "project [" + projectId + " failed to update remote cluster connection [" + clusterAlias + "]", e);
+ logger.warn(() -> "project [" + projectId + "] failed to update remote cluster connection [" + clusterAlias + "]", e);
310
}
311
}, latch::countDown));
312
0 commit comments