Skip to content

Commit

Permalink
Fix partially response issue in profile API result (opensearch-projec…
Browse files Browse the repository at this point in the history
…t#1775) (opensearch-project#1781)

Signed-off-by: zane-neo <[email protected]>
(cherry picked from commit 3ab976d)

Co-authored-by: zane-neo <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and zane-neo authored Dec 18, 2023
1 parent 13dbde1 commit fee3c7b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public void clusterChanged(ClusterChangedEvent event) {
mlModelManager.removeWorkerNodes(removedNodeIds, false);
} else if (delta.added()) {
List<String> addedNodesIds = delta.addedNodes().stream().map(DiscoveryNode::getId).collect(Collectors.toList());
mlModelManager.addModelWorkerNodes(addedNodesIds);
mlModelAutoReDeployer.buildAutoReloadArrangement(addedNodesIds, state.getNodes().getClusterManagerNodeId());
}
}
Expand Down

0 comments on commit fee3c7b

Please sign in to comment.