canonical / prometheus-openstack-exporter

OpenStack exporter for the prometheus monitoring system
GNU General Public License v3.0
128 stars 113 forks source link

pickle EOF Error #70

Closed jeevadotnet closed 5 years ago

jeevadotnet commented 5 years ago

Running the latest version (end January 2019)

On the node metrics page I get the follow error:

Traceback (most recent call last): File "/opt/prometheus-openstack-exporter/prometheus-openstack-exporter", line 727, in do_GET collectors = [COLLECTORS[collector]() for collector in config['enabled_collectors']] File "/opt/prometheus-openstack-exporter/prometheus-openstack-exporter", line 326, in __init__ self.prodstack = pickle.load(f)[0] File "/usr/lib/python2.7/pickle.py", line 1384, in load return Unpickler(file).load() File "/usr/lib/python2.7/pickle.py", line 864, in load dispatch[key](self) File "/usr/lib/python2.7/pickle.py", line 886, in load_eof raise EOFError EOFError

Running the code manually, no container / charm, etc.

jeevadotnet commented 5 years ago

Anyone any idea?

I didn't get this issue with a few builds back.