Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/30/15 09:22:01 (9 years ago)
Author:
ascheibe
Message:

#2402 merged r12491 into stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Clients.Hive.Slave/3.3/Core.cs

    r12009 r12540  
    271271      catch (Exception e) {
    272272        SlaveStatusInfo.DecrementUsedCores(usedCores);
    273         wcfService.UpdateJobState(taskId, TaskState.Waiting, e.ToString()); // unknown internal error - report and set waiting again
     273        wcfService.UpdateJobState(taskId, TaskState.Failed, e.ToString());
    274274        throw;
    275275      }
Note: See TracChangeset for help on using the changeset viewer.