Project

General

Profile

Bug #7625

Updated by François ARMAND over 8 years ago

 
 When we are receving new reports for an agent run, we are invalidating compliance for that node and calculating it back. Problem: the process is triggered for any node, even pendind, deleted, or even completly unknown nodes.  

 This waste resources for nothing, and so only accepted node should trigger the compliance calcul.  


 For history, I'm letting the old bug description:  

 For some reason, it seems that pending nodes are taken into consideration when calculating compliance.  

 So we get message like:  
 <pre> 
  WARN    explain_compliance.1e0ab778-0a9e-4d44-902b-60842ed09120 - Node '1e0ab778-0a9e-4d44-902b-60842ed09120' sent reports for run at 'VersionNotFound(2015-12-16T00:16:34.000Z,None)' (with    no configuration ID). No expected configuration matches these reports. 
 </pre> 

 They should not, because either it is blattlantly false (we are using nodes that are clearly NOT in any rule to calculate the compliance of the rule), or a waste of time (we are spending time calculating things for nodes, and we are sure that these things won't be used).

Back