graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #00198
Re: [Question #93644]: any version of graphite working?
Question #93644 on Graphite changed:
https://answers.launchpad.net/graphite/+question/93644
Status: Open => Needs information
chrismd requested for more information:
Actually I think there is something else going on. You don't need to add
a 'global schemas' line to the writeCachedDataPoints function because it
does not re-assign the schemas variable, it simply references the
variable which will check the global namespace automatically. The
problem is that 'schemas' is not in the global namespace. This can only
mean that the loadStorageSchemas function is failing (which could imply
a problem with your storage-schemas.conf file). You should have another
log entry that starts with the string "Failed to reload storage
schemas", look for that and let me know what you find. I would actually
consider this a bug that you even got this error because it is a bit of
a red herring, it indicates a symptom not a cause. I will put a simple
fix in trunk but it will only make this particular error go away, you'll
need to find the other error I mentioned for us to figure out what the
real problem is.
Thanks,
Chris
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.