Skip to content

[BUG] ClusterManager operations are not called with "task" param #4062

Closed
@saikaranam-amazon

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);
    }

Ref: https://github.com/opensearch-project/OpenSearch/blob/2.x/server/src/main/java/org/opensearch/action/support/clustermanager/TransportClusterManagerNodeAction.java#L141-L144

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions