mirror of https://github.com/Icinga/icinga2.git
d052e94b45
Rather than leaving stale connections about we tried to poll for data coming in from InfluxDB and timeout if it didn't repond in a timely manner. This introduced a race where the timeout triggers, a context switch occurs where data is actually available and the TlsStream spins trying to asynchronously notify that data is available, but which never gets read. Not only does this use up 100% of a core, but it also slowly starves the system of handler threads at which point metrics stop being delivered. This basically removes the poll and timeout, any TLS socket erros should be detected by TCP keep-alives. Fixes #5460 #5469 refs #5504 |
||
---|---|---|
.. | ||
images | ||
.gitignore | ||
01-about.md | ||
02-getting-started.md | ||
03-monitoring-basics.md | ||
04-configuring-icinga-2.md | ||
05-service-monitoring.md | ||
06-distributed-monitoring.md | ||
07-agent-based-monitoring.md | ||
08-advanced-topics.md | ||
09-object-types.md | ||
10-icinga-template-library.md | ||
11-cli-commands.md | ||
12-icinga2-api.md | ||
13-addons.md | ||
14-features.md | ||
15-troubleshooting.md | ||
16-upgrading-icinga-2.md | ||
17-language-reference.md | ||
18-library-reference.md | ||
19-script-debugger.md | ||
20-development.md | ||
21-selinux.md | ||
22-migrating-from-icinga-1x.md | ||
23-appendix.md | ||
CMakeLists.txt | ||
icinga2.8 | ||
scroll.js | ||
update-links.py |