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
Do you have any additional context? #4702 removed the (deprecated) BaseNodeRequest class.
Relevant comments:
* @deprecated this class is deprecated and classes will extend TransportRequest directly
*/
// TODO: this class can be removed in main once 7.x is bumped to 7.4.0
I attempted to fix in #688 with a cherry-pick of this commit: b979359
But it seems the new TransportNodesAction class signature (also updated in that PR) isn't getting pulled into the dependency and is still using an old copy of the class.
The text was updated successfully, but these errors were encountered:
OK, I'm confused. I think you're pulling from an older external dependency here, while on feature/extensions we're pulling from main. So this is not a bug yet but it will become one when you update to the next version of OpenSearch...
What is the bug?
Classes extending
BaseNodeRequest
now produce compile errors.How can one reproduce the bug?
Compile against OpenSearch main branch (3.0.0 snapshot dependency)
What is the expected behavior?
Code compiles
What is your host/environment?
Jenkins CI on this project
Do you have any screenshots?
https://github.com/opensearch-project/anomaly-detection/actions/runs/3223621043/jobs/5273892781
Do you have any additional context?
#4702 removed the (deprecated)
BaseNodeRequest
class.Relevant comments:
I attempted to fix in #688 with a cherry-pick of this commit: b979359
But it seems the new
TransportNodesAction
class signature (also updated in that PR) isn't getting pulled into the dependency and is still using an old copy of the class.The text was updated successfully, but these errors were encountered: