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

DNS Error for S3 files with many columns #12

Closed
jupiter opened this issue Apr 3, 2022 · 0 comments
Closed

DNS Error for S3 files with many columns #12

jupiter opened this issue Apr 3, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@jupiter
Copy link
Owner

jupiter commented Apr 3, 2022

When requesting data from files with many columns, we get:

thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: HttpDispatch(HttpDispatchError { message: "Error during dispatch: error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known" })', src/s3_reader.rs:65:42

This is due to DNS throttling, which happens due to a large number of concurrent requests hitting the DNS resolver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant