8406: Update comment to match new code.
authorBrett Smith <brett@curoverse.com>
Tue, 9 Feb 2016 21:42:12 +0000 (16:42 -0500)
committerBrett Smith <brett@curoverse.com>
Tue, 9 Feb 2016 21:42:37 +0000 (16:42 -0500)
services/api/lib/crunch_dispatch.rb

index 131386d765f66b66d958d244a6590131d0189769..b59279e554643c5015fb371ec3774e34bc28f99f 100644 (file)
@@ -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.