rrdtool plugin: Respect RandomTimeout while calling CacheFlush handler
authorPavel Rochnyack <pavel2000@ngs.ru>
Mon, 17 Jul 2017 05:26:16 +0000 (12:26 +0700)
committerFlorian Forster <octo@collectd.org>
Thu, 20 Jul 2017 05:56:11 +0000 (07:56 +0200)
commitf5177e4f60648ac19d785235a91235e6e401f0cb
tree7048f37da0f85abe68e320d02bf14147f2047a2f
parent055e37f556974bca6152bda8a1144742da371905
rrdtool plugin: Respect RandomTimeout while calling CacheFlush handler

The CacheFlush implementation does not respect RandomTimeout value.
All cache values, whose flush is deferred by RandomTimeout variance,
will be flushed. That can cause a partial or full cache flush,
depending on the value of RandomTimeout.
src/collectd.conf.pod
src/rrdtool.c