Skip to content

Retaining old constructor of MasterService class to maintain compatib…#14123

Merged
shwetathareja merged 1 commit intoopensearch-project:mainfrom
gargharsh3134:ctorMasterService
Jun 10, 2024
Merged

Retaining old constructor of MasterService class to maintain compatib…#14123
shwetathareja merged 1 commit intoopensearch-project:mainfrom
gargharsh3134:ctorMasterService

Conversation

@gargharsh3134
Copy link
Copy Markdown
Contributor

@gargharsh3134 gargharsh3134 commented Jun 10, 2024

Description

As part of #12333, constructors of some of the classes marked as API were changed to add a new ClusterManagerMetrics parameter. This was causing failures in the respective backport PRs (#13755 for reference) because of breaking changes. This PR is targeted to retain the old constructor of MasterService class.

Related Issues

Resolves #14068

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…ility

Signed-off-by: Harsh Garg <gkharsh@amazon.com>
@github-actions github-actions bot added bug Something isn't working Cluster Manager labels Jun 10, 2024
@github-actions
Copy link
Copy Markdown
Contributor

✅ Gradle check result for 66a57fd: SUCCESS

@shwetathareja shwetathareja merged commit 42d6af6 into opensearch-project:main Jun 10, 2024
parv0201 pushed a commit to parv0201/OpenSearch that referenced this pull request Jun 10, 2024
…ility (opensearch-project#14123)

Signed-off-by: Harsh Garg <gkharsh@amazon.com>
Co-authored-by: Harsh Garg <gkharsh@amazon.com>
wdongyu pushed a commit to wdongyu/OpenSearch that referenced this pull request Aug 22, 2024
…ility (opensearch-project#14123)

Signed-off-by: Harsh Garg <gkharsh@amazon.com>
Co-authored-by: Harsh Garg <gkharsh@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

[BUG] Constructors Incompatibility of API classes.

3 participants