Bugzilla – Bug 4330
Job Run Queue Processing Algorithm Inefficient
Last modified: 2006-04-06 09:38:49
You need to log in before you can comment on or make changes to this bug.
The job run queue processing can get bogged down in relatively long staging tasks. This causes short tasks to have to wait often for a large number of these slow tasks to finish before they can be processed. This causes a big slow down especially when a non-staging job is requested and has to wait for staging tasks. Some sort of queue prioritization needs to be implemented. Also, staging states should be skipped entirely if not needed to optomize non-staging job processing.
Fix in HEAD, globus_4_0_branch, and globus_4_0_community.