-
Notifications
You must be signed in to change notification settings - Fork 314
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
Remove support to specify cluster settings in the track #915
Comments
With this commit we avoid the deprecated track property `cluster-settings` and replace it with an explicit API call. Relates elastic#93 Relates elastic/rally#831 Relates elastic/rally#915
With this commit we avoid the deprecated track property `cluster-settings` and replace it with an explicit API call. Relates #93 Relates elastic/rally#831 Relates elastic/rally#915
With this commit we avoid the deprecated track property `cluster-settings` and replace it with an explicit API call. Relates #93 Relates elastic/rally#831 Relates elastic/rally#915
Note that the
This output has been created with |
We should work on this in the context of #1107 when we'll remove support for 5.x |
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
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
So far we allow to specify a
cluster-settings
element in the track. This is trappy because it only works in certain circumstances, namely when Rally sets up the benchmark candidate itself.However, as we split Rally's functionality into individual subcommands, this should be done differently:
rally-teams
and theadditional_cluster_settings
The text was updated successfully, but these errors were encountered: