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 0450941 commit 20861a3Copy full SHA for 20861a3
server/src/main/java/org/elasticsearch/transport/RemoteClusterService.java
@@ -374,9 +374,6 @@ public void onFailure(Exception e) {
374
375
@Override
376
public void updateLinkedProject(LinkedProjectConfig config) {
377
- if (LOCAL_CLUSTER_GROUP_KEY.equals(config.linkedProjectAlias())) {
378
- throw new IllegalArgumentException("remote clusters must not have the empty string as its key");
379
- }
380
final var projectId = config.originProjectId();
381
final var clusterAlias = config.linkedProjectAlias();
382
CountDownLatch latch = new CountDownLatch(1);
0 commit comments