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

Triage Crawler Exceptions: DNS Failures when fetching #17

Open
brphelps opened this issue Mar 12, 2020 · 2 comments
Open

Triage Crawler Exceptions: DNS Failures when fetching #17

brphelps opened this issue Mar 12, 2020 · 2 comments
Assignees

Comments

@brphelps
Copy link
Collaborator

exceptions | summarize DnsFailure = countif(outerMessage contains "getaddrinfo ENOTFOUND"),

@brphelps
Copy link
Collaborator Author

When triaging, make sure to identify whether this issue should or shouldn't be happening -- if it's not truly exceptional, try to convert to a less interesting tracing method (e.g. a warning trace).

@jeffmendoza jeffmendoza self-assigned this Mar 12, 2020
@jeffmendoza
Copy link
Member

Another case where the crawler is doing what it should, but finds invalid links. Should be a log and move on. Unfortunately this is also logged here:

https://github.com/clearlydefined/crawler/blob/master/ghcrawler/lib/crawler.js#L132

The stack trace doesn't point to the actual call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants