]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Fixed handling of unknown data at PDP build time. There was a long standing
authorTobias Oetiker <tobi@oetiker.ch>
Mon, 12 May 2008 15:33:31 +0000 (15:33 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 12 May 2008 15:33:31 +0000 (15:33 +0000)
commitf1b4d1aa0324c469a40fb6fbc2cff129927822c1
treee416333673d7a08d4a0001ee641cab5c7069ee5f
parent5fbcb4dc129e177ea2aac89bac55dbe41133f9a4
Fixed handling of unknown data at PDP build time. There was a long standing
(even documented) missfeature in rrdtool which caused uknown-data to be
accepted as long as it was less than the mrhb. This was never the intended
behaviour and had interesting side effects
(http://oss.oetiker.ch/rrdtool-trac/ticket/125): If you have a 60 Second
step with 59s unknown data and 1 second of known data the whole become known
data as long as the mrhb was > step. The intended behaviour was that a step
should become unknown as soon as it contains more than 50% of unknown data.
The patch fixes both the documentation and the code.

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1340 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrdcreate.pod
src/rrd_update.c