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
150161: scripts: add basic pcr setup/admin wrapper r=dt a=dt
like the 'ldr' script, this script automates the process of making two clusters and provides a quick mechanism for issuing commands to both of them.
Release note: none.
Epic: none.
150165: sql: ensure that index backfill monitor is closed in error case r=yuzefovich a=yuzefovich
We just saw a test failure where the `index-backfill-mon` memory monitor wasn't stopped on the server shutdown. I've audited the code, and I think it likely happened in an error case during the initialization where we'd previously forget to stop it. This is now fixed.
Additionally, this commit lifts the assumption of the monitor being non-nil a bit higher in the call stack as well as removes some unused error return arguments.
Fixes: #150118.
Release note: None
Co-authored-by: David Taylor <[email protected]>
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments