mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-06 02:49:35 +00:00
add TODO on validating cluster name of remote clusters
This commit is contained in:
parent
f8d32c1bdf
commit
247c332a57
@ -202,6 +202,8 @@ public class SearchTransportService extends AbstractComponent {
|
||||
transportService.disconnectFromNode(remoteNode); // disconnect the light connection
|
||||
// now go and do a real connection with the updated version of the node
|
||||
transportService.connectToNode(discoveryNode);
|
||||
//TODO at the moment the configured cluster names are really just labels. We should validate that all the nodes
|
||||
//belong to the same cluster, also validate the cluster name against the configured label and make sure they match
|
||||
return discoveryNode;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user