]> 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)
commit8aa7cadc5bea6f535bb958a3f5dc0cbb758074f6
tree8126ba1374ddc84f6523b2f78a65d181c37e518e
parent0b07fc1eab80b814194479d7abc943928cd33c83
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/branches/1.2/program@1340 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrdcreate.pod
src/rrd_update.c