[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.6'

Florian Forster octo at verplant.org
Tue Aug 16 07:21:47 CEST 2016


 src/ceph.c   |    5 +++++
 src/python.c |   53 ++++++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 49 insertions(+), 9 deletions(-)

New commits:
commit 122c7281c00e43a7a094915afea13f30e7d84b1c
Author: Sven Trenkel <collectd at semidefinite.de>
Date:   Mon Aug 15 21:47:34 2016 +0000

    python plugin: Don't shut down the Python interpreter as long as there might be callback methods around.

commit 17f5d59f876fa4bfa4da92dd640d70abfdcaedef
Merge: c9d0193 4983415
Author: Florian Forster <octo at collectd.org>
Date:   Tue Aug 16 07:19:31 2016 +0200

    Merge remote-tracking branch 'github/pr/1890' into collectd-5.6

commit c9d019339f9ecc99c698bf186e53d5b72b951c27
Author: Florian Forster <octo at collectd.org>
Date:   Tue Aug 16 07:09:45 2016 +0200

    ceph plugin: Assert that the strings on the stack are non-NULL.
    
    The static analyzer is whining about passing NULLs to strcmp().

commit 4983415699a341c3bb21d96bf413c2938cba450d
Author: Sven Trenkel <collectd at semidefinite.de>
Date:   Mon Aug 15 18:55:44 2016 +0000

    python plugin: Unregister all internal callback lists before Python interpreter shutdown.

commit eb165c5f78c06fb424de10d45ad6e484f9e24126
Author: Sven Trenkel <collectd at semidefinite.de>
Date:   Mon Aug 15 18:53:28 2016 +0000

    python plugin: Properly deal with identifier being NULL in a log callback.

commit 240b01025dcf6b38ccf451fbd95b3c6698853268
Author: Sven Trenkel <collectd at semidefinite.de>
Date:   Mon Aug 15 18:51:25 2016 +0000

    python plugin: Grab GIL before freeing callbacks. If their refcount reaches 0 Python code will be executed.




More information about the collectd-changes mailing list