You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
store-gateway: remove support for reading TSDB index v1
This change removes support for generating index-headers and reading
the v1 format of TSDB index files. The v1 format was only the default
in Prometheus 2.0 and 2.1. Prometheus 2.2 and later default to creating
blocks that use the v2 format. The v1 format has never been the default
in Mimir.
Note that this change does not refactor or change index-header code
beyond removing v1 support. Further cleanups will be done in follow
up PRs.
Part of #13808
Signed-off-by: Nick Pillitteri <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@
28
28
*[CHANGE] Ingester: Renamed `cortex_ingest_storage_writer_buffered_produce_bytes` metric to `cortex_ingest_storage_writer_buffered_produce_bytes_distribution` (Prometheus summary), and added `cortex_ingest_storage_writer_buffered_produce_bytes` metric that exports the buffer size as a Prometheus Gauge. #13414
29
29
*[CHANGE] Querier and query-frontend: Removed support for per-step stats when MQE is enabled. #13582
30
30
*[CHANGE] Compactor: Require that uploaded TSDB blocks use v2 of the index file format. #13815
31
+
*[CHANGE] Store-gateway: Remove support for generating index-headers from TSDB blocks that use v1 of the index file format. #13824
31
32
*[CHANGE] Query-frontend: Removed support for calculating 'cache-adjusted samples processed' query statistic. The `-query-frontend.cache-samples-processed-stats` CLI flag has been deprecated and will be removed in a future release. Setting it has now no effect. #13582
32
33
*[CHANGE] Querier: Renamed experimental flag `-querier.prefer-availability-zone` to `-querier.prefer-availability-zones` and changed it to accept a comma-separated list of availability zones. All zones in the list are given equal priority when querying ingesters and store-gateways. #13756#13758
33
34
*[CHANGE] Ingester: Stabilize experimental flag `-ingest-storage.write-logs-fsync-before-kafka-commit-concurrency` to fsync write logs before the offset is committed to Kafka. Remove `-ingest-storage.write-logs-fsync-before-kafka-commit-enabled` since this is always enabled now. #13591
0 commit comments