Skip to content

Commit

Permalink
helm: release a new helm charts to use k8s service for discover query…
Browse files Browse the repository at this point in the history
…-scheduler replicas (grafana#9477)

**What this PR does / why we need it**:
Currently, we have a bug in our code when running Loki in SSD mode and
using the ring for query-scheduler discovery. It causes queries to not
be distributed to all the available read pods. I have explained the
issue in detail in [the PR which fixes the
code](grafana#9471).

Since this bug causes a major query performance impact and code release
might take time, in this PR we are doing a new helm release which fixes
the issue by using the k8s service for discovering `query-scheduler`
replicas.

**Which issue(s) this PR fixes**:
Fixes grafana#9195
  • Loading branch information
sandeepsukhani authored and rgarcia6520 committed May 26, 2023
1 parent dba1f55 commit ce62dc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions production/helm/loki/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Entries should include a reference to the pull request that introduced the chang
## 5.5.3

- [FEATURE] Add `loki.configStorageType` & `loki.externalConfigSecretName` values to chart and templates.
- [BUGFIX] Fix issue in distribution of queries to available read pods by using k8s service for discovering query-scheduler replicas

## 5.5.2

Expand Down

0 comments on commit ce62dc9

Please sign in to comment.