Skip to content

Commit

Permalink
16418 FIX Fix deadlock if OS.PIPE overflows
Browse files Browse the repository at this point in the history
CMK-16676

Closes: #25

Change-Id: Ib43aea1b83cf1fc28d617bedd76656aa77bdac78
  • Loading branch information
SoloJacobs committed Apr 5, 2024
1 parent 643258b commit 5a996e6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .werks/16418
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Title: Fix Don't Deadlock if OS.PIPE Overflows
Class: fix
Compatible: compat
Component: node-collector
Date: 1712153891
Knowledge: doc
Level: 1
Version: 2.0.0-alpha.1

The machine-sections-collector executes a version of the 'check_mk_agent' to collect information
about the host. Previously, if the script produced output to the extent that it had to wait for the
OS pipe buffer to accept more data, it would cause the machine-sections-collector to deadlock and
eventually the collector would timeout. This issue has now been fixed.

0 comments on commit 5a996e6

Please sign in to comment.