rrd
rrd copied to clipboard
Support for rrdtool 1.5.x (crashes now)
Dear Michał,
As Facette uses your rrd library for golang I experienced crashes when my ArchLinux system upgraded to rrdtool 1.4.x to 1.5.x. Is there any chance you will add extra support for rrdtool 1.5.x in the future?
Here is the original issue: https://github.com/facette/facette/issues/207
Kind regards, Jerry
I don't use 1.5.x and have no any system with it. Debian Wheezy has 1.4.7. Debian SID on my desktop has 1.4.8. I probably will try to add support for 1.5.x when Debian SID will contain it.
Hi there @ziutek I want to let you know that librrd 1.5.x has moved into Debian Sid: https://packages.debian.org/sid/librrd4
+1
I run go test
on my desktop with librrd4 1.5.4-5 without any errors. Can someone provide code that crash on similar librrd version?
Hi @ziutek, looks like we have another Facette user that faces crashes related to this issue: https://github.com/facette/facette/issues/285 (using librrd4 1.5.4).
Maybe @ziutek should get those rrd files which crash facette @falzm ? If those files are properly loaded/tested by the go rrd library implementation then it is something in facette.
ii librrd-dev:amd64 1.5.5-3+b1 amd64 time-series data storage and display system (development) ii librrd4:amd64 1.5.5-3+b1 amd64 time-series data storage and display system (runtime library)
~/P/go/src/github.com/ziutek/rrd$ go test
[cut]
PASS ok github.com/ziutek/rrd 20.339s