Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant