This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 17 Nov, 2014 10 commits
-
-
Matthieu Muffato authored
-
Matthieu Muffato authored
-
Matthieu Muffato authored
* master: Numbers are returned as real numbers, not strings; Clearer flags in register_worker_death() support "accumulation" of a scalar by using an empty signature Failed tests are not expected to succeed at the next attempt bugfix: jobs could not trigger MEMLIMIT events bugfix: release the unfinished batch if the worker is contaminated
-
Matthieu Muffato authored
-
Matthieu Muffato authored
-
Matthieu Muffato authored
-
Matthieu Muffato authored
-
Matthieu Muffato authored
-
Matthieu Muffato authored
-
Matthieu Muffato authored
-
- 15 Nov, 2014 2 commits
-
-
Matthieu Muffato authored
This is needed for pipeline_wide_parameters as each value is destringified independently and the JSON writer would otherwise force writing numbers as strings
-
Matthieu Muffato authored
"self-burial" had two meanings: - should we release the undone jobs ? - should we update the last_check_in field in the worker table ? The former can simply be found by checking whether the worker already has a role attached to it. The latter is only set when a worker registers its own death, and is not set by the GarbageCollector.
-
- 14 Nov, 2014 1 commit
-
-
Matthieu Muffato authored
-
- 07 Nov, 2014 1 commit
-
-
Leo Gordon authored
-
- 05 Nov, 2014 6 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
bugfix [to ee51e74e] : restore the password-hiding functionality between beekeeper.pl and runWorker.pl
-
- 29 Oct, 2014 5 commits
-
-
Matthieu Muffato authored
* version/2.2: The main index is docs/index.html
-
Matthieu Muffato authored
* version/2.1: The main index is docs/index.html Conflicts: docs/scripts/index.html
-
Matthieu Muffato authored
* version/2.0: The main index is docs/index.html
-
Matthieu Muffato authored
* version/1.9: The main index is docs/index.html
-
Matthieu Muffato authored
-
- 27 Oct, 2014 9 commits
-
-
Matthieu Muffato authored
-
Matthieu Muffato authored
- always write the sequence to the current seqio - fix for creating lots of empty output files - fix warning "Use of uninitialized value in subroutine entry" - bugfix: jobs could not trigger MEMLIMIT events - bugfix: release the unfinished batch if the worker is contaminated
-
Matthieu Muffato authored
- always write the sequence to the current seqio - fix for creating lots of empty output files - fix warning "Use of uninitialized value in subroutine entry"
-
Matthieu Muffato authored
- always write the sequence to the current seqio - fix for creating lots of empty output files - fix warning "Use of uninitialized value in subroutine entry"
-
Matthieu Muffato authored
- always write the sequence to the current seqio - fix for creating lots of empty output files - fix warning "Use of uninitialized value in subroutine entry"
-
Matthieu Muffato authored
PR #5
-
Roy Storey authored
-
Roy Storey authored
-
Roy Storey authored
-
- 25 Oct, 2014 3 commits
-
-
Matthieu Muffato authored
bugfix: jobs could not trigger MEMLIMIT events bugfix: release the unfinished batch if the worker is contaminated
-
Matthieu Muffato authored
(and probably RUNLIMIT as well) The problem was in Queen::register_worker_death(). The code fetches the current role, finalizes it, and then updates the worker table. The role that is fetched from the database with fetch_last_unfinished_by_worker_id() is not connected to any workers and later, when AnalysisJobAdaptor::release_undone_jobs_from_role() needs to know the cause of death and the number of work done by the worker, the role would load another instance of the worker using the information currently stored in the database, that is: before it has been updated. Hence, the code was complaining that cause_of_death was not populated. By associating the role to the worker, we allow the method to read the existing information
-
Matthieu Muffato authored
This is done by setting "self_burial" to 0
-
- 23 Oct, 2014 3 commits
-
-
Roy Storey authored
-
Roy Storey authored
-
Roy Storey authored
-