This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 07 Jan, 2015 2 commits
-
-
Matthieu Muffato authored
-
Matthieu Muffato authored
-
- 05 Jan, 2015 5 commits
-
-
Matthieu Muffato authored
-
Matthieu Muffato authored
The problem was that "0" was not eval-ed
-
Matthieu Muffato authored
* version/2.2: cause_of_death can be undefined here (for local meadows, for instance)
-
Matthieu Muffato authored
* version/2.1: cause_of_death can be undefined here (for local meadows, for instance)
-
Matthieu Muffato authored
-
- 22 Dec, 2014 4 commits
-
-
Matthieu Muffato authored
* version/2.2: Backported the recent changes from Ensembl's DBConnection
-
Matthieu Muffato authored
* version/2.1: Backported the recent changes from Ensembl's DBConnection
-
Matthieu Muffato authored
* version/2.0: Backported the recent changes from Ensembl's DBConnection
-
Matthieu Muffato authored
- use placeholders in "do" commands
-
- 04 Dec, 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.
-
- 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
-
- 21 Oct, 2014 3 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
pulled in from version/2.2 : bugfix (long-standing) : make sure foreign jobs are created in the right database
-