Skip to content

Commit

Permalink
Fix partially response issue in profile API result (#1775)
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <zaniu@amazon.com>
  • Loading branch information
zane-neo authored Dec 18, 2023
1 parent 581dec4 commit 3ab976d
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 3ab976d

Please sign in to comment.