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

Merge db_main/ into release/ #81

Merged
merged 138 commits into from
Sep 20, 2024
Merged

Merge db_main/ into release/ #81

merged 138 commits into from
Sep 20, 2024

Conversation

hczhu-db
Copy link
Collaborator

@hczhu-db hczhu-db commented Sep 20, 2024

The commits are for v0.36.1 upgrade. The new version has been running in oregon-prod for a while. (the dashboard link)
image

fpetkovski and others added 30 commits August 22, 2024 09:25
* Allow using different listing strategies

Signed-off-by: Filip Petkovski <[email protected]>

* Expose flags for block list strategy

Signed-off-by: Filip Petkovski <[email protected]>

* Run make docs

Signed-off-by: Filip Petkovski <[email protected]>

* Fix whitespace

Signed-off-by: Filip Petkovski <[email protected]>

* Add CHANGELOG entry

Signed-off-by: Filip Petkovski <[email protected]>

---------

Signed-off-by: Filip Petkovski <[email protected]>
* Receive: fix issue-7248 by introducing a worker pool

Signed-off-by: Yi Jin <[email protected]>

* fix unit test bug

Signed-off-by: Yi Jin <[email protected]>

* fix CLI flags not pass into the receive handler

Signed-off-by: Yi Jin <[email protected]>

* address comments

Signed-off-by: Yi Jin <[email protected]>

* init context in constructor

Signed-off-by: Yi Jin <[email protected]>

---------

Signed-off-by: Yi Jin <[email protected]>
This commit adds a resource_attributes field to the OTLP tracing configuration.

Signed-off-by: Filip Petkovski <[email protected]>
Signed-off-by: Filip Petkovski <[email protected]>
Signed-off-by: Saswata Mukherjee <[email protected]>
Adding a minimal test case for issue thanos-io#6775 - reproduces the panic in the
compactor.

Signed-off-by: Giedrius Statkevičius <[email protected]>
This commit adds a new tracing span for remotely delegated queries
with attributes related to the query and remote engine.

Signed-off-by: Filip Petkovski <[email protected]>
Signed-off-by: Filip Petkovski <[email protected]>
* Adding repro case for broken query with distributed engine

Signed-off-by: Pedro Tanaka <[email protected]>

* Fixing problem with distributed queries and xfunctios

Signed-off-by: Pedro Tanaka <[email protected]>

* Adding support for extended functions in tenancy enforcement

Signed-off-by: Pedro Tanaka <[email protected]>

* Moving custom parser to new package

Signed-off-by: Pedro Tanaka <[email protected]>

* fixing go-lint

Signed-off-by: Pedro Tanaka <[email protected]>

* Using same opts and reorganize imports

Signed-off-by: Pedro Tanaka <[email protected]>

* fixing problem with query format

Signed-off-by: Pedro Tanaka <[email protected]>

* fixing flaky tests

Signed-off-by: Pedro Tanaka <[email protected]>

* removing extra test

Signed-off-by: Pedro Tanaka <[email protected]>

* yet another flaky test

Signed-off-by: Pedro Tanaka <[email protected]>

---------

Signed-off-by: Pedro Tanaka <[email protected]>
* rule

Signed-off-by: Vanshikav123 <[email protected]>

* rule-changes

Signed-off-by: Vanshikav123 <[email protected]>

* prettier

Signed-off-by: Vanshikav123 <[email protected]>

* Rebuild

Signed-off-by: Vanshikav123 <[email protected]>

* changes after make react-app

Signed-off-by: Vanshikav123 <[email protected]>

---------

Signed-off-by: Vanshikav123 <[email protected]>
Signed-off-by: Pedro Tanaka <[email protected]>
When using the exemplars proxy to search for exemplars on receivers, if one receiver had tenants that did not match the selector on the external label it would get
skipped completely even if it had a tenant that actually matched

Signed-off-by: Pedro Tanaka <[email protected]>
Signed-off-by: Pedro Tanaka <[email protected]>
Signed-off-by: Pedro Tanaka <[email protected]>
* Update minio-go to v7.0.70

Add support for EKS Pod Identity
fix issue: thanos-io#7157

Signed-off-by: farhad <[email protected]>

* Changelog - support for EKS Pod Identity

Updated changelog

Signed-off-by: farhad <[email protected]>

---------

Signed-off-by: farhad <[email protected]>
thanos-io#7338)

* fixing extended functions support in more places

Signed-off-by: Pedro Tanaka <[email protected]>

* Adding new failint for the Parse() method

Signed-off-by: Pedro Tanaka <[email protected]>

* Adding new method for ParseMetricSelector

Signed-off-by: Pedro Tanaka <[email protected]>

* Fixing missing imports

Extending test to check behavior

More missing imports

Signed-off-by: Pedro Tanaka <[email protected]>

* Fixing method name

Signed-off-by: Pedro Tanaka <[email protected]>

* Solving references to forbidden functions

Signed-off-by: Pedro Tanaka <[email protected]>

* Treating promql validation from ParseExpr

Signed-off-by: Pedro Tanaka <[email protected]>

* fixing funcs

Signed-off-by: Pedro Tanaka <[email protected]>

---------

Signed-off-by: Pedro Tanaka <[email protected]>
Signed-off-by: Pedro Tanaka <[email protected]>
Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.91.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.70.0...v5.91.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Filip Petkovski <[email protected]>
* Align tenant pruning according to wall clock.

Pruning a tenant currently acquires a lock on the tenant's TSDB,
which blocks reads from incoming queries. We have noticed spikes in
query latency when tenants get decomissioned since each receiver will
prune the tenant at a different time.

To reduce the window where queries get degraded, this commit makes sure that
pruning happens at predictable intervals by aligning it to the wall clock, similar
to how head compaction is aligned.

The commit also changes the tenant deletion condition to look at the duration
from the min time of the tenant, rather than from the last append time.

Signed-off-by: Filip Petkovski <[email protected]>

* Improve tests

Signed-off-by: Filip Petkovski <[email protected]>

---------

Signed-off-by: Filip Petkovski <[email protected]>
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9.
- [Commits](indutny/node-ip@v1.1.5...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…hanos-io#7348)

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.1 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v5.3.1...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Propagate request ID through gRPC context

The request ID only gets propagated through HTTP calls and is not available
in gRPC servers.

This commit adds intereceptors to grpc servers and clients to make sure request ID
propagation happens.

Signed-off-by: Filip Petkovski <[email protected]>

* Add license

Signed-off-by: Filip Petkovski <[email protected]>

---------

Signed-off-by: Filip Petkovski <[email protected]>
* compact/planner: fix issue 6775

It doesn't make sense to vertically compact downsampled blocks so mark
them with the no compact marker if downsampled blocks were detected in
the plan. Seems like the Planner is the best place for this logic - I
just repeated the previous pattern with the large index file filter.

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

* CHANGELOG: add item

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

---------

Signed-off-by: Giedrius Statkevičius <[email protected]>
Signed-off-by: Markus Meyer <[email protected]>
Signed-off-by: Markus Meyer <[email protected]>
@hczhu-db hczhu-db requested review from a team, christopherzli, jnyi, yuchen-db and yulong-db and removed request for a team September 20, 2024 17:46
Copy link
Collaborator

@jnyi jnyi left a comment

Choose a reason for hiding this comment

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

actually i feel we should not make PRs but just reuse an old image binary, WDYT @hczhu-db @christopherzli

Copy link
Collaborator

@jnyi jnyi left a comment

Choose a reason for hiding this comment

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

lgtm for security patch

@hczhu-db hczhu-db merged commit 7a94d69 into release Sep 20, 2024
100 of 101 checks passed
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.