-
Notifications
You must be signed in to change notification settings - Fork 163
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
segfetcher: Improve logging / documentation #3054
segfetcher: Improve logging / documentation #3054
Conversation
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.
Reviewed 3 of 3 files at r1.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @lukedirtwalker)
go/lib/infra/modules/segfetcher/fetcher.go, line 113 at r1 (raw file):
} if i > 3 { log.FromCtx(ctx).Error("No convergence in looking up", "i", i)
"No convergence in lookup", "iteration", i+1
go/path_srv/internal/segreq/handler.go, line 89 at r1 (raw file):
}, } err = rw.SendSegReply(ctx, reply)
collapse in if statement
3b9a4dd
to
eb218f5
Compare
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.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @oncilla)
go/lib/infra/modules/segfetcher/fetcher.go, line 113 at r1 (raw file):
Previously, Oncilla wrote…
"No convergence in lookup", "iteration", i+1
Done.
go/path_srv/internal/segreq/handler.go, line 89 at r1 (raw file):
Previously, Oncilla wrote…
collapse in if statement
Done.
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.
Reviewed 2 of 2 files at r2.
Reviewable status: complete! all files reviewed, all discussions resolved
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.
Reviewable status: complete! all files reviewed, all discussions resolved
This change is