Actions
Bug #15085
closedBug #14465: Generation fails with "Task FutureTask rejected from ThreadPoolExecutor" due to timeout in JS computation
When a policy generation is triggered but nothing needs to be updated a log erroneously states that all nodes failed
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
When receiving an inventory, a policy generation was triggered, and no node were to be updated
however logs says:
[2019-06-14 04:03:50] INFO com.normation.rudder.services.policies.BuildNodeConfiguration - There are 2743 nodes in success at the enf of NodeConfiguration [2019-06-14 04:03:50] DEBUG policy.generation - Node's target configuration built in 143074 ms, start to update rule values. [2019-06-14 04:03:53] WARN report - Not updating changes by rule - disabled by settings 'rudder_compute_changes' [2019-06-14 04:03:54] DEBUG policy.generation - Not updating non-modified node configuration: [99a996b5-2e23-426f-b7b4-e0b6e1d5cbe0, ... [2019-06-14 04:04:19] INFO policy.generation - Number of nodes updated : 0 [2019-06-14 04:04:19] WARN policy.generation - Nodes in errors (2743):
the detection of node in error is incorrect
Updated by Vincent MEMBRÉ over 5 years ago
- Status changed from New to In progress
- Assignee set to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ over 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/2267
Updated by Vincent MEMBRÉ over 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|176baff135499fb76d5584ae4591314b1f0bbfa6.
Updated by François ARMAND over 5 years ago
- Fix check changed from To do to Checked
Updated by Alexis Mousset over 5 years ago
- Name check changed from To do to Needs change
Updated by Alexis Mousset over 5 years ago
- Subject changed from At the end of policy generation, there is a message about all the nodes that didn't need to be updated that is an error message to When a policy generation is triggered but nothing needs to be updated a log erroneously states that all nodes failed
- Name check changed from Needs change to Reviewed
Updated by Vincent MEMBRÉ over 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.12 which was released today.
Actions