Skip to content

Commit

Permalink
Fix partially response issue in profile API result
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <[email protected]>
  • Loading branch information
zane-neo committed Dec 18, 2023
1 parent 0a1b4b5 commit 14a54c7
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 14a54c7

Please sign in to comment.