From: Brett Smith Date: Tue, 9 Feb 2016 21:42:12 +0000 (-0500) Subject: 8406: Update comment to match new code. X-Git-Tag: 1.1.0~1122^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/ddd02b0a536cbc0e80b77df43939e30f294126b5?ds=sidebyside 8406: Update comment to match new code. --- diff --git a/services/api/lib/crunch_dispatch.rb b/services/api/lib/crunch_dispatch.rb index 131386d765..b59279e554 100644 --- a/services/api/lib/crunch_dispatch.rb +++ b/services/api/lib/crunch_dispatch.rb @@ -638,8 +638,7 @@ class CrunchDispatch jobrecord = Job.find_by_uuid(job_done.uuid) if exit_status == EXIT_RETRY_UNLOCKED or (exit_tempfail and @job_retry_counts.include? jobrecord.uuid) - # The job failed because all of the nodes allocated to it - # failed. Only this crunch-dispatch process can retry the job: + # Only this crunch-dispatch process can retry the job: # it's already locked, and there's no way to put it back in the # Queued state. Put it in our internal todo list unless the job # has failed this way excessively.