-
Notifications
You must be signed in to change notification settings - Fork 313
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
Allow users to explicitly define index management operations #293
Comments
As a preparation, we will allow (selected) runners that are defined by Rally core to use retries (either on timeout or application "error") (see #363). The first operation that will benefit from this change is most likely the cluster health check that is currently hard-coded. |
For the migration, we should also keep elastic/rally-tracks#37 in mind: The cluster health check in tracks should take only the track-relevant indices into account. |
At the moment, Rally auto-manages indices, which basically means that it creates and deletes the affected indices at the start of a benchmark. This works fine for our Elasticsearch development benchmarks but there are other situations where users want more explicit control.
Hence, we should provide a couple of index management APIs as Rally operations:
We should also improve the existing indices stats operation to include data from the response in the meta-data (depending on the performance impact this needs to be enabled with a flag).
Tasks:
The text was updated successfully, but these errors were encountered: