Project

Profile

Help

Story #3119

Updated by ttereshc over 6 years ago

It is possible that users configure importer/distributor to have force_full enabled and forget about it. 
 For example, Katello users can enable "force_full" sync or publish. This is usually done as part of debugging, but it's easy to set it and then forget to turn it off. The issue is not apparent until later on when there are performance issues with sync/publish. 

 Logging that force_full is used would help with debugging performance issues. 

 Log at INFO level and only when force_full option is set to True. 
 Message should specify the behavior the enabled option causes, e.g.: 
 - "fully resyncing due to use of force_full importer setting" 
 - "fully republishing due to use of force_full distributor setting"

Back