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

Rename rest of the dynamodb flags #2359

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]

integration/configs.go Outdated Show resolved Hide resolved
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.

Fixes cortexproject#2254

Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
CHANGELOG.md Outdated Show resolved Hide resolved
docs/configuration/config-file-reference.md Show resolved Hide resolved
docs/configuration/config-file-reference.md Outdated Show resolved Hide resolved
integration/backward_compatibility_test.go Show resolved Hide resolved
pkg/chunk/table_manager.go Show resolved Hide resolved
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