This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 05 Sep, 2012 1 commit
-
-
Leo Gordon authored
-
- 14 Aug, 2012 1 commit
-
-
Leo Gordon authored
-
- 29 Jun, 2012 1 commit
-
-
Leo Gordon authored
replaced rc_id by resource_class_id throughout the schema and added the foreign keys on resource_class_id
-
- 19 Jun, 2012 1 commit
-
-
Leo Gordon authored
-
- 08 Dec, 2011 1 commit
-
-
Leo Gordon authored
Removed maximise_concurrency and added analysis_stats.priority to guide the scheduler; improved scheduler and LSF meadow
-
- 17 Nov, 2011 1 commit
-
-
Leo Gordon authored
-
- 10 Nov, 2011 1 commit
-
-
Leo Gordon authored
-
- 15 Jul, 2011 3 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
- 14 Jul, 2011 1 commit
-
-
Leo Gordon authored
-
- 13 Jul, 2011 1 commit
-
-
Leo Gordon authored
-
- 09 May, 2011 1 commit
-
-
Leo Gordon authored
-
- 13 Apr, 2011 1 commit
-
-
Leo Gordon authored
big renaming of hive->worker, analysis_job->job, analysis_job_file->job_file, analysis_job_id->job_id, worker.beekeeper->worker.meadow_type, etc
-
- 19 Jan, 2011 1 commit
-
-
Leo Gordon authored
testing the idea of analyses that can be empty for blocking purposes (it does not block while it is empty)
-
- 20 Aug, 2010 2 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- 25 Feb, 2010 1 commit
-
-
Leo Gordon authored
-
- 23 Feb, 2010 1 commit
-
-
Leo Gordon authored
-
- 03 Dec, 2009 1 commit
-
-
Leo Gordon authored
-
- 24 Sep, 2009 1 commit
-
-
Leo Gordon authored
-
- 13 Jul, 2009 1 commit
-
-
Leo Gordon authored
-
- 03 Apr, 2009 1 commit
-
-
Albert Vilella authored
-
- 28 May, 2008 1 commit
-
-
Javier Herrero authored
-
- 16 Nov, 2007 1 commit
-
-
Javier Herrero authored
-
- 21 Feb, 2005 1 commit
-
-
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).
-
- 17 Feb, 2005 1 commit
-
-
Jessica Severin authored
called when worker dies to replace itself in the needed_workers count since it's decremented when it's born, and it's counted as living (and subtracted) as long as it's running. This gunarantees that another worker will quickly be created after this one dies (and not need to wait for a synch to happen)
-
- 04 Feb, 2005 1 commit
-
-
Jessica Severin authored
to AnalysisStats object and store/fetch of avg_msec_per_job from analysis_stats table. Corresponds to schema change. Old hive databases need to do this sql to bring them up to spec; alter table analysis_stats add column avg_msec_per_job int(10) default 0 NOT NULL after batch_size; alter table analysis_stats modify column last_update datetime NOT NULL;
-
- 11 Jan, 2005 1 commit
-
-
Jessica Severin authored
-
- 09 Dec, 2004 1 commit
-
-
Jessica Severin authored
in AnalysisStatsAdaptor::fetch_by_analysis_id
-
- 19 Nov, 2004 1 commit
-
-
Jessica Severin authored
the most time since last update are at the top of the returned list
-
- 17 Nov, 2004 1 commit
-
-
Jessica Severin authored
than one status
-
- 27 Sep, 2004 1 commit
-
-
Jessica Severin authored
-
- 03 Aug, 2004 1 commit
-
-
Jessica Severin authored
created new() methods where needed, replaced throw, rearrange as needed
-
- 16 Jul, 2004 1 commit
-
-
Jessica Severin authored
-
- 15 Jul, 2004 1 commit
-
-
Jessica Severin authored
which causes a more even distribution of workers types as they are created by the Queen.
-
- 13 Jul, 2004 1 commit
-
-
Jessica Severin authored
system load (higher hive_capacity) are picked first
-
- 09 Jul, 2004 1 commit
-
-
Jessica Severin authored
decrement_needed_workers method. These are used by the Queen to pick an analysis for a newly created worker when one wasn't specified
-
- 14 Jun, 2004 2 commits
-
-
Jessica Severin authored
-
Jessica Severin authored
added method fetch_by_needed_workers for queen to determine new worker types
-