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

Fix query frontend regression on release v0.17.0 #3480

Merged

Conversation

yeya24
Copy link
Contributor

@yeya24 yeya24 commented Nov 20, 2020

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

Fixes #3465

Changes:

  1. Cherry pick query-frontend: make POST-request to downstream url for labels and series api endpoints #3444
  2. Fix series ordering when merging multiple series
  3. Add more unit tests and update E2E for this regression

Verification

@yeya24 yeya24 changed the title Cherry pick Fix query frontend regression and add more tests Nov 20, 2020
@yeya24 yeya24 changed the title Fix query frontend regression and add more tests Fix query frontend regression on release v0.17.0 Nov 20, 2020
@yeya24 yeya24 force-pushed the fix-query-frontend-series-response branch from a54b5dc to dc4d2f2 Compare November 20, 2020 01:28
@yeya24
Copy link
Contributor Author

yeya24 commented Nov 20, 2020

Umm, I don't know how can I update the changelog since there is no section for v0.17.0. Do I need to add the change to the unreleased part?

@trynity
Copy link

trynity commented Nov 23, 2020

Just hit this today, anything I can help with to ensure this gets merged and a hotfix is released?

@bwplotka
Copy link
Member

Correct @yeya24 - we will create v0.17.1 section from it. cc @metalmatze

Copy link
Member

@bwplotka bwplotka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks 💪

@bwplotka bwplotka merged commit b30dbed into thanos-io:release-0.17 Nov 23, 2020
@yeya24 yeya24 deleted the fix-query-frontend-series-response branch November 23, 2020 15:44
metalmatze pushed a commit to metalmatze/thanos that referenced this pull request Dec 9, 2020
* query-frontend: make POST-request to downstream url for labels and series api endpoints (thanos-io#3444)

Signed-off-by: Alexander Tunik <[email protected]>

* remove default response cache config

Signed-off-by: Ben Ye <[email protected]>

* ensure order when merging multiple responses

Signed-off-by: Ben Ye <[email protected]>

Co-authored-by: Alexander Tunik <[email protected]>
bwplotka added a commit that referenced this pull request Dec 9, 2020
* Fix query frontend regression on release v0.17.0 (#3480)

* query-frontend: make POST-request to downstream url for labels and series api endpoints (#3444)

Signed-off-by: Alexander Tunik <[email protected]>

* remove default response cache config

Signed-off-by: Ben Ye <[email protected]>

* ensure order when merging multiple responses

Signed-off-by: Ben Ye <[email protected]>

Co-authored-by: Alexander Tunik <[email protected]>

* *: Set debug.SetPanicOnFault(true) so we can recover seg faults. (#3498)

Signed-off-by: Bartlomiej Plotka <[email protected]>

* Prepare v0.17.1 release (#3505)

Signed-off-by: Matthias Loibl <[email protected]>

* fix index out of bound bug when comparing ZLabelSets (#3520)

* fix index out of bound bug when comparing ZLabelSets

Signed-off-by: Ben Ye <[email protected]>

* fix param parsing error message

Signed-off-by: Ben Ye <[email protected]>

* address comment feedbacks

Signed-off-by: Ben Ye <[email protected]>

* compact: do not cleanup blocks on boot (#3532)

Do not cleanup blocks on boot because in some very bad cases there could
be thousands of blocks ready-to-be deleted and doing that makes Thanos
Compact exceed `initialDelaySeconds` on k8s.

Signed-off-by: Giedrius Statkevičius <[email protected]>

* Prepare v0.17.2 (#3543)

Signed-off-by: Matthias Loibl <[email protected]>

* Properly rebase CHANGELOG.md after merging release-0.17

Signed-off-by: Matthias Loibl <[email protected]>

Co-authored-by: Ben Ye <[email protected]>
Co-authored-by: Alexander Tunik <[email protected]>
Co-authored-by: Bartlomiej Plotka <[email protected]>
Co-authored-by: Giedrius Statkevičius <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants