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

Rename and uniquify QUIC thread names #35404

Closed
wants to merge 2 commits into from

Conversation

steviez
Copy link
Contributor

@steviez steviez commented Mar 2, 2024

Problem

The QUIC threads currently share names between TPU and TPU forwards. This makes it hard to reason about performance / utilization / etc between the two.

Summary of Changes

  • Rename the QUIC threads in order to make them unique (and consistent with rest of codebase)
    • quic-client ==> solQuicClientRt
    • solQuicServer ==> solQuicTpu + solQuicTpuFwd
    • quic-server ==> solQuicTpuRt + solQuicTpuFwdRt

The Rt denotes that these threads belong to a tokio runtime;

@steviez
Copy link
Contributor Author

steviez commented Mar 2, 2024

Oops, meant to make this in agave

@steviez steviez closed this Mar 2, 2024
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