-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
59717: util/tracing, sql: expose span's goroutine IDs r=irfansharif a=angelapwen Resolves #59200. This commit adds a goroutine ID to each span's recording, as well as as a column in the `crdb_internal.node_inflight_trace_spans` virtual table. The goroutine ID is retrieved upon span creation. Release note (sql change): adds `goroutine_id` column to the `crdb_internal.node_inflight_trace_spans` virtual table that represents the goroutine ID associated with a particular span. 59723: importccl: fix bug when rolling back imports with no timestamp r=dt a=pbardea If a timestamp for the import was not chosen, there should be no ingested data to rollback. However, we do want to continue with the IMPORT cleanup to bring any OFFLINE tables back to PUBLIC. Fixes #59481. Release note (bug fix): Fixes a bug where some import failures would cause tables to stay OFFLINE, when they should have been brough back to PUBLIC. Co-authored-by: angelapwen <[email protected]> Co-authored-by: Paul Bardea <[email protected]>
- Loading branch information
Showing
9 changed files
with
112 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters