Skip to content

Commit c556efd

Browse files
authored
typo: MLTaskDispatcher _cluster/settings api (#3694)
Signed-off-by: Aaron (Aron) Roh <roharon98@gmail.com> Signed-off-by: roharon <roharon98@gmail.com>
1 parent e39187c commit c556efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/java/org/opensearch/ml/task/MLTaskDispatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private void dispatchTaskWithRoundRobin(FunctionName functionName, ActionListene
171171
"No eligible node found to execute this request. It's best practice to"
172172
+ " provision ML nodes to serve your models. You can disable this setting to serve the model on your data"
173173
+ " node for development purposes by disabling the \"plugins.ml_commons.only_run_on_ml_node\" "
174-
+ "configuration using the _cluster/setting api"
174+
+ "configuration using the _cluster/settings api"
175175
);
176176
}
177177
dispatchTaskWithRoundRobin(eligibleNodes, listener);

0 commit comments

Comments
 (0)