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
150535: ui: show tenant dropdown in insecure mode when multiple tenants exist r=dt a=dt
Previously, the tenant dropdown would not appear in insecure mode because it required a tenant cookie to be set, which only happens after authentication. This change modifies the dropdown logic to show when running in insecure mode and the virtual_clusters endpoint returns more than one tenant.
In insecure mode, the dropdown now displays "default" when no tenant cookie is set, allowing users to select from available virtual clusters without requiring authentication.
Subsumes #150143.
Closes#150143.
Release note (ui change): The tenant dropdown now appears in insecure mode when multiple virtual clusters are available.
Epic: none.
150771: sql/ttl: improve TTL replan decision logic r=spilchen a=spilchen
Replace calculatePlanGrowth with detectNodeAvailabilityChanges to make TTL job replanning less sensitive to span changes. The new logic focuses specifically on detecting when nodes become unavailable rather than reacting to all plan differences.
The previous implementation would trigger replans for span splits/merges that don't actually indicate beneficial restart scenarios. The new approach only considers missing nodes from the original plan, which typically indicates node failures where work redistribution would benefit from restarting the job. It also supports a stability window so that replan decisions need to fire consecutively. This should help aleviate changes in plans due to range cache issues.
Fixes#150343
Epic: none
Release note (ops change): The 'sql.ttl.replan_flow_threshold' may have been set to 0 to work around the TTL replanner being too sensitive. This fix will alleviate that and any instance that had set replan_flow_threshold to 0 can be reset back to the default.
150947: asim: port over some trivial commits from prototype r=tbg a=wenyihu6
This commit ports over some trivial changes from the mma prototype branch.
Epic: CRDB-25222
Release note: none
150949: span: clean up test code after llrb frontier deletion r=rharding6373 a=andyyang890
This patch cleans up some code in the unit tests that previously
would toggle the frontier type but now just leads to each test
being running twice with the exact same configuration.
Informs #141668
Release note: None
Co-authored-by: David Taylor <[email protected]>
Co-authored-by: Matt Spilchen <[email protected]>
Co-authored-by: wenyihu6 <[email protected]>
Co-authored-by: Andy Yang <[email protected]>
0 commit comments