Skip to content

Rename rest of the dynamodb flags #2359

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

Merged
merged 2 commits into from
Mar 31, 2020

Conversation

gouthamve
Copy link
Contributor

Fixes #2254

Signed-off-by: Goutham Veeramachaneni gouthamve@gmail.com

What this PR does:

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@gouthamve gouthamve requested a review from bboreham March 30, 2020 16:00
@gouthamve gouthamve force-pushed the nuke-final-dynamodb branch from 133bb9d to e3c3152 Compare March 30, 2020 16:01
@gouthamve gouthamve added this to the v1 milestone Mar 30, 2020
@gouthamve gouthamve force-pushed the nuke-final-dynamodb branch from e3c3152 to d4a323d Compare March 30, 2020 18:47
Copy link
Contributor

@tomwilkie tomwilkie left a comment

Choose a reason for hiding this comment

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

LGTM with a new minor nits.

@gouthamve gouthamve force-pushed the nuke-final-dynamodb branch from d4a323d to 158821f Compare March 30, 2020 20:05
Fixes cortexproject#2254

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
@gouthamve gouthamve force-pushed the nuke-final-dynamodb branch from 158821f to a3db727 Compare March 30, 2020 21:20
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
@gouthamve gouthamve merged commit 4164e4b into cortexproject:master Mar 31, 2020
@@ -45,6 +45,11 @@
- `-redis.password` --> `-store.chunks-cache.redis.password`
- `-redis.timeout` --> `-store.chunks-cache.redis.timeout`
* [CHANGE] Rename the `-store.chunk-cache-stubs` to `-store.chunks-cache.cache-stubs` to be more inline with above.
* [CHANGE] Change prefix of flags `-dynamodb.periodic-table.*` to `-table-manager.index-table.*`. #2359
Copy link
Contributor

Choose a reason for hiding this comment

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

Weren't these already removed by #2221 ?

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh I get it - these are the scaling flags. So the description here could be made clearer by saying that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cleanup remaining dynamodb flags
4 participants