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

Shutdown span #931

Closed
wants to merge 1 commit into from
Closed

Shutdown span #931

wants to merge 1 commit into from

Conversation

rukai
Copy link
Member

@rukai rukai commented Nov 22, 2022

Transform logs now get a shutdown span included to help distinguish from logs that correspond to a specific connection.
image
The remaining logs without spans are due to a bug in propogating spans across tee'd transforms.

tokio::spawn is internally just Handle::current().spawn

@rukai
Copy link
Member Author

rukai commented Nov 23, 2022

Actually we should probably just delete this logic entirely, its run against the prototype chain from which real chains are cloned from, so no messages are ever sent against this transform anyway.

@rukai rukai marked this pull request as draft November 23, 2022 02:44
@rukai
Copy link
Member Author

rukai commented Nov 23, 2022

Superceded by #933

@rukai rukai closed this Nov 23, 2022
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.

1 participant