Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storcon: exclude non-Active tenants from shard autosplitting (#9743)
## Problem We didn't have a neat way to prevent auto-splitting of tenants. This could be useful during incidents or for testing. Closes #9332 ## Summary of changes - Filter splitting candidates by scheduling policy
- Loading branch information
38563de
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5509 tests run: 5254 passed, 2 failed, 253 skipped (full report)
Failures on Postgres 16
test_sharded_ingest[github-actions-selfhosted-1]
: release-x86-64test_compaction_l0_memory[github-actions-selfhosted]
: release-x86-64Code coverage* (full report)
functions
:31.8% (7890 of 24841 functions)
lines
:49.4% (62442 of 126383 lines)
* collected from Rust tests only
38563de at 2024-11-14T21:28:57.350Z :recycle: