[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Thu Dec 14 23:52:13 CET 2017
src/df.c | 15 ++++++++++-----
src/memcached.c | 6 ++++++
src/utils_tail_match.c | 11 +++++------
3 files changed, 21 insertions(+), 11 deletions(-)
New commits:
commit ac6580fd886d45a66506fe710a6fea0f48368dcb
Merge: 204b551 b5e2928
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Thu Dec 14 23:38:05 2017 +0700
Merge branch 'collectd-5.8'
commit b5e292899f5b2edaeb25f9a5187da071fc94a831
Merge: 38ff3d8 70ca948
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date: Thu Dec 14 16:05:23 2017 +0100
Auto-Merge pull request #2611 from rpv-tomsk/fix-2587
Automatically merged due to "Automerge" label
commit 70ca948543d202e0e6765a9fbdb71e29fb7d2077
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Sun Dec 10 17:14:01 2017 +0000
tail plugin, latency: Fix regressions after #2535
- Remove two fixed decimal places from type instance of percentiles
- Recover accuracy of bounds in type instance of buckets
+ Allow (compared to state before #2535) to report percentiles with fractional values
* Changed maximum length of reported type and type instance to 50 chars
References: #2535
Closes: #2587
commit 38ff3d832da0d33ec4b3de5db865f0448a1356a9
Merge: 29e3c6c 72b9b3e
Author: collectd bot <32910397+collectd-bot at users.noreply.github.com>
Date: Sun Dec 10 22:10:59 2017 +0100
Auto-Merge pull request #2612 from rpv-tomsk/collectd-5.8-memcached
Automatically merged due to "Automerge" label
commit 72b9b3e5e038f7e06c76d9b7719aa8f476d0811b
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Mon Dec 11 03:24:33 2017 +0700
memcached: Check for closed connection to avoid deadloop
Check for 'recv(...) == 0' condition was missing.
commit 29e3c6c5c3936b75f16811071e77904900edd86e
Author: Toshiaki Takahashi <takahashi.tsc at ncos.nec.co.jp>
Date: Wed Dec 6 12:19:41 2017 +0000
df: fix memory leak in error case
Because the memory of the STATANYFS list is not released
when the read callback function error occurs,
a memory leak may occur.
With this change, the memory is always released
by not returning in the loop.
Signed-off-by: Florian Forster <octo at collectd.org>
More information about the collectd-changes
mailing list