Closed
Description
Describe the bug
Recent changes on main (and backport of these changes on v2.2 branch) has a bug where corresponding method of clusterManagerOperation
with task param is not called.
** Issue/Fix **
clusterManagerOperations with task param needs to call corresponding previous method with task param
protected void clusterManagerOperation(Task task, Request request, ClusterState state, ActionListener<Response> listener)
throws Exception {
masterOperation(task, request, state, listener);
}
Activity