icinga2/lib
Michael Insel f4f2d862e6 Fix deadlock in GraphiteWriter
This fixes a deadlock in the GraphiteWriter feature, which is visible
during the reload process. The reload thread waits for the
GraphiteWriter to finish, but the GraphiteWriter can't finish because
it's stuck in `SendMetric()` waiting for a lock which is hold by the
reload thread.
2018-11-13 09:13:55 +01:00
..
base Fix possible double free in StreamLogger::BindStream() 2018-11-12 17:07:51 +01:00
checker icinga.com: Update CMakeLists.txt 2018-10-18 09:35:18 +02:00
cli icinga.com: Update CMakeLists.txt 2018-10-18 09:35:18 +02:00
compat Fix regression for wrong objects.cache path overwriting icinga2.debug file 2018-10-19 12:31:24 +02:00
config icinga.com: Update everything else 2018-10-18 09:50:53 +02:00
db_ido icinga.com: Update config files (ITL, etc.) 2018-10-18 09:37:59 +02:00
db_ido_mysql icinga.com: Update '*.sql' 2018-10-18 09:41:54 +02:00
db_ido_pgsql icinga.com: Update '*.sql' 2018-10-18 09:41:54 +02:00
icinga Improve error handling for invalid child_options for API downtime actions 2018-10-29 13:52:43 +01:00
livestatus icinga.com: Update CMakeLists.txt 2018-10-18 09:35:18 +02:00
methods Minor styleguide 2018-10-29 13:51:25 +01:00
mysql_shim icinga.com: Update CMakeLists.txt 2018-10-18 09:35:18 +02:00
notification icinga.com: Update CMakeLists.txt 2018-10-18 09:35:18 +02:00
perfdata Fix deadlock in GraphiteWriter 2018-11-13 09:13:55 +01:00
pgsql_shim icinga.com: Update CMakeLists.txt 2018-10-18 09:35:18 +02:00
remote Ensure that API/JSON-RPC messages in the same session are processed and not stalled 2018-11-12 17:07:38 +01:00
CMakeLists.txt icinga.com: Update CMakeLists.txt 2018-10-18 09:35:18 +02:00