Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/23/18 13:51:46 (6 years ago)
Author:
jzenisek
Message:

#2839 finished implementation of job deletion routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/Manager/HeartbeatManager.cs

    r15630 r15641  
    190190          // assigned resources ids of task do not match with slaveId (and parent resourceGroupIds); this might happen when slave is moved to different group
    191191          actions.Add(new MessageContainer(MessageContainer.MessageType.PauseTask, curTask.TaskId));
    192           LogFactory.GetLogger(this.GetType().Namespace).Log("The slave " + heartbeat.SlaveId + " is not granted to calculate task: " + curTask.TaskId);
     192          LogFactory.GetLogger(this.GetType().Namespace).Log("The slave " + heartbeat.SlaveId + " is not granted to calculate task: " + curTask.TaskId + " of job: " + curTask.JobId);
    193193        } else {
    194194          // update task execution time
Note: See TracChangeset for help on using the changeset viewer.