-
Notifications
You must be signed in to change notification settings - Fork 308
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
S3A error: HTTP request: Timeout waiting for connection from pool #1906
Comments
Is this from |
Can you paste the full stack trace? This is caused by an IO resource leak. |
|
A fix is to set fs.s3a.connection.maximum=5000 but I am not sure if this is a good idea |
This is in python |
I'll look into this a bit more; there's a stream getting left open somewhere, not sure whether it is in Hadoop-BAM or in jsr203-s3a. |
Thanks @fnothaft ! Are there any hints or known bugs for hacking at this in jsr203? |
This is not an issue, was fixed in hadoop-bam 7.9.1 |
When trying to read in s3a://1000genomes/phase1/data/NA19685/exome_alignment/NA19685.mapped.illumina.mosaik.MXL.exome.20110411.bam from s3a and count, I get the following error:
com.amazonaws.SdkClientException: Unable to execute HTTP request: Timeout waiting for connection from pool
I tried setting the max connections to 5000, but this didn't help. Is there any hack for this issue?
The text was updated successfully, but these errors were encountered: