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

Remove list facts subcommand #282

Closed
danielmitterdorfer opened this issue May 9, 2017 · 0 comments
Closed

Remove list facts subcommand #282

danielmitterdorfer opened this issue May 9, 2017 · 0 comments
Labels
breaking Non-backwards compatible change enhancement Improves the status quo :misc Changes that don't affect users directly: linter fixes, test improvements, etc.
Milestone

Comments

@danielmitterdorfer
Copy link
Member

The list facts subcommand was just a workaround to get shareable results for https://github.com/elastic/rally-results. With #258, Rally can now automatically derive and store the necessary information. Hence we will remove this subcommand and the related code after the next release.

@danielmitterdorfer danielmitterdorfer added :misc Changes that don't affect users directly: linter fixes, test improvements, etc. enhancement Improves the status quo labels May 9, 2017
@danielmitterdorfer danielmitterdorfer added this to the 0.5.x milestone May 9, 2017
danielmitterdorfer added a commit that referenced this issue May 9, 2017
With this commit, we establish 'race' as a self-contained entity. As
this touches several areas in the metric store implementation, we
use this opportunity to implement a couple of breaking changes at once.
Namely:

* The least supported metrics store version is now Elasticsearch 5.0
* Race and metrics are now stored in individual indices (rally-metrics-*
and rally-races-* respectively).
* New indices are created once per month instead of once per year.

Furthermore, the `list facts` subcommand is deprecated and will be
removed soon as Rally gathers all relevant information now itself and
stores it in the race.

We also implement a file-based version of the race store, so users can
now use the tournament feature without configuring a dedicated
Elasticsearch metrics store. This also simplifies sharing of race
results, as users just need to share the race results file.

Closes #138
Closes #220
Closes #258
Closes #279
Relates #282
@danielmitterdorfer danielmitterdorfer added the breaking Non-backwards compatible change label Jun 21, 2017
@danielmitterdorfer danielmitterdorfer modified the milestones: 0.6.x, 0.6.1 Jun 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Non-backwards compatible change enhancement Improves the status quo :misc Changes that don't affect users directly: linter fixes, test improvements, etc.
Projects
None yet
Development

No branches or pull requests

1 participant