Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git. Pull mirroring updated .
  1. Feb 23, 2005
  2. Feb 22, 2005
  3. Feb 21, 2005
    • Jessica Severin's avatar
      YAHRF (Yet Another Hive ReFactor).....chapter 1 · 7675c31c
      Jessica Severin authored
      needed to better manage the hive system's load on the database housing all
      the hive related tables (in case the database is overloaded by multiple users).
      Added analysis_stats.sync_lock column (and correspondly in Object and Adaptor)
      Added Queen::safe_synchronize_AnalysisStats method which wraps over the
        synchronize_AnalysisStats method and does various checks and locks to ensure
        that only one worker is trying to do a 'synchronize' on a given analysis at
        any given moment.
      Cleaned up API between Queen/Worker so that worker only talks directly to the
        Queen, rather than getting the underlying database adaptor.
      Added analysis_job columns runtime_msec, query_count to provide more data on
        how the jobs hammer a database (queries/sec).
      7675c31c
  4. Feb 17, 2005
  5. Feb 16, 2005
  6. Feb 14, 2005
  7. Feb 10, 2005
  8. Feb 09, 2005
  9. Feb 08, 2005
  10. Feb 07, 2005
    • Jessica Severin's avatar
      added options · 43bc4431
      Jessica Severin authored
        -debug <level> : turn on debug messages at <level>
        -no_cleanup    : don't perform global_cleanup when worker exits
      43bc4431
  11. Feb 04, 2005
  12. Feb 02, 2005
    • Jessica Severin's avatar
      added column · 5eb83359
      Jessica Severin authored
        analysis_stats.avg_msec_per_job int
      modified
        analysis_stats.last_update to a datetime so that it is only changed when the API tells it to.
      5eb83359
  13. Feb 01, 2005
  14. Jan 28, 2005
  15. Jan 19, 2005
  16. Jan 18, 2005