This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 31 Aug, 2010 1 commit
-
-
Leo Gordon authored
-
- 24 Aug, 2010 1 commit
-
-
Leo Gordon authored
-
- 11 Aug, 2010 1 commit
-
-
Leo Gordon authored
job_error table now holds jobs' termination messages; workers do not die when jobs die, but can be instructed to to so
-
- 12 Jul, 2010 1 commit
-
-
Leo Gordon authored
-
- 27 Apr, 2010 1 commit
-
-
Leo Gordon authored
-
- 30 Mar, 2010 1 commit
-
-
Leo Gordon authored
-
- 26 Mar, 2010 1 commit
-
-
Leo Gordon authored
-
- 04 Mar, 2010 1 commit
-
-
Leo Gordon authored
-
- 25 Feb, 2010 1 commit
-
-
Leo Gordon authored
-
- 11 Jan, 2010 1 commit
-
-
Leo Gordon authored
-
- 11 Dec, 2009 1 commit
-
-
Leo Gordon authored
-
- 03 Dec, 2009 1 commit
-
-
Leo Gordon authored
-
- 02 Nov, 2009 1 commit
-
-
Leo Gordon authored
-
- 13 Oct, 2009 1 commit
-
-
Leo Gordon authored
-
- 03 Aug, 2009 1 commit
-
-
Leo Gordon authored
-
- 13 Jul, 2009 1 commit
-
-
Leo Gordon authored
-
- 03 Apr, 2009 1 commit
-
-
Albert Vilella authored
adding a silent option (do not try to synchronize too much when the hive load is too high) and maximise_concurrency option (try to run as many concurrent analyses as possible instead of lots of jobs of one single analysis)
-
- 28 May, 2008 1 commit
-
-
Javier Herrero authored
-
- 16 Nov, 2007 1 commit
-
-
Javier Herrero authored
-
- 01 Feb, 2007 1 commit
-
-
Javier Herrero authored
-
- 29 Sep, 2006 1 commit
-
-
Albert Vilella authored
-
- 03 Feb, 2006 1 commit
-
-
Abel Ureta-Vidal authored
Added an optional Bio::EnsEMBL::Analysis argument to get_num_needed_workers subroutine, to only get the number of workers needed for this analysis
-
- 14 Oct, 2005 1 commit
-
-
Jessica Severin authored
-
- 01 Oct, 2005 1 commit
-
-
Jessica Severin authored
jobs that were created outside the database. Also added ability to not write (doesn't execute write_output or dataflow jobs). Improved logic so that if a job is specified, but something is wrong that the worker fails rather than reverting to autonomous behaviour mode. Fully tested by running a complete homology production test.
-
- 14 Sep, 2005 1 commit
-
-
Jessica Severin authored
-
- 16 Aug, 2005 1 commit
-
-
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.
-
- 13 Jun, 2005 1 commit
-
-
Jessica Severin authored
into the Worker object (and out of the Process) - added Process::worker method so that running processes can talk to the worker that is currently running itself. - modified system so that if a process subclass uses Process::dataflow_output_id on branch_code 1, it will turn off the automatic of flowing of the input_job out on branch_code 1. This will make coding much cleaner so that processes no longer need to modifiy the input_id of the input_job - added method Process::autoflow_inputjob which toggles this autoflow behaviour if a subclass would like to modify this directly - auto_dataflow now happens right after the Process::write_output stage
-
- 08 Mar, 2005 1 commit
-
-
Jessica Severin authored
-
- 03 Mar, 2005 3 commits
-
-
Jessica Severin authored
is calculated. If batch_size>0 use batch_size, else use avg_msec_per_job equation.
-
Jessica Severin authored
reordered where the blocking checks are done (added, deleted, moved).
-
Jessica Severin authored
-
- 02 Mar, 2005 1 commit
-
-
Jessica Severin authored
a job that has been flowed into an analysis/process
-
- 23 Feb, 2005 3 commits
-
-
Jessica Severin authored
-
Jessica Severin authored
-
Jessica Severin 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)
-
- 16 Feb, 2005 3 commits
-
-
Jessica Severin authored
is when there are lots of workers 'WORKING' so as to avoid them falling over each other. The 'WORKING' state only exists in the middle of a large run. When the last worker dies, the state is 'ALL_CLAIMED' so the sync on death will happen properly. As the last pile of workers die they will all do a synch, but that's OK since the system needs to be properly synched when the last one dies since there won't be anybody left to do it. Also added 10 minute check for if already 'SYNCHING' to deal with case if worker dies in the middle of 'SYNCHING'.
-
Jessica Severin authored
-
Jessica Severin authored
so to reduce the sychronization frequency.
-