-
Notifications
You must be signed in to change notification settings - Fork 4.1k
admission control: support for multi-tenant environments #65954
Copy link
Copy link
Closed
Labels
A-admission-controlA-multitenancyRelated to multi-tenancyRelated to multi-tenancyC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Description
The framework in the admission package is general enough to support admission control for multi-tenant KV nodes and single-tenant SQL nodes, however we need:
- proper integration for multi-tenant settings, including creation of the appropriate RequestGranter, and calls to admission.WorkQueue with the correct parameters (like the tenant-id).
- testing that this works as expected in multi-tenant environments.
- admission control: implementation of the sqlNodeCPUOverloadIndicator for single-tenant SQL nodes #79425
Epic: CRDB-10304
Jira issue: CRDB-7811
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-admission-controlA-multitenancyRelated to multi-tenancyRelated to multi-tenancyC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Type
Projects
Status
Done