Bugzilla – Bug 5935
Make job creation slimmer
Last modified: 2008-03-20 16:47:51
You need to log in before you can comment on or make changes to this bug.
In large job submission we sometimes run into submission timeouts, especially on hosts that are not very strong. To reduce these timeouts all steps during job creation that are not really necessary at that point should be moved to a location where it does not impact job creation (like StateMachine.processNoneState()). Most expensive operations are: * get the job credential and create the user proxy if necessary * read the file system mapping