Bug on job progress percentage
-
2011년 8월 31일 수요일 오후 12:59
After stopping/restarting and a job restarting after a failure several times, the percentage keeps increasing despite the fact that no other task has completed. I currently have a job with 4 tasks completed out of 29 and percentage shows 51% completed ?!
I have the most recent updates installed...
Erik Putrycz - Solution Architect - Apption Software
모든 응답
-
2011년 9월 10일 토요일 오후 8:28
Hi Erik,
Could you provide some more details about your job, type of tasks you are running and the reason of job failures? Job XML or the commandline/steps used to create and restart it would be also great.
Thanks,
Łukasz -
2011년 9월 12일 월요일 오후 2:44
Hi Erik,
Could you provide some more details about your job, type of tasks you are running and the reason of job failures? Job XML or the commandline/steps used to create and restart it would be also great.
Thanks,
ŁukaszI can definitely provide you the xml. I've seen this issue happen on two different setups. The xml is rather large, can I email it to you instead of posting it here?
Erik.
Erik Putrycz - Solution Architect - Apption Software -
2011년 9월 12일 월요일 오후 3:15
Sure, here's my email address: lutom@microsoft.com
Thanks,
Łukasz -
2011년 9월 13일 화요일 오후 4:34We've finally figured out, that in this case the reason for the progress value to increase every time the job is requeued is the presence of ‘Node Release’ task within the job definition. New instances of this task will be created every time when job execution ends on allocated node. Number of created instances will be added to the total number of tasks in a job and will be used during 'job progress' calculation.