1. 03 Jan, 2018 1 commit
  2. 02 Jan, 2018 1 commit
  3. 22 Dec, 2017 3 commits
    • Alejandro Sanchez's avatar
      jobcomp/elasticsearch - append Content-Type to the HTTP header. · c7fd2e47
      Alejandro Sanchez authored
      The ability to enforce strict content-type checking has existed since
      Elasticsearch 5.3 via the http.content_type.required configuration setting.
      In 5.x it is optional, and defaults to false, in Elasticsearch 6.0, that
      setting defaults to true, and there is no way to disable it.
      
      If required and not appended, Elasticsearch would response with status 406,
      so "Content-Type: application/json" is appended from now on. Tested against
      Elasticsearch 5.5.1 and 6.1.1.
      
      Bug reported to slurm-users list from E.S. Rosenberg. Patch suggested didn't
      check the return code of curl_slist_append() and didn't free the slist.
      c7fd2e47
    • Tim Wickberg's avatar
      Start NEWS for v17.11.2 · a442f864
      Tim Wickberg authored
      a442f864
    • Danny Auble's avatar
      MYSQL - Make index for pack_job_id. · 87800343
      Danny Auble authored
      Bug 4551,4553
      87800343
  4. 20 Dec, 2017 15 commits
  5. 19 Dec, 2017 5 commits
  6. 18 Dec, 2017 2 commits
  7. 15 Dec, 2017 5 commits
  8. 14 Dec, 2017 1 commit
  9. 13 Dec, 2017 1 commit
  10. 12 Dec, 2017 1 commit
    • Brian Christiansen's avatar
      Update jobcomp records on duplicate inserts · 003f65c3
      Brian Christiansen authored
      In the federation case, the origin job is completed in the database when
      a sibling job starts the job. The complete message is then sent again to
      the database when the job is completed on the sibling cluster but
      it is updated with the sibling job's exit code.
      
      The jobcomp plugin didn't handle the multiple updates to the record.
      This change allows the existing record to be updated.
      
      Bug 4493
      003f65c3
  11. 11 Dec, 2017 2 commits
  12. 08 Dec, 2017 2 commits
    • Danny Auble's avatar
      Fix Slurm to work correctly with HDF5 1.10+. · 006d172a
      Danny Auble authored
      In 1.10+ they changed the hid_t from an int to a long int which
      messes things up as they use the top 32 bits for stuff right off
      the bat.  This fixes the scenario by handing the number with a int32_t
      instead of an int.
      
      Bug 3795
      006d172a
    • Morris Jette's avatar
      Fix node reboot timeout problem · 41c6ac6a
      Morris Jette authored
      Fix potential node reboot timeout problem for "scontrol reboot" command.
      bug 4203
      41c6ac6a
  13. 07 Dec, 2017 1 commit