icinga2/lib
Michael Insel b0cf92fd17 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-12 20:12:40 +01:00
..
base Merge pull request #6479 from Icinga/feature/socketevents-inherit-object-6477 2018-11-12 17:06:37 +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 10:42:54 +02:00
config icinga.com: Update everything else 2018-10-18 09:50:53 +02:00
db_ido Silence the debug log a bit for IDO events 2018-10-24 16:01:57 +02:00
db_ido_mysql DB IDO: Don't enqueue queries when the feature is paused (HA) 2018-10-30 13:17:28 +01:00
db_ido_pgsql DB IDO: Don't enqueue queries when the feature is paused (HA) 2018-10-30 13:17:28 +01:00
icinga Improve error handling for invalid child_options for API downtime actions 2018-10-24 11:00:24 +02:00
livestatus icinga.com: Update CMakeLists.txt 2018-10-18 09:35:18 +02:00
methods Minor styleguide 2018-10-29 13:45:18 +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-12 20:12:40 +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-10-29 12:57:24 +01:00
CMakeLists.txt icinga.com: Update CMakeLists.txt 2018-10-18 09:35:18 +02:00