-
Notifications
You must be signed in to change notification settings - Fork 524
Connection pool is full, discarding connection #349
Comments
I had the same problem when writing data to influxdb. I wrote 20 points at almost the same time, within different requests. Default connection pool size by 10 was not enough in this case. |
Same issue when writing a lot of points from Home Assistant. It exhausts the connection pool very quickly (immediately) |
Hi Seems I have the same problem. Did you fix it? |
This seems like a requests limitation when handling the urllib3 connection pool manager. |
I had the same problem. Maybe some additional info can help to reproduce? |
I've also run into this issue. |
My Issue has gone away since HA changed the schema. I think it happened around release 36? |
I'm getting a lot of:
With 40.1 installed at the moment. |
Closing as this is now configurable. If there are still issues regarding this error, we'll reopen. |
@xginn8 Hi, any plan for a new release that can be installed via pip? Seems the latest version is still 4.1.1 for now. |
We released 5.0 a week or so ago and pypi looks up to date:
https://pypi.python.org/pypi/influxdb
…On Dec 13, 2017 6:28 AM, "clasnake" ***@***.***> wrote:
@xginn8 <https://github.com/xginn8> Hi, any plan for a new release that
can be installed via pip? Seems the latest version is still 4.1.1 for now.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#349 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGYxLU5dgj-tpdDX3ivoKnURKZrGM6dxks5s_7TzgaJpZM4JETro>
.
|
When using influxdb-python in code that uses concurrent.futures.ThreadPoolExecutor heavily, the connections are not reaped and at some point, the data is discarded because there are too many different connections.
The text was updated successfully, but these errors were encountered: