Actions
Bug #9626
closedThe locks are removed every 10 minutes by check-rudder-agent when there is no promise update
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
It seems we have an issue with the conditions to touch the last update files, and it appears that the locks are copies every 10 minutes, even when not necessary. Seen on 4.0, may also be in 3.2.
[root@amo inputs]# rudder agent check WARNING: The file /var/rudder/cfengine-community/last_successful_inputs_update is older than 10 minutes, the agent is probably stuck. Purging the CFEngine lock database... Done ok: Rudder agent check ran without errors. [root@amo inputs]# rudder agent check WARNING: The file /var/rudder/cfengine-community/last_successful_inputs_update is older than 10 minutes, the agent is probably stuck. Purging the CFEngine lock database... Done ok: Rudder agent check ran without errors.
But the last_successful_inputs_update file is only updated when files are actually copied.
We should decide in which conditions we want to touch it, and adapt our check script.
I may explain a lot of issues with lost process accounting.
Updated by Alexis Mousset about 8 years ago
- Subject changed from :q to The locks are removed every 10 minutes by check-rudder-agent when there is no promise update
- Description updated (diff)
- Category set to System techniques
Updated by Alexis Mousset about 8 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset about 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/1080
Updated by Alexis Mousset about 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|f60de5d4754546571de3c8659dfa975b1e18e1f9.
Updated by Nicolas CHARLES almost 8 years ago
- Related to Bug #7285: Only run inventory collection when no other is running added
Updated by Vincent MEMBRÉ almost 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.0.1 and 3.2.10 which were released today.
- 4.0.1: Announce Changelog
- 3.2.10: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions