Actions
Bug #25336
closedArchitecture #24963: Persist compliance in base to know last state for a long time
Architecture #25219: Cache for node properties and hierarchies
Inheritance errors in properties but policy generation succeeds and properties are not loaded
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
It bothers me each time
User visibility:
Getting started - demo | first install | Technique editor and level 1 Techniques
Effort required:
Medium
Priority:
64
Name check:
To do
Fix check:
To do
Regression:
No
Description
When having some inheritance errors to determine the resolution of node properties, and using the properties in the policies :
2024-08-21 13:58:04+0000 WARN application - Accumulated: Inconsistency: Error when trying to find overrides for group property 'foo'. Several groups which are not in an inheritance relation define it. You will need to define a new group with all these groups as parent and choose the order on which you want to do the override by hand. Faulty groups: G16 (6003cf0d-28a3-40d2-aa8b-b6a54965f519), G17 (389e1742-41cb-4973-b003-3d634eafb073)
, the policy generation still succeeds, but it should fail with the same error because used properties cannot be resolved at all.
Also due to the properties not being able to be resolved, when going on a node or groups page, an error notification error is displayed because the API fails to get the properties from the cache which is empty, with an error : "Inconsistency: Node with ID '{nodeId}' was not found.'" (in a node details).
Updated by Vincent MEMBRÉ 3 months ago
- Target version changed from 8.2.0~beta1 to 8.2.0~rc1
- Priority changed from 32 to 65
Updated by François ARMAND about 1 month ago
- Status changed from New to Resolved
- Priority changed from 65 to 64
Resolved by #25528
Updated by François ARMAND about 1 month ago
- Is duplicate of Bug #25528: List node with properties inheritance error in status bar for generation added
Actions