sql: new index backfiller not subject to admission control #80464
Labels
A-disaster-recovery
branch-release-22.1
Used to mark GA and release blockers, technical advisories, and bugs for 22.1
C-performance
Perf of queries or internals. Solution not expected to change functional behavior.
deprecated-branch-release-22.1.0
GA-blocker
T-disaster-recovery
The new index backfiller in #73878 uses bare transactions for writes. These are not subject to admission control, and can easily overload the storage engine. It should add admission control headers (via e.g.
DB.TxnWithAdmissionControl
) using priorityBulkNormalPri
.Jira issue: CRDB-15954
The text was updated successfully, but these errors were encountered: