-
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
Remove request deduplication #2730
Remove request deduplication #2730
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 14 of 14 files at r1.
Reviewable status:complete! all files reviewed, all discussions resolved
go/lib/infra/modules/trust/trust.go, line 175 at r1 (raw file):
func (store *Store) getTRCFromNetwork(ctx context.Context, req *trcRequest) (*trc.TRC, error) {
Extra newline.
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: 13 of 14 files reviewed, all discussions resolved (waiting on @scrye)
go/lib/infra/modules/trust/trust.go, line 175 at r1 (raw file):
Previously, scrye (Sergiu Costea) wrote…
Extra newline.
Done.
remove cs dedupe
5dafbe4
to
2b7f502
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.
Reviewed 1 of 1 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 reverts commit 274593a. In a more complex environment CI breaks with this commit, so we revert for now.
It is hard to follow requests with the deduplication enabled
(debug id gets lost and it's not clear how to map multiple debug ids to a single dedupe context.)
Furthermore there is no clear evidence that we even save any time in a current real world deployment of scion.
Once we have clear evidence that deduplication needs to be at a certain location we can always readd it, but then we can do a more informed decision where it is actually needed.
This change is![Reviewable](https://camo.githubusercontent.com/1541c4039185914e83657d3683ec25920c672c6c5c7ab4240ee7bff601adec0b/68747470733a2f2f72657669657761626c652e696f2f7265766965775f627574746f6e2e737667)