Project

General

Profile

Bug #19414

Updated by François ARMAND almost 3 years ago

 
 Use case:  
 Node keys and certificate were updated for a node. It sent a new inventory, but there were no policy geneation, so it couldn't connect to the server to fetch new policies 

 But that problem exists with any property, because we only check is cache is @upToDate@ every 30s. But the cache can be up to date (because it was updated for something else) and so we can miss a necessary policy generation. 


 Workaround: clear cache or make a policy change

Back