Project

General

Custom queries

Profile

Actions

Bug #11102

closed

Parent fix does not work: Fusioninventory is not tracked by check-rudder-health

Added by Alexis Mousset over 7 years ago. Updated about 2 years ago.

Status:
Released
Priority:
N/A
Category:
System integration
Target version:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Operational - other Techniques | Technique editor | Rudder settings
Effort required:
Priority:
0
Name check:
Fix check:
Checked
Regression:
No

Description

With several stuck inventories:

orchestrateur-3:~ # ps -ef | grep -E "(cf-execd|cf-agent)" | grep -v grep | cat |  awk 'BEGIN { OFS=" "} {print -$2 }'
-2157
-2394
-2623
-2813
-3061
-3249
orchestrateur-3:~ # ps -ef | grep -E "(cf-execd|cf-agent)" | grep -v grep | cat |  awk 'BEGIN { OFS=" "} {print -$2 }' | xargs kill -9
kill: -2157: No such process
kill: -2394: No such process
kill: -2623: No such process
kill: -2813: No such process
kill: -3061: No such process
kill: -3249: No such process

Works with cf-execd though.


Files


Related issues 2 (1 open1 closed)

Related to Rudder - Bug #18832: Rudder Agent consumes complete Memory because of fdiskReleasedBenoît PECCATTEActions
Related to Rudder - Bug #22531: Rudder agent check doesn't clean everything when inventory is stalled NewActions
Actions #1

Updated by Benoît PECCATTE over 7 years ago

  • Subject changed from Parent fix does not worrk to Parent fix does not work: Fusioninventory is not tracked by check-rudder-health
  • Severity set to Major - prevents use of part of Rudder | no simple workaround
  • User visibility set to Operational - other Techniques | Technique editor | Rudder settings
  • Priority changed from 0 to 52

We should look at the patch: it chrashes
We should look at the original problem: the patch doesn't check fusion processes at all

Actions #47

Updated by Benoît PECCATTE about 2 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from Benoît PECCATTE to Alexis Mousset
  • Pull Request set to https://github.com/Normation/rudder-agent/pull/373
Actions #48

Updated by Benoît PECCATTE about 2 years ago

  • Status changed from Pending technical review to Pending release

Updated by François ARMAND about 2 years ago

I think it's still not corrected:

- I can only start one inventory at the same time, on subsequent rudder agent inventory I get "an inventory already running, skipping"
- after some minutes, the running inventory is killed
- but I still have the lower process (the sleep) that is not killed


Actions #51

Updated by François ARMAND about 2 years ago

It's OK for that patch release, opening #22531 for remaining problems

Actions #53

Updated by Vincent MEMBRÉ about 2 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 7.2.5 which was released today.

Actions

Also available in: Atom PDF