Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git. Pull mirroring updated .
  1. Mar 14, 2006
  2. Mar 06, 2006
  3. Feb 27, 2006
  4. Feb 03, 2006
  5. Dec 15, 2005
  6. Nov 22, 2005
    • Jessica Severin's avatar
      removed a residual (pre autocalc of batchsize from runtime statistics) · bd83c1eb
      Jessica Severin authored
      design element in Worker::batch_size
      - old design: setting the batch_size for a worker changed the batch_size for
        all workers by updating the analysis_stats.batch_size of the corresponding
        analysis. Although this code was never triggered in the current system, it
        could have caused potential problems for future developers.
      Now setting the batch_size explicitly for a worker only effects the
      batch_size for that Worker instance. If it has not been set, the Worker pulls
      the batch_size from the analysis_stats record and optionally autocalcs from
      avg_msec_per_job if the batch_size<=0.
      bd83c1eb
  7. Nov 15, 2005
  8. Nov 07, 2005
  9. Nov 04, 2005
  10. Nov 02, 2005
  11. Oct 25, 2005
  12. Oct 14, 2005
  13. Oct 13, 2005
  14. Oct 01, 2005
  15. Sep 26, 2005
  16. Sep 22, 2005
  17. Sep 14, 2005
  18. Aug 18, 2005
  19. Aug 16, 2005
    • Jessica Severin's avatar
      added system for job-level blocking/unblocking. This is a very fine grain · faead1e0
      Jessica Severin authored
      control structure where a process/program has been made aware of the job(s)
      they are responsible for controlling.  This is facilited via a job url:
         mysql://ia64e:3306/jessica_compara32b_tree/analysis_job?dbID=6065355
      AnalysisJobAdptor::CreateNewJob now returns this url on job creation.
      When a job is datflowed, an array of these urls is returned (one for each rule).
      Jobs can now be dataflowed from a Process subclass with blocking enabled.
      A job can be fetched directly with one of these URLs.
      A commandline utility ehive_unblock.pl has been added to unblock a url job.
      To unblock a job do:
         Bio::EnsEMBL::Hive::URLFactory->fetch($url)->update_status('READY');
      This is primarily useful in asynchronous split process/parsing situations.
      faead1e0
  20. Aug 15, 2005
  21. Aug 11, 2005
  22. Aug 09, 2005
  23. Jun 13, 2005