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

Disallow to specify cluster settings in the track #1238

Conversation

danielmitterdorfer
Copy link
Member

With this commit we don't honor the challenge property
cluster-settings anymore as this is mixing multiple concerns (cluster
setup and running the benchmark). Instead, we encourage users to use the
put-settings API for dynamic cluster settings and the existing
mechanism in rally-teams to inject static cluster settings.

Closes #915

With this commit we don't honor the challenge property
`cluster-settings` anymore as this is mixing multiple concerns (cluster
setup and running the benchmark). Instead, we encourage users to use the
`put-settings` API for dynamic cluster settings and the existing
mechanism in rally-teams to inject static cluster settings.

Closes elastic#915
@danielmitterdorfer danielmitterdorfer added enhancement Improves the status quo :Track Management New operations, changes in the track format, track download changes and the like :Benchmark Candidate Management Anything affecting how Rally sets up Elasticsearch breaking Non-backwards compatible change labels Apr 12, 2021
@danielmitterdorfer danielmitterdorfer added this to the 2.2.0 milestone Apr 12, 2021
@danielmitterdorfer danielmitterdorfer self-assigned this Apr 12, 2021
it/__init__.py Outdated
@@ -29,7 +29,7 @@
from esrally.utils import process

CONFIG_NAMES = ["in-memory-it", "es-it"]
DISTRIBUTIONS = ["5.6.16", "6.8.0", "7.6.0"]
DISTRIBUTIONS = ["6.8.0", "7.6.0"]
Copy link
Member Author

Choose a reason for hiding this comment

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

We're doing this here (as well) to decouple this PR from #1237 as rally-tracks still uses this feature for 5.x clusters.

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

@danielmitterdorfer danielmitterdorfer merged commit 90f031b into elastic:master Apr 19, 2021
@danielmitterdorfer danielmitterdorfer deleted the drop-cluster-settings-in-track branch April 19, 2021 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Benchmark Candidate Management Anything affecting how Rally sets up Elasticsearch breaking Non-backwards compatible change enhancement Improves the status quo :Track Management New operations, changes in the track format, track download changes and the like
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove support to specify cluster settings in the track
2 participants