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

Deleted graphite metrics still queried #5635

Closed
roycec opened this issue Jul 22, 2016 · 1 comment
Closed

Deleted graphite metrics still queried #5635

roycec opened this issue Jul 22, 2016 · 1 comment

Comments

@roycec
Copy link

roycec commented Jul 22, 2016

Hello,

I'm not sure, if my problem is related to Grafana or to Graphite. Some days ago I deleted some no longer used Graphite data files (wsp). Now I see exeptions on the Graphite (webapp) exception.log, e.g.

Fri Jul 22 10:20:02 2016 :: Failed CarbonLink query 'tst.servxxxx.load.load.shortterm'
Traceback (most recent call last):
File "/opt/graphite/webapp/graphite/render/datalib.py", line 385, in fetchData
cachedResults = CarbonLink.query(dbFile.real_metric)
File "/opt/graphite/webapp/graphite/render/datalib.py", line 146, in query
results = self.send_request(request)
File "/opt/graphite/webapp/graphite/render/datalib.py", line 207, in send_request
conn = self.get_connection(host)
File "/opt/graphite/webapp/graphite/render/datalib.py", line 134, in get_connection
connection.connect( (server, port) )
File "", line 1, in connect
error: [Errno 111] Connection refused

This metric file does not longer exist. Where might this information regarding the former metric file still be stored? Does one have to do further steps when removing outdated graphite metric files except from removing the files itselves? I apologize if this is the wrong place for my question.

Grafana 3.0.4
Graphite 0.9.15
RHEL 6.6

Regards
Christian

@torkelo
Copy link
Member

torkelo commented Jul 22, 2016

not sure, for me it usually works by just removing the wsp files, try restarting carbon-cache.

If that does work open question in mailing list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants