Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git. Pull mirroring updated .
  1. Jan 27, 2015
  2. Jan 23, 2015
  3. Jan 22, 2015
  4. Jan 20, 2015
  5. Jan 19, 2015
  6. Jan 16, 2015
  7. Jan 15, 2015
    • Matthieu Muffato's avatar
      bugfix: the claimed batch was not released · d9f1b05b
      Matthieu Muffato authored
      The problem was when a worker is contaminated and has to die: remainings jobs
      of the batch were not released.
      We now have an explicit list of all the cause_of_death that could happen through
      a batch, and for which we should free the jobs
      d9f1b05b
    • Matthieu Muffato's avatar
      MySQL and PostgreSQL have a maximum length for database names · 3a7601af
      Matthieu Muffato authored
      (resp 64 and 63 characters).
      This simple patch prevents db_cmd from creating such databases with an
      explicit message as opposite to the default MySQL error message:
      "ERROR 1102 (42000) at line 1: Incorrect database name "
      3a7601af
  8. Jan 13, 2015
  9. Jan 07, 2015
  10. Jan 05, 2015
  11. Dec 22, 2014
  12. Dec 04, 2014
    • Matthieu Muffato's avatar
      Numbers are returned as real numbers, not strings; · de29ee23
      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
      de29ee23
    • Matthieu Muffato's avatar
      Clearer flags in register_worker_death() · 321e4b53
      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.
      321e4b53
  13. Nov 07, 2014
  14. Nov 05, 2014