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 fallback implementation of ML-related runners #956

Merged
merged 1 commit into from
Apr 14, 2020

Conversation

danielmitterdorfer
Copy link
Member

With this commit we fix several issues of the fallback implementation of
ML-related runners. This implementation is only used for older versions
of Elasticsearch which still include the _xpack path component and use
the raw transport API of the Elasticsearch client. However, especially
the handling of request parameters did not conform to the API
requirements.

Relates #812

With this commit we fix several issues of the fallback implementation of
ML-related runners. This implementation is only used for older versions
of Elasticsearch which still include the `_xpack` path component and use
the raw transport API of the Elasticsearch client. However, especially
the handling of request parameters did not conform to the API
requirements.

Relates elastic#812
@danielmitterdorfer danielmitterdorfer added bug Something's wrong :Load Driver Changes that affect the core of the load driver such as scheduling, the measurement approach etc. labels Apr 7, 2020
@danielmitterdorfer danielmitterdorfer added this to the 1.5.0 milestone Apr 7, 2020
@danielmitterdorfer danielmitterdorfer self-assigned this Apr 7, 2020
@danielmitterdorfer
Copy link
Member Author

Note to reviewers (@hub-cap): This should be tested together with elastic/rally-tracks#111. One way to test this (which has failed so far on master) is:

esrally --distribution-version=5.6.16 --car="4gheap" --elasticsearch-plugins="x-pack:ml" --track=nyc_taxis --challenge="append-ml" --test-mode --on-error=abort

@hub-cap
Copy link
Contributor

hub-cap commented Apr 8, 2020

I did not get around to testing this today, I will tomorrow though unless @dliappis beats me to it :)

Copy link
Contributor

@hub-cap hub-cap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested w master, working (since the other PR was merged). LGTM

@danielmitterdorfer danielmitterdorfer merged commit 9393201 into elastic:master Apr 14, 2020
@danielmitterdorfer danielmitterdorfer deleted the ml-fallbacks branch April 14, 2020 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something's wrong :Load Driver Changes that affect the core of the load driver such as scheduling, the measurement approach etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants