Skip to content
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

Version bump of opensearch to 3.0.0.0-alpha1 and replacement of deprecated classes #1503

Closed
aggarwalShivani opened this issue Feb 12, 2025 · 1 comment · Fixed by #1504
Closed

Comments

@aggarwalShivani
Copy link
Contributor

Hi,

Recently, common-utils has moved to using opensearch-3.0.0-alpha1-SNAPSHOT.
With this opensearch version, major change is many classes are refactored and moved around. For ex. AcknowledgedResponse. AcknowledgedRequest etc are moved from org.opensearch.action.support.master to org.opensearch.action.support.clustermanager, deprecated classes MasterNodeRequest, TransportMasterNodeAction and functions (masterNodeTimeout()) are dropped.

Some PRs merged in opensearch ->

CCR still uses opensearch-3.0.0-SNAPSHOT.
Issue: When latest common-utils dependency is pulled into ccr, it results in incompatibility issues due to opensearch version mismatch.

Expectation: CCR to do version bump to opensearch-3.0.0-alpha1-SNAPSHOT and replace all usages of deprecated classes to the latest ones.

As suggested by @peternied here, I'm reporting this issue and will raise a PR shortly for ccr project.

@aggarwalShivani
Copy link
Contributor Author

I've raised a PR for the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant