Skip to content

Commit

Permalink
Disable distributor.extend-writes & ingester.ring.unregister-on-shutdown
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Oyarzun <patrick.oyarzun@grafana.com>
  • Loading branch information
Logiraptor committed Jun 1, 2022
1 parent 9bd16d9 commit cfa9a6e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions operations/helm/charts/mimir-distributed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Entries should be ordered as follows:

Entries should include a reference to the Pull Request that introduced the change.

## 2.1.0-beta.5

* [ENHANCEMENT] Disable `ingester.ring.unregister-on-shutdown` and `distributor.extend-writes` #1994
- This will prevent resharding every series during a rolling ingester restart
- Under some circumstances the previous values (both enabled) could cause write path degredation during rolling restarts

## 2.1.0-beta.4

* [ENHANCEMENT] Add support for the results cache used by the query frontend #1993
Expand Down
2 changes: 1 addition & 1 deletion operations/helm/charts/mimir-distributed/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 2.1.0-beta.4
version: 2.1.0-beta.5
appVersion: 2.0.0
description: "Grafana Mimir"
engine: gotpl
Expand Down
2 changes: 1 addition & 1 deletion operations/helm/charts/mimir-distributed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Helm chart for deploying [Grafana Mimir](https://grafana.com/docs/mimir/v2.0.x/)

# mimir-distributed

![Version: 2.1.0-beta.4](https://img.shields.io/badge/Version-2.1.0--beta.4-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)
![Version: 2.1.0-beta.5](https://img.shields.io/badge/Version-2.1.0--beta.5-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)

Grafana Mimir

Expand Down
4 changes: 4 additions & 0 deletions operations/helm/charts/mimir-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,14 @@ mimir:
compactor:
data_dir: "/data"
distributor:
extend_writes: false
ingester:
ring:
final_sleep: 0s
num_tokens: 512
unregister_on_shutdown: false
ingester_client:
grpc_client_config:
Expand Down

0 comments on commit cfa9a6e

Please sign in to comment.