Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 70 and Version 72 of Ticket #1233


Ignore:
Timestamp:
05/02/11 19:10:45 (13 years ago)
Author:
ascheibe
Comment:

r6101

  • don't lock engines for so long in StartJobInAppDomain
  • move SlaveCommListener to ConsoleClient
  • delete orphaned job folders at startup

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1233 – Description

    v70 v72  
    3939 * ~~Log exceptions to Windows Event Log~~
    4040 * ~~`FreeCores` needs to be decremented right after a `CalculateJob` message has been received. Otherwise a slave reports free cores which are already reserved for new jobs.~~
    41  * `PluginTemp` directory should be cleaned up from time to time (or on startup)
    42  * `SlaveCommListener` in Slave.Tests should not be used in `ConsoleClient`
    43  * Heartbeats are massively delayed, because the heartbeat-method locks on `engines` (in `GetExecutionTimeOfAllJobs`) and the same lock is made at `StartJobInAppDomain`. This causes the a slave-heartbeat-timeout (1 minute), thus a reset and reassignment of all jobs.
     41 * ~~`PluginTemp` directory should be cleaned up from time to time (or on startup)~~
     42 * ~~`SlaveCommListener` in Slave.Tests should not be used in `ConsoleClient`~~
     43 * ~~Heartbeats are massively delayed, because the heartbeat-method locks on `engines` (in `GetExecutionTimeOfAllJobs`) and the same lock is made at `StartJobInAppDomain`. This causes the a slave-heartbeat-timeout (1 minute), thus a reset and reassignment of all jobs.~~
    4444
    4545== Experiment Manager ==