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

Fix deprecations for ML-related runners with Elasticsearch 7.x #787

Closed
1 of 2 tasks
danielmitterdorfer opened this issue Oct 9, 2019 · 0 comments · Fixed by #812
Closed
1 of 2 tasks

Fix deprecations for ML-related runners with Elasticsearch 7.x #787

danielmitterdorfer opened this issue Oct 9, 2019 · 0 comments · Fixed by #812
Assignees
Labels
enhancement Improves the status quo :Load Driver Changes that affect the core of the load driver such as scheduling, the measurement approach etc.
Milestone

Comments

@danielmitterdorfer
Copy link
Member

danielmitterdorfer commented Oct 9, 2019

When running our nightly benchmarks, we see several deprecation warnings in the logs:

[2019-09-25T09:31:31,988][WARN ][o.e.d.x.m.r.d.RestDeleteDatafeedAction] [rally-node-0] [DELETE /_xpack/ml/datafeeds/{datafeed_id}] is deprecated! Use [DELETE /_ml/datafeeds/{datafeed_id}] instead.
[2019-09-25T09:31:38,015][WARN ][o.e.d.x.m.r.j.RestDeleteJobAction] [rally-node-0] [DELETE /_xpack/ml/anomaly_detectors/{job_id}] is deprecated! Use [DELETE /_ml/anomaly_detectors/{job_id}] instead.
[2019-09-25T09:31:44,052][WARN ][o.e.d.x.m.r.j.RestPutJobAction] [rally-node-0] [PUT /_xpack/ml/anomaly_detectors/{job_id}] is deprecated! Use [PUT /_ml/anomaly_detectors/{job_id}] instead.
[2019-09-25T09:31:50,136][WARN ][o.e.d.x.m.r.j.RestOpenJobAction] [rally-node-0] [POST /_xpack/ml/anomaly_detectors/{job_id}/_open] is deprecated! Use [POST /_ml/anomaly_detectors/{job_id}/_open] instead.
[2019-09-25T09:31:56,170][WARN ][o.e.d.x.m.r.d.RestPutDatafeedAction] [rally-node-0] [PUT /_xpack/ml/datafeeds/{datafeed_id}] is deprecated! Use [PUT /_ml/datafeeds/{datafeed_id}] instead.

With elastic/elasticsearch#35958, the _xpack path component in URLs is deprecated. To mitigate, we should:

@danielmitterdorfer danielmitterdorfer added enhancement Improves the status quo :Load Driver Changes that affect the core of the load driver such as scheduling, the measurement approach etc. labels Oct 9, 2019
@danielmitterdorfer danielmitterdorfer added this to the 1.4.0 milestone Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves the status quo :Load Driver Changes that affect the core of the load driver such as scheduling, the measurement approach etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants