Hi,

I am using influxdb 1.0.2 on Linux Mint as OS and the requests are made 
using python influx db library.

I have a script inserting data into influxdb every 5 minutes. After every 
few hours it stops responding to write requests and a restart to influxdb 
service fixes it. However, same problem happens again soon so I have to 
effectively restart it every few hours.

Do you have any pointers on how I can fix it?

Once the website goes unresponsive, I can't read or write data without 
restarting the service.

ConnectionError: HTTPConnectionPool(host='localhost', port=8086): Max 
retries exceeded with url: /query?q=select+trophies+from+
member_info+where+clan_tag%3D%27%239VRVL99G%27+ORDER+by+
time+DESC+LIMIT+1&db=ClashOfClans (Caused by NewConnectionError('<requests.
packages.urllib3.connection.HTTPConnection object at 0x7f5406a47890>: 
Failed to establish a new connection: [Errno 111] Connection refused',))


HTTPConnectionPool(host='localhost', port=8086): Max retries exceeded with 
url: /write?db=ClashOfClans (Caused by NewConnectionError('<requests.
packages.urllib3.connection.HTTPConnection object at 0x7fd6ac07acd0>: 
Failed to establish a new connection: [Errno 111] Connection refused',))


Thanks,
Saad

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/292342f7-14df-4b64-932e-48594f1fcf69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to