Skip to content

Commit

Permalink
Adding changeLog
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Garg <[email protected]>
  • Loading branch information
Harsh Garg committed Sep 16, 2024
1 parent 637692f commit b648a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added changelogs/fragments/8187.yml
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ export const getNodeId = async (
}

/*
* Using _cluster/state/nodes to retrieve the cluster_id of each node from cluster manager node which
* is considered to be a lightweight operation to aggegrate different cluster_ids from the OpenSearch nodes.
* Using _cluster/state/nodes to retrieve the cluster_id of each node from local cluster state of the node
* which would be be a lightweight operation to aggegrate different cluster_ids from the OpenSearch nodes.
*/
const state = (await internalClient.cluster.state({
metric: 'nodes',
Expand Down

0 comments on commit b648a5b

Please sign in to comment.