1. 08 Jan, 2018 3 commits
    • Dominik Bartkiewicz's avatar
    • Alejandro Sanchez's avatar
      Improve logic when summarizing job arrays mail notifications. · 5f1cc8a8
      Alejandro Sanchez authored
      When --mail-type option isn't requested with ARRAY_TASKS, we need somehow
      to summarize the different states each task finished in the array. We've
      added a new ARRAY_TASK_REQUEUED flag to the array_flags to indicate that
      at least one task was requeued. Also the logic now detects if at least
      one task failed and/or if otherwise all finished successfully.
      
      The patch also removes the RunTime from the the e-mail when summarizing
      whole array, since it doesn't make sense to specify just the RunTime
      of one of the tasks for this case.
      
      Patch also fixes when ARRAY_TASKS is specified, previously the mail
      notification for the master job task record included a range of
      ExitCodes for all the tasks. Since this option is not for summarizing,
      the patch makes it so only the range is shown when the option isn't
      specified.
      
      Bug 4539.
      5f1cc8a8
    • Morris Jette's avatar
      Fix for changing node features · 09e8b368
      Morris Jette authored
      Scheduling fix for changing node features without any NodeFeatures plugins.
      Bug 4577
      09e8b368
  2. 05 Jan, 2018 5 commits
  3. 04 Jan, 2018 3 commits
  4. 03 Jan, 2018 8 commits
  5. 02 Jan, 2018 1 commit
  6. 28 Dec, 2017 1 commit
  7. 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
  8. 20 Dec, 2017 15 commits
  9. 19 Dec, 2017 1 commit