Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
never ending loop in utils.c (overrun cmd buffer)
Browse files Browse the repository at this point in the history
In the file "utils.c":
1. a while loop is started
     => OK
2. within this loop a check is done if there are no item's so,
   this loop will sleep a little bit.
     => OK
3. checking if there are less items buffered, than configured
     => But what if these values are equal??

300.000 > 250.000 => all BufferSlot used => Nagios is going crazy.

Solution:
The command_file_worker_thread has to wait until event.c is
catching up some commands from the buffer

IssueID: #87
  • Loading branch information
andurin committed Jun 7, 2009
1 parent 51ffa4d commit 8089321
Showing 1 changed file with 68 additions and 54 deletions.
Loading

0 comments on commit 8089321

Please sign in to comment.