Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-2.9.x] Revert "LogQL: Introduce distinct (#8662)" #10358

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

grafanabot
Copy link
Collaborator

Backport c030217 from #10356


What this PR does / why we need it:
This reverts commit 38b298c.

We are removing this PR #8662 because known issue tracked here and some issues we facing internally with query splitting and sharding work(hard to parallelize, merging two distinct sets can have duplicates, hard to make it work with metric queries, etc).

We decided best to remove it before make it to public release.

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Checklist

  • Reviewed the CONTRIBUTING.md guide (required)
  • Documentation added
  • Tests updated
  • CHANGELOG.md updated
    • If the change is worth mentioning in the release notes, add add-to-release-notes label
  • Changes that require user attention or interaction to upgrade are documented in docs/sources/setup/upgrade/_index.md
  • For Helm chart changes bump the Helm chart version in production/helm/loki/Chart.yaml and update production/helm/loki/CHANGELOG.md and production/helm/loki/README.md. Example PR

**What this PR does / why we need it**:
This reverts commit 38b298c.

We are removing this PR #8662 because [known issue tracked
here](#9594) and some issues we
facing internally with query splitting and sharding work(hard to
parallelize, merging two `distinct` sets can have duplicates, hard to
make it work with metric queries, etc).

We decided best to remove it before make it to public release.

**Which issue(s) this PR fixes**:
Fixes #<issue number>

**Special notes for your reviewer**:

**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [x] Documentation added
- [x] Tests updated
- [x] `CHANGELOG.md` updated
- [ ] If the change is worth mentioning in the release notes, add
`add-to-release-notes` label
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/setup/upgrade/_index.md`
- [ ] For Helm chart changes bump the Helm chart version in
`production/helm/loki/Chart.yaml` and update
`production/helm/loki/CHANGELOG.md` and
`production/helm/loki/README.md`. [Example
PR](d10549e)

---------

Signed-off-by: Kaviraj <[email protected]>
(cherry picked from commit c030217)
@grafanabot grafanabot requested a review from a team as a code owner August 25, 2023 16:43
@grafanabot grafanabot added backport product-approved size/L type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories labels Aug 25, 2023
@grafanabot grafanabot requested a review from kavirajk August 25, 2023 16:43
@kavirajk kavirajk enabled auto-merge (squash) August 25, 2023 16:43
@kavirajk kavirajk merged commit 6bced83 into release-2.9.x Aug 25, 2023
@kavirajk kavirajk deleted the backport-10356-to-release-2.9.x branch August 25, 2023 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport product-approved size/L type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants