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
153588: restore: set correct number of link workers r=msbutler a=kev-cao
#153065 contains a typo that ensures the number of link workers is always 0 or 1. This patch fixes the bug.
Epic: None
Release note: None
153592: admission: add getterQualification to granter/requester interfaces r=joshimhoff a=sumeerbhola
This is in preparation for the CPU time token scheme, where the WorkQueue will distinguish between burstable and non-burstable tenants.
This is just an interface change, with no behavioral change.
Informs #153591
Epic: none
Release note: None
153593: sql: clarify recent change around soft limits r=yuzefovich a=yuzefovich
AI review spotted a "bug" in a recent change around soft limits when that limit is negative. This is impossible by construction, so this commit clarifies the code a bit by switching to `uint64` in non-proto code. We also have "hard limit" that still remains `int64` due to one special case (I was being lazy so only left a TODO to clean this up).
Epic: None
Release note: None
Co-authored-by: Kevin Cao <[email protected]>
Co-authored-by: sumeerbhola <[email protected]>
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments