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 for elastic/logs many-shards-quantitative #566

Conversation

piergm
Copy link
Member

@piergm piergm commented Feb 19, 2024

Track field-caps-exclude-empty-fields now uses raw-request in order to work around python client not supporting new optional query parameter include_empty_fields.
closes #564

@piergm piergm added the bug label Feb 19, 2024
@piergm piergm self-assigned this Feb 19, 2024
"request-params": {
"include_empty_fields": "false"
}
"base-operation-type": "raw-request",
Copy link
Contributor

@gbanasiak gbanasiak Feb 19, 2024

Choose a reason for hiding this comment

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

The base-operation-type parameter makes only sense with a custom runner referenced through "operation-type": "multi-cluster-wrapper". The purpose of it is to execute the base operation on all clusters passed to Rally. I don't think we need it in this challenge, so I would simplify to "operation-type": "raw-request".

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for the input, corrected!

Copy link
Contributor

@gbanasiak gbanasiak left a comment

Choose a reason for hiding this comment

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

LGTM

@piergm piergm merged commit adaae2a into elastic:master Feb 19, 2024
13 checks passed
inqueue pushed a commit to inqueue/rally-tracks that referenced this pull request May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Elastic/logs many-shards-quantitative challenge stopped working
3 participants