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
147994: sqlstats: lower default sql stats flush batch size r=kyle-a-wong a=kyle-a-wong
In the drt-scale cluster, a batch size of 50 caused sql stats flushing to be slow because it increased contention when sql stats flushes occurred. This is because in a cluster of this size, there is a higher chance for an individual node to be flushing at any given time.
We observed that lowering the batch size to 10 decreased the amount of contention while still providing decreased flush latency.
Epic: None
Release note: None
148015: release: retry rcodesign notary-submit in macos signing scripts r=celiala a=rail
Previously, the `rcodesign notary-submit` command was run without retry logic, which could lead to failures if the submission encountered transient issues. This commit introduces a retry mechanism to improve the robustness of the signing process.
Release note: none
Epic: none
Co-authored-by: Kyle Wong <[email protected]>
Co-authored-by: Rail Aliiev <[email protected]>
0 commit comments