Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 127 and Version 137 of Ticket #1233


Ignore:
Timestamp:
09/02/11 11:52:36 (13 years ago)
Author:
ascheibe
Comment:

r6698

  • implemented review comments
  • more cleanups

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1233 – Description

    v127 v137  
    8686'''DataAccess:'''
    8787 * ~~`TransactionManager` with interface again~~
    88  * remove `AssignedResourcesId` in `AssignedResources`, use JobId+ResourceId as primary keys
    89  * remove `CreateHiveDatabaseApplication`. the db schema should not be developed `dbml first`, since dbml does not support most sql-server features. instead the sql-server schema should be designed first and the dbml should be generated.
     88 * ~~remove `AssignedResourcesId` in `AssignedResources`, use JobId+ResourceId as primary keys~~
     89 * ~~remove `CreateHiveDatabaseApplication`. the db schema should not be developed `dbml first`, since dbml does not support most sql-server features. instead the sql-server schema should be designed first and the dbml should be generated.~~
    9090 * ~~`UptimeCalendar` should be named `DowntimeCalendar`~~
    9191 * `DataAccess` layer and `Dao` classes should be removed, access to linq to sql should happen directly in server-implementation.
    9292'''Server'''
    93  * `Lifecycle` should be named differently. maybe `EventHandler`, `EventManager`.
     93 * ~~`Lifecycle` should be named differently. maybe `EventHandler`, `EventManager`.~~
    9494 * put magic numbers into config
    9595   * ~~timeout in `Lifecycle`~~
    9696   * ~~`ApplicationConstants`~~
    97    * look for magic numbers in hive client
     97   * ~~look for magic numbers in hive client~~
    9898 * `GetWaitingJobs` should be implemented as a stored procedure and should also assign a job to a slave. it should make sure no race conditions occur if it is called concurrently.
    9999'''!HiveExperiment'''