-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] ClusterManager operations are not called with "task" param #4062
Comments
@Rishikesh1159 - Could you take a look ? |
Hi @saikaranam-amazon , I'm afraid this is not a bug caused by the inclusive terminology renaming. Lines 122 to 127 in 388c80a
(https://github.com/opensearch-project/OpenSearch/blob/2.1.0/server/src/main/java/org/opensearch/action/support/clustermanager/TransportClusterManagerNodeAction.java#L122-L127) The |
CCR is using the
|
Thanks for pointing out this problem! 👍 I found that the cause is the method Line 221 in 01123f8
The above line should be reverted to using |
Created PR #4103 to solve the problem. Thank you for reporting this problem. |
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
Ref: https://github.com/opensearch-project/OpenSearch/blob/2.x/server/src/main/java/org/opensearch/action/support/clustermanager/TransportClusterManagerNodeAction.java#L141-L144
The text was updated successfully, but these errors were encountered: