← Back to team overview

graphite-dev team mailing list archive

Re: [Question #254964]: Graphite data display delay

 

Question #254964 on Graphite changed:
https://answers.launchpad.net/graphite/+question/254964

    Status: Open => Answered

Denis Zhdanov proposed the following answer:
It looks similar to that issue - https://github.com/graphite-project/carbon/issues/159
You can test it by setting: USE_INSECURE_UNPICKLER = True and seeing if the problem goes away for you.
If yes - you need or
a) stay on insecure unpickler
or
b) try graphite-web from 0.9.x branch on github - https://github.com/graphite-project/graphite-web/tree/0.9.x (it requires django >= 1.4)
or
c) try to manually fix unpickler:
edit webapp/graphite/util.py to make PICKLE_SAFE (in both places) looking like here:
https://github.com/graphite-project/graphite-web/blob/0.9.x/webapp/graphite/util.py#L91-L97
https://github.com/graphite-project/graphite-web/blob/0.9.x/webapp/graphite/util.py#L117-L123

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.