Skip to content

[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.

  1. This job is gettiing triggered while launching the tool.

  2. "this.fRepositoryService.getLocations()" (L-40) in UpdateRepositoryJob class is always empty for our use cases.

  3. So the job will move to the sleeping state and getting triggered after 30 min (scheduled again at the end of run method).

  4. Could some one explain me why this job is in running/runnable state always.

  5. It it possible to scedule it on demand basis?

updatinG-script_repo_image.PNG

updatinG-script_repo_image.PNG