Description of problem: Customer seeing about 13 full refreshes a day in their dev environment which is small with the following objects: Cluster 1 Hosts 4 Datastores 9 VMs 149 Templates 21 Version-Release number of selected component (if applicable): 5.7.3 How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This is an unexpected side-effect of the fix for https://bugzilla.redhat.com/show_bug.cgi?id=1469198 plus our config to restart the RefreshWorker every two hours.
> This is an unexpected side-effect of the fix for https://bugzilla.redhat.com/show_bug.cgi?id=1469198 Correct BZ link is https://bugzilla.redhat.com/show_bug.cgi?id=1439387
https://github.com/ManageIQ/manageiq-providers-vmware/pull/75
New commit detected on ManageIQ/manageiq-providers-vmware/master: https://github.com/ManageIQ/manageiq-providers-vmware/commit/3deafbeff9f2b4685e757590568c1e370d50743f commit 3deafbeff9f2b4685e757590568c1e370d50743f Author: Adam Grare <agrare> AuthorDate: Thu Jul 13 11:22:16 2017 -0400 Commit: Adam Grare <agrare> CommitDate: Fri Jul 14 08:54:09 2017 -0400 Don't queue a refresh on RefreshWorker start The refresh_worker is restarted every 2 hours, by queueing a full refresh everytime the refresh_worker starts this was causing a significant number more full refreshes than before. https://bugzilla.redhat.com/show_bug.cgi?id=1469198 .../manageiq/providers/vmware/infra_manager/refresh_worker/runner.rb | 4 ---- 1 file changed, 4 deletions(-)