Commit 8f858b5
154443: cli: remove duplicate `stmt` column from `node_distsql_flows` r=dhartunian a=dhartunian
Resolves: #154442
Release note: None
154492: stmtdiagnostics: fix bizarre flake in TestDiagnosticsRequest r=yuzefovich a=yuzefovich
We just saw a failure in `TestDiagnosticsRequest` where "RESET statement_timeout;" itself timed out. Prevent such a flake by wrapping with SucceedsSoon.
Fixes: #154490.
Release note: None
154531: restore: fix restore hanging on server stop r=msbutler a=kev-cao
`RunTaskAsyncEx` returns an error if it is ran while the stopper is [stopping or
quiescing](https://github.com/cockroachdb/cockroach/blob/52aaf2e7ea3f20aced87d1dcc87a1873fb87ffbe/pkg/util/stop/stopper.go#L498-L500). In the generative split and scatterer processor, in the event that the task is run during stopping/quiesce, the `doneScatterCh` is never closed. That means that any follow up `Next` calls on the processor will hang on receiving from the channel.
Fixes: #153806
Release note: None
Co-authored-by: David Hartunian <davidh@cockroachlabs.com>
Co-authored-by: Yahor Yuzefovich <yahor@cockroachlabs.com>
Co-authored-by: Kevin Cao <39608887+kev-cao@users.noreply.github.com>
File tree
3 files changed
+7
-3
lines changed- pkg
- backup
- cli
- sql/stmtdiagnostics
3 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| 370 | + | |
370 | 371 | | |
371 | 372 | | |
372 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
857 | | - | |
858 | 857 | | |
859 | 858 | | |
860 | 859 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
178 | 182 | | |
179 | 183 | | |
180 | 184 | | |
| |||
0 commit comments