|
2 | 2 |
|
3 | 3 | ## master / unreleased
|
4 | 4 |
|
| 5 | +## 1.2.0 / 2020-06-xx |
| 6 | + |
5 | 7 | * [CHANGE] Metric `cortex_kv_request_duration_seconds` now includes `name` label to denote which client is being used as well as the `backend` label to denote the KV backend implementation in use. #2648
|
6 | 8 | * [CHANGE] Experimental Ruler: Rule groups persisted to object storage using the experimental API have an updated object key encoding to better handle special characters. Rule groups previously-stored using object storage must be renamed to the new format. #2646
|
7 | 9 | * [CHANGE] Query Frontend now uses Round Robin to choose a tenant queue to service next. #2553
|
|
52 | 54 | * [CHANGE] Memberlist KV client is no longer considered experimental. #2725
|
53 | 55 | * [CHANGE] Change target flag for purger from `data-purger` to `purger` and make delete request cancellation duration configurable. #2760
|
54 | 56 | * [CHANGE] Removed `-store.fullsize-chunks` option which was undocumented and unused (it broke ingester hand-overs). #2656
|
| 57 | +* [CHANGE] Query with no metric name that has previously resulted in HTTP status code 500 now returns status code 422 instead. #2571 |
55 | 58 | * [FEATURE] TLS config options added for GRPC clients in Querier (Query-frontend client & Ingester client), Ruler, Store Gateway, as well as HTTP client in Config store client. #2502
|
56 | 59 | * [FEATURE] The flag `-frontend.max-cache-freshness` is now supported within the limits overrides, to specify per-tenant max cache freshness values. The corresponding YAML config parameter has been changed from `results_cache.max_freshness` to `limits_config.max_cache_freshness`. The legacy YAML config parameter (`results_cache.max_freshness`) will continue to be supported till Cortex release `v1.4.0`. #2609
|
57 | 60 | * [FEATURE] Experimental gRPC Store: Added support to 3rd parties index and chunk stores using gRPC client/server plugin mechanism. #2220
|
58 | 61 | * [ENHANCEMENT] Propagate GOPROXY value when building `build-image`. This is to help the builders building the code in a Network where default Go proxy is not accessible (e.g. when behind some corporate VPN). #2741
|
59 | 62 | * [ENHANCEMENT] Querier: Added metric `cortex_querier_request_duration_seconds` for all requests to the querier. #2708
|
| 63 | +* [ENHANCEMENT] Cortex is now built with Go 1.14. #2480 #2749 #2753 |
60 | 64 | * [ENHANCEMENT] Experimental TSDB: added the following metrics to the ingester: #2580 #2583 #2589 #2654
|
61 | 65 | * `cortex_ingester_tsdb_appender_add_duration_seconds`
|
62 | 66 | * `cortex_ingester_tsdb_appender_commit_duration_seconds`
|
|
91 | 95 | * [ENHANCEMENT] Query-tee: added support to `/metadata`, `/alerts`, and `/rules` endpoints #2600
|
92 | 96 | * [ENHANCEMENT] Query-tee: added support to query results comparison between two different backends. The comparison is disabled by default and can be enabled via `-proxy.compare-responses=true`. #2611
|
93 | 97 | * [ENHANCEMENT] Query-tee: improved the query-tee to not wait all backend responses before sending back the response to the client. The query-tee now sends back to the client first successful response, while honoring the `-backend.preferred` option. #2702
|
94 |
| -* [ENHANCEMENT] Thanos and Prometheus upgraded. #2604 #2634 #2686 |
95 |
| - * TSDB now supports isolation of append and queries. |
| 98 | +* [ENHANCEMENT] Thanos and Prometheus upgraded. #2602 #2604 #2634 #2659 #2686 #2756 |
96 | 99 | * TSDB now holds less WAL files after Head Truncation.
|
97 | 100 | * TSDB now does memory-mapping of Head chunks and reduces memory usage.
|
98 | 101 | * [ENHANCEMENT] Experimental TSDB: decoupled blocks deletion from blocks compaction in the compactor, so that blocks deletion is not blocked by a busy compactor. The following metrics have been added: #2623
|
|
111 | 114 | * `/compactor/ring`
|
112 | 115 | * `/ruler/ring`
|
113 | 116 | * `/services`
|
114 |
| -* [ENHANCEMENT] Add `-cassandra.num-connections` to allow increasing the number of TCP connections to each Cassandra server. #2666 |
115 |
| -* [ENHANCEMENT] Use separate Cassandra clients and connections for reads and writes. #2666 |
116 |
| -* [ENHANCEMENT] Add `-cassandra.reconnect-interval` to allow specifying the reconnect interval to a Cassandra server that has been marked `DOWN` by the gocql driver. Also change the default value of the reconnect interval from `60s` to `1s`. #2687 |
| 117 | +* [ENHANCEMENT] Experimental Cassandra backend: Add `-cassandra.num-connections` to allow increasing the number of TCP connections to each Cassandra server. #2666 |
| 118 | +* [ENHANCEMENT] Experimental Cassandra backend: Use separate Cassandra clients and connections for reads and writes. #2666 |
| 119 | +* [ENHANCEMENT] Experimental Cassandra backend: Add `-cassandra.reconnect-interval` to allow specifying the reconnect interval to a Cassandra server that has been marked `DOWN` by the gocql driver. Also change the default value of the reconnect interval from `60s` to `1s`. #2687 |
| 120 | +* [ENHANCEMENT] Experimental Cassandra backend: Add option `-cassandra.convict-hosts-on-failure=false` to not convict host of being down when a request fails. #2684 |
117 | 121 | * [ENHANCEMENT] Experimental TSDB: Applied a jitter to the period bucket scans in order to better distribute bucket operations over the time and increase the probability of hitting the shared cache (if configured). #2693
|
118 | 122 | * [ENHANCEMENT] Experimental TSDB: Series limit per user and per metric now work in TSDB blocks. #2676
|
119 | 123 | * [ENHANCEMENT] Experimental Memberlist: Added ability to periodically rejoin the memberlist cluster. #2724
|
120 |
| -* [ENHANCEMENT] Experimental Delete Series: Added the following metrics for monitoring processing of delete requests: #2445 |
| 124 | +* [ENHANCEMENT] Experimental Delete Series: Added the following metrics for monitoring processing of delete requests: #2730 |
121 | 125 | - `cortex_purger_load_pending_requests_attempts_total`: Number of attempts that were made to load pending requests with status.
|
122 | 126 | - `cortex_purger_oldest_pending_delete_request_age_seconds`: Age of oldest pending delete request in seconds.
|
123 | 127 | - `cortex_purger_pending_delete_requests_count`: Count of requests which are in process or are ready to be processed.
|
|
126 | 130 | * `cortex_querier_blocks_consistency_checks_total`
|
127 | 131 | * `cortex_querier_blocks_consistency_checks_failed_total`
|
128 | 132 | * `cortex_querier_storegateway_refetches_per_query`
|
129 |
| -* [ENHANCEMENT] Cortex is now built with Go 1.14. #2480 #2753 |
| 133 | +* [ENHANCEMENT] Delete requests can now be canceled #2555 |
| 134 | +* [ENHANCEMENT] Table manager can now provision tables for delete store #2546 |
130 | 135 | * [BUGFIX] Ruler: Ensure temporary rule files with special characters are properly mapped and cleaned up. #2506
|
131 | 136 | * [BUGFIX] Fixes #2411, Ensure requests are properly routed to the prometheus api embedded in the query if `-server.path-prefix` is set. #2372
|
132 | 137 | * [BUGFIX] Experimental TSDB: fixed chunk data corruption when querying back series using the experimental blocks storage. #2400
|
133 | 138 | * [BUGFIX] Fixed collection of tracing spans from Thanos components used internally. #2655
|
134 | 139 | * [BUGFIX] Experimental TSDB: fixed memory leak in ingesters. #2586
|
135 | 140 | * [BUGFIX] QueryFrontend: fixed a situation where HTTP error is ignored and an incorrect status code is set. #2590
|
136 | 141 | * [BUGFIX] Ingester: Fix an ingester starting up in the JOINING state and staying there forever. #2565
|
137 |
| -* [BUGFIX] QueryFrontend: fixed a panic (`integer divide by zero`) in the query-frontend. The query-frontend now requires the `-querier.default-evaluation-interval` config to be set to the same value of the querier. #2603 |
| 142 | +* [BUGFIX] QueryFrontend: fixed a panic (`integer divide by zero`) in the query-frontend. The query-frontend now requires the `-querier.default-evaluation-interval` config to be set to the same value of the querier. #2614 |
138 | 143 | * [BUGFIX] Experimental TSDB: when the querier receives a `/series` request with a time range older than the data stored in the ingester, it now ignores the requested time range and returns known series anyway instead of returning an empty response. This aligns the behaviour with the chunks storage. #2617
|
139 | 144 | * [BUGFIX] Cassandra: fixed an edge case leading to an invalid CQL query when querying the index on a Cassandra store. #2639
|
140 | 145 | * [BUGFIX] Ingester: increment series per metric when recovering from WAL or transfer. #2674
|
141 | 146 | * [BUGFIX] Fixed `wrong number of arguments for 'mget' command` Redis error when a query has no chunks to lookup from storage. #2700
|
142 |
| -* [BUGFIX] Ingester: Automatically remove old tmp checkpoints, fixing a potential disk space leak after an ingester crashes. |
| 147 | +* [BUGFIX] Ingester: Automatically remove old tmp checkpoints, fixing a potential disk space leak after an ingester crashes. #2726 |
143 | 148 |
|
144 | 149 | ## 1.1.0 / 2020-05-21
|
145 | 150 |
|
|
0 commit comments