Skip to content

Commit a3db727

Browse files
committed
Rename rest of the dynamodb flags
Fixes #2254 Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
1 parent 05404d5 commit a3db727

File tree

5 files changed

+125
-112
lines changed

5 files changed

+125
-112
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
- `-redis.password` --> `-store.chunks-cache.redis.password`
4646
- `-redis.timeout` --> `-store.chunks-cache.redis.timeout`
4747
* [CHANGE] Rename the `-store.chunk-cache-stubs` to `-store.chunks-cache.cache-stubs` to be more inline with above.
48+
* [CHANGE] Change prefix of flags `-dynamodb.periodic-table.*` to `-table-manager.index-table.*`. #2359
49+
* [CHANGE] Change prefix of flags `-dynamodb.chunk-table.*` to `-table-manager.chunk-table.*`. #2359
50+
* [CHANGE] Change the following flags: #2359
51+
- `-dynamodb.poll-interval` --> `-table-manager.poll-interval`
52+
- `-dynamodb.periodic-table.grace-period` --> `table-manager.periodic-table.grace-period`
4853
* [CHANGE] Renamed the following flags: #2273
4954
- `-dynamodb.chunk.gang.size` --> `-dynamodb.chunk-gang-size`
5055
- `-dynamodb.chunk.get.max.parallelism` --> `-dynamodb.chunk-get-max-parallelism`

0 commit comments

Comments
 (0)