Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 24 and Version 25 of Ticket #1233


Ignore:
Timestamp:
02/22/11 09:59:50 (13 years ago)
Author:
cneumuel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1233 – Description

    v24 v25  
    88 * ~~`StateLog`: Log state transitions of jobs.~~
    99 * Statistics
     10  * Measure capacity and utilization every minute or so
     11  * Reliably measure the execution time spent on hive per user / per slave / in total. Also measure speedup values (maybe also per minute).
     12  * Number of experiments / jobs (per user)
    1013 * Scheduler
    1114   * Consider waiting time to avoid starvation
     
    4245== Hive Engine ==
    4346 * `HiveEngine` jobs should have a `HiveExperiment`, which is marked, so a user cannot see it in `HiveExperimentManager`. However it should be visible in Administration GUI. If a Hive Engine crashes and cannot delete the experiment, this should be detected by the server and it should be automatically deleted.
     47 * Improve HiveEngine View (list of jobs, with status ect.)
    4448
    4549== Administration ==
     
    5155 * `GetScheduleForResource` (+ `Add/Update/Delete`)
    5256
     57== Client Management Integration ==
     58
     59== User Management Integration ==
    5360
    5461
    5562
    56