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

segfetcher: Don't fetch core segs, if 0 up/down segments reply is cached. #3094

Closed
lukedirtwalker opened this issue Sep 5, 2019 · 0 comments · Fixed by #3306
Closed

segfetcher: Don't fetch core segs, if 0 up/down segments reply is cached. #3094

lukedirtwalker opened this issue Sep 5, 2019 · 0 comments · Fixed by #3306
Assignees
Labels
feature New feature or request

Comments

@lukedirtwalker
Copy link
Collaborator

If segfetcher has cached that there are no up/down segments it shouldn't try to fetch connecting core segments to build a path, since the path can't be built anyway.

@lukedirtwalker lukedirtwalker added the feature New feature or request label Sep 5, 2019
@lukedirtwalker lukedirtwalker self-assigned this Sep 5, 2019
lukedirtwalker added a commit to lukedirtwalker/scion that referenced this issue Nov 4, 2019
If we have an error we should not simply ignore it and continue processing.
Instead the fetcher now returns the error immediately.

Also
* do not continue resolving&fetching when 0 up/down segments are cached
* log sciond error code in debug
* remove duplicated log about convergence problem
* improve returned error when a timeout occurs in QUIC

Fixes scionproto#2721
Fixes scionproto#3293
Fixes scionproto#3294
Fixes scionproto#3094
lukedirtwalker added a commit to lukedirtwalker/scion that referenced this issue Nov 4, 2019
If we have an error we should not simply ignore it and continue processing.
Instead the fetcher now returns the error immediately.

Also
* do not continue resolving&fetching when 0 up/down segments are cached
* log sciond error code in debug
* remove duplicated log about convergence problem
* improve returned error when a timeout occurs in QUIC

Fixes scionproto#2721
Fixes scionproto#3293
Fixes scionproto#3294
Fixes scionproto#3094
lukedirtwalker added a commit that referenced this issue Nov 4, 2019
If we have an error we should not simply ignore it and continue processing.
Instead the fetcher now returns the error immediately.

Also
* do not continue resolving&fetching when 0 up/down segments are cached
* log sciond error code in debug
* remove duplicated log about convergence problem
* improve returned error when a timeout occurs in QUIC

Fixes #2721
Fixes #3293
Fixes #3294
Fixes #3094
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant