Comment 17 for bug 1533793

Revision history for this message
Nicolas Vila (nvlan) wrote : Re: gnocchi-metricd uses all memory and segfaults

Hello Julien,

I just tried it out, but sadly with the same result. The trace is very similar to the one in comment #10, last 10 lines are:

(...)
2016-01-14 17:16:34.002 13837 ERROR gnocchi.storage return self._generate_generic_binary(binary, opstring, **kw)
2016-01-14 17:16:34.002 13837 ERROR gnocchi.storage File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/compiler.py", line 938, in _generate_generic_binary
2016-01-14 17:16:34.002 13837 ERROR gnocchi.storage binary.right._compiler_dispatch(self, **kw)
2016-01-14 17:16:34.002 13837 ERROR gnocchi.storage File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/visitors.py", line 93, in _compiler_dispatch
2016-01-14 17:16:34.002 13837 ERROR gnocchi.storage return meth(self, **kw)
2016-01-14 17:16:34.002 13837 ERROR gnocchi.storage File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/compiler.py", line 524, in visit_grouping
2016-01-14 17:16:34.002 13837 ERROR gnocchi.storage return "(" + grouping.element._compiler_dispatch(self, **kwargs) + ")"
2016-01-14 17:16:34.002 13837 ERROR gnocchi.storage MemoryError
2016-01-14 17:16:34.002 13837 ERROR gnocchi.storage
2016-01-14 17:16:34.831 13837 DEBUG gnocchi.storage [-] Expunging deleted metrics process_background_tasks /usr/local/lib/python2.7/dist-packages/gnocchi/storage/__init__.py:179

Thanks, regards.