-
Notifications
You must be signed in to change notification settings - Fork 188
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
Deprecate sorted indexing challenge in geonames #200
Deprecate sorted indexing challenge in geonames #200
Conversation
The sorted indexing challenge in the `geonames` track turns out to be unstable. As we have other options that are more reliable (such as `http_logs`) we deprecate this challenge for the `geonames` track.
The message will be shown whenever a user attempts to run a race, e.g.:
Or, for testing this PR: checkout this PR and specify |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -269,6 +269,7 @@ | |||
{ | |||
"name": "append-sorted-no-conflicts", | |||
"description": "Indexes the whole document corpus in an index sorted by country_code field in ascending order. Document ids are unique so all index operations are append only.", | |||
"user-info": "This challenge is deprecated and will be removed soon. Use the corresponding challenge in http_logs to benchmark sorted indices.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIL about user-info
. Can we document it? Seems useful
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure: elastic/rally#1358
With this commit we document the existing property `user-info` on the challenge object. Relates elastic/rally-tracks#200
The sorted indexing challenge in the `geonames` track turns out to be unstable. As we have other options that are more reliable (such as `http_logs`) we deprecate this challenge for the `geonames` track.
The sorted indexing challenge in the `geonames` track turns out to be unstable. As we have other options that are more reliable (such as `http_logs`) we deprecate this challenge for the `geonames` track.
The sorted indexing challenge in the `geonames` track turns out to be unstable. As we have other options that are more reliable (such as `http_logs`) we deprecate this challenge for the `geonames` track.
The sorted indexing challenge in the `geonames` track turns out to be unstable. As we have other options that are more reliable (such as `http_logs`) we deprecate this challenge for the `geonames` track.
The sorted indexing challenge in the `geonames` track turns out to be unstable. As we have other options that are more reliable (such as `http_logs`) we deprecate this challenge for the `geonames` track.
The sorted indexing challenge in the `geonames` track turns out to be unstable. As we have other options that are more reliable (such as `http_logs`) we deprecate this challenge for the `geonames` track.
With this commit we document the existing property `user-info` on the challenge object. Relates elastic/rally-tracks#200
In elastic#200 we agreed to deprecate sorted indexing challenge in geonames, and in elastic#202 we scheduled its removal after grace period.
In elastic#200 we agreed to deprecate sorted indexing challenge in geonames, and in elastic#202 we scheduled its removal after grace period.
In elastic#200 we agreed to deprecate sorted indexing challenge in geonames, and in elastic#202 we scheduled its removal after grace period.
In elastic#200 we agreed to deprecate sorted indexing challenge in geonames, and in elastic#202 we scheduled its removal after grace period.
In elastic#200 we agreed to deprecate sorted indexing challenge in geonames, and in elastic#202 we scheduled its removal after grace period.
The sorted indexing challenge in the
geonames
track turns out to beunstable. As we have other options that are more reliable (such as
http_logs
) we deprecate this challenge for thegeonames
track.