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

Error: Connection pool is full #29

Closed
bluecanarybe opened this issue Jul 21, 2020 · 4 comments
Closed

Error: Connection pool is full #29

bluecanarybe opened this issue Jul 21, 2020 · 4 comments

Comments

@bluecanarybe
Copy link

My progress is stuck halfway (6847/12966), receiving following debug output:

WARNING:urllib3.connectionpool:Connection pool is full, discarding connection: ec2.us-east-1.amazonaws.com

@bitsandsalsa
Copy link
Collaborator

This is a warning about efficiency and shouldn't be stalling progress. See boto/botocore#766. However, it is likely an indication of a bug elsewhere around resource contention.

@aleon1220
Copy link

all of the threads in botocore point to
botocore.client.Config(max_pool_connections=X)

check
boto/botocore#1026 (comment)

@aleon1220
Copy link

a PR is open to address this.
refer to https://botocore.amazonaws.com/v1/documentation/api/latest/reference/config.html

  • add to max_pool_connections config.py
  • set the config in the invoker.py
    max_pool_connections=config.CLIENT_MAX_POOL_CONNECTIONS

@bitsandsalsa
Copy link
Collaborator

Fixed by #30

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

3 participants