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

"Connection pool is full" is reported and client-python stop watching #402

Closed
sswv opened this issue Nov 23, 2017 · 1 comment
Closed

"Connection pool is full" is reported and client-python stop watching #402

sswv opened this issue Nov 23, 2017 · 1 comment
Assignees

Comments

@sswv
Copy link

sswv commented Nov 23, 2017

Hello, I am using Kubernetes client-python's "watch" API to watch the changes of pod status. My program works well for hours. However, a "Connection pool is full" warning (as follows) will be reported randomly after hours. Then the watcher cannot observe new event from Kubernetes. I guess this issue is related to the use of urllib3. It is a bug? or something I need to pay attention to when using the watch API? Thanks!

2017-11-23 05:51:03,416 WARNING Connection pool is full, discarding connection: 192.168.48.187

@yliaog
Copy link
Contributor

yliaog commented Nov 27, 2017

as discussed in #290 and fixed in kubernetes-client/python-base#18

@yliaog yliaog self-assigned this Nov 27, 2017
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