You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
144427: sql,kv: set the admission control header for leaf transactions r=michae2 a=DrewKimball
#### kv: set the admission control header for leaf transactions
This commit propagates the admission control header from the root
transaction to any leaf transactions it creates. This ensures that
users of leaf transactions (e.g. streamer, DistSQL, FK checks) correctly
respect the user's requested quality of service.
Fixes#144421
Release note (bug fix): Fixed a bug that could cause queries that perform
work in parallel to ignore the requested quality-of-service level. Affected
operations include lookup joins, DistSQL execution, and foreign-key checks.
#### sql: add session seting for leaf txn admission control behavior
This commit adds a `propagate_admission_header_to_leaf_transactions`
session setting to control whether leaf txns inherit the admission header
from root txns. The setting is on by default.
Informs #144421
Release note: None
Co-authored-by: Drew Kimball <[email protected]>
0 commit comments