Closed blathers-crl[bot] closed 1 day ago
Thanks for opening a backport.
Please check the backport criteria before merging:
Also, please add a brief release justification to the body of your PR to justify this backport.
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR?
:owl: Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.
Backport 1/1 commits from #135336 on behalf of @dhartunian.
/cc @cockroachdb/release
Previously, the sql stats flush async tasks would continue potentially long blocks of work during stopper quiescence. This change helps them cancel mid-flush when the stopper is quiescing for orderly shutdown.
Resolves: https://github.com/cockroachdb/cockroach/issues/133106 Epic: None
Release note: None
Release justification: