You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 @peterniedhere, I'm reporting this issue and will raise a PR shortly for ccr project.
The text was updated successfully, but these errors were encountered:
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 ->
org.opensearch.action.support.master
OpenSearch#17118org.opensearch.client
from:server
module OpenSearch#17272CCR 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.
The text was updated successfully, but these errors were encountered: