Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/06/10 14:30:05 (15 years ago)
Author:
kgrading
Message:

changed a ton of logging, changed minor job handling and changed the DB IP to localhost (#828)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Core/3.2/JobManager.cs

    r2117 r2608  
    3232using System.Data;
    3333using System.IO;
     34using HeuristicLab.Tracing;
    3435
    3536namespace HeuristicLab.Hive.Server.Core {
     
    6566
    6667    public void ResetJobsDependingOnResults(Job job) {
     68
     69      HiveLogger.Info(this.ToString() + ": Setting job " + job.Id + " offline");
     70
    6771      ISession session = factory.GetSessionForCurrentThread();
    6872      ITransaction tx = null;
     
    122126
    123127    void checkForDeadJobs() {
     128      HiveLogger.Info(this.ToString() + " Searching for dead Jobs");
    124129       ISession session = factory.GetSessionForCurrentThread();
    125130
Note: See TracChangeset for help on using the changeset viewer.