-
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
sd: "no paths found" logging is opaque #3294
Comments
Also these log statements are ~mutually redundant. |
probably boils down to #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
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
When sciond can't find any paths:
"convergence" isn't something a user will understand (i certainly don't know what it means from looking at the logs).
The text was updated successfully, but these errors were encountered: