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

add a transform challenge #128

Merged
merged 6 commits into from
Aug 5, 2020
Merged

Conversation

hendrikmuhs
Copy link
Contributor

@hendrikmuhs hendrikmuhs commented Jun 17, 2020

add a transform challenge with 3 different transforms based on the event data track.

to be used with: --telemetry=transform-stats --challenge=transform

@hendrikmuhs hendrikmuhs marked this pull request as ready for review July 20, 2020 15:51
@ebadyano
Copy link
Contributor

@hendrikmuhs Thank you for adding this! I tried running it with:
esrally --distribution-version=7.8.0 --track-path=~/rally/rally-tracks/eventdata --telemetry=transform-stats --challenge=transform --car="4gheap,basic-license" --on-error=abort

I get an error:

  ____        ____
  / __ \____ _/ / /_  __
 / /_/ / __ `/ / / / / /
/ _, _/ /_/ / / / /_/ /
/_/ |_|\__,_/_/_/\__, /
               /____/

[INFO] Preparing for race ...
[INFO] Racing on track [eventdata], challenge [transform] and car ['4gheap', 'basic-license'] with version [7.8.0].

Running delete-index                                                           [100% done]
Running create-index                                                           [100% done]
Running check-cluster-health                                                   [100% done]
Running index-append                                                           [100% done]
Running force-merge                                                            [100% done]
Running wait-until-merges-finish                                               [100% done]
Running delete-transform-group-by-terms                                        [100% done]
Running create-transform-group-by-terms                                        [100% done]
Running start-transform-group-by-terms                                         [100% done]
Running wait-for-transform-group-by-terms                                      [100% done]
Running delete-transform-group-by-geo-tile                                     [100% done]
Running create-transform-group-by-geo-tile                                     [  0% done]
[ERROR] Cannot race. Error in load generator [0]
   ("Request returned an error. Error type: transport, Description: x_content_parse_exception ({'error': {'root_cause': [{'type': 'x_content_parse_exception', 'reason': '[1:166] [data_frame_transform_pivot] failed to parse field [group_by]'}], 'type': 'x_content_parse_exception', 'reason': '[1:166] [data_frame_transform_config] failed to parse field [pivot]', 'caused_by': {'type': 'x_content_parse_exception', 'reason': '[1:166] [data_frame_transform_pivot] failed to parse field [group_by]', 'caused_by': {'type': 'illegal_argument_exception', 'reason': 'No enum constant org.elasticsearch.xpack.core.transform.transforms.pivot.SingleGroupSource.Type.GEOTILE_GRID'}}}, 'status': 400})", None)

@hendrikmuhs
Copy link
Contributor Author

@ebadyano Thanks for pointing that out, geo tile support will be in 7.9.

Because 7.9 is not released, I can either remove the geo tile part or we wait until 7.9 is released. I think its ok to wait for 7.9.

@dliappis dliappis self-requested a review August 5, 2020 09:28
Copy link
Contributor

@dliappis dliappis left a comment

Choose a reason for hiding this comment

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

LGTM.

We'll backport to 7 branch once 7.9 is out.

@dliappis dliappis merged commit 0e3b383 into elastic:master Aug 5, 2020
dliappis pushed a commit that referenced this pull request Aug 20, 2020
@dliappis
Copy link
Contributor

Backport to 7 branch in a92719a

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

Successfully merging this pull request may close these issues.

3 participants