Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: remove local option to SET TRACING #57567

Merged
merged 1 commit into from
Dec 8, 2020

Conversation

tbg
Copy link
Member

@tbg tbg commented Dec 4, 2020

The local option creates a recording span whose child spans
are not recording. We weren't meaningfully using it, and it
adds cognitive overhead, so remove it.

Closes #55585.
Closes #55586.

Release note (sql change): The "local" option to SET TRACING was
removed.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

The `local` option creates a recording span whose child spans
are not recording. We weren't meaningfully using it, and it
adds cognitive overhead, so remove it.

Closes cockroachdb#55585.
Closes cockroachdb#55586.

Release note (sql change): The "local" option to `SET TRACING` was
removed.
@tbg tbg force-pushed the tracing-remove-local-mode branch from b3b30d1 to ad3c30c Compare December 8, 2020 08:22
@tbg
Copy link
Member Author

tbg commented Dec 8, 2020

TFTR!

Fixed CI (had to update some tests and remove unused code).

bors r=knz

@craig
Copy link
Contributor

craig bot commented Dec 8, 2020

Build succeeded:

@craig craig bot merged commit 2807d09 into cockroachdb:master Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sql: remove "local" tracing tracing: clean up
3 participants