Skip to content

Navigation Menu

Sign in
Sign up

per tenant close_idle_tsdb_timeout - #7813

Open
Shvejan wants to merge 2 commits into
cortexproject:master from
Shvejan:per-tenant-query-configs
Open

per tenant close_idle_tsdb_timeout #7813
Shvejan wants to merge 2 commits into
cortexproject:master from
Shvejan:per-tenant-query-configs

Conversation

@Shvejan

@Shvejan Shvejan commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

What this PR does:
continuation to this pr #7323, we are also making close_idle_tsdb_timeout to be configurable per tenant because queryIngestersWithin <= closeIdleTSDBTimeout

Which issue(s) this PR fixes:
Fixes #7160

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [ENHANCEMENT]
  • docs/configuration/v1-guarantees.md updated if this PR introduces experimental flags

Signed-off-by: Shvejan Mutheboyina <shvejan@amazon.com>
Signed-off-by: Shvejan Mutheboyina <shvejan@amazon.com>

@yeya24 yeya24 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks

Copy link
Copy Markdown
Member

@Shvejan
What if query_ingester_within=0s query_store_after=12h close_idle_tsdb_timeout=1h?

Current validation emits no error, but the T-11h ~ T range would be a hole.

Should we add a validation like:

closeIdleTSDBTimeout > 0 && queryStoreAfter > 0 && queryStoreAfter >= closeIdleTSDBTimeout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@SungJin1212 SungJin1212 SungJin1212 approved these changes
@yeya24 yeya24 yeya24 approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Make query ingester within a per tenant configuration

AltStyle によって変換されたページ (->オリジナル) /