-
Notifications
You must be signed in to change notification settings - Fork 113
fix(pegboard): fix netns path bug #2431
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
Conversation
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Deploying rivet with
|
Latest commit: |
97d2838
|
Status: | ✅ Deploy successful! |
Preview URL: | https://7c9c2127.rivet.pages.dev |
Branch Preview URL: | https://05-07-fix-pegboard-fix-netns.rivet.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR improves network namespace management and tracing instrumentation across the Rivet codebase.
- Fixed network namespace path bug in
setup.rs
by properly using both actor ID and generation number for namespace naming - Enhanced tracing in
proxy_service.rs
to include route resolution parameters for better debugging - Added explicit parent span control and TLS handshake instrumentation in
server.rs
for improved connection tracking - Added backoff sleep tracing in workflow context to better monitor execution delays
4 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
{ | ||
Result::Ok(cmd_out) => { | ||
if !cmd_out.status.success() { | ||
let netns_path = self.netns_path(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Redundant netns_path call - this path was already obtained on line 684
8939903
to
97d2838
Compare
Deploying rivet-studio with
|
Latest commit: |
97d2838
|
Status: | ✅ Deploy successful! |
Preview URL: | https://c8845c39.rivet-studio.pages.dev |
Branch Preview URL: | https://05-07-fix-pegboard-fix-netns.rivet-studio.pages.dev |
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
Changes