[Bug 535694] org.eclipse.ease.ui.scripts.repository.impl.UpdateRepositoryJob is always in running/runnable(sleeping) state.
| Bugzilla Link | 535694 |
| Status | UNCONFIRMED |
| Importance | P3 minor |
| Reported | Jun 08, 2018 08:49 EDT |
| Modified | Jun 11, 2018 14:55 EDT |
| Version | 0.5.0 |
| Reporter | Subitsha Unnikrishnan |
Description
Created attachment 274396
UpdateRepositoryJob in sleeping mode
org.eclipse.ease.ui.scripts.repository.impl.UpdateRepositoryJob is always in running/runnable(sleeping) state.
-
This job is gettiing triggered while launching the tool.
-
"this.fRepositoryService.getLocations()" (L-40) in UpdateRepositoryJob class is always empty for our use cases.
-
So the job will move to the sleeping state and getting triggered after 30 min (scheduled again at the end of run method).
-
Could some one explain me why this job is in running/runnable state always.
-
It it possible to scedule it on demand basis?
updatinG-script_repo_image.PNG