- 04 Oct, 2018 6 commits
-
-
Danny Auble authored
-
Broderick Gardner authored
Leads to false-positive warnings about settings being too low when they're actually fine. E.g., if innodb_buffer_pool_size is over 2GB the warning would have been printed in error. Bug 5661.
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
Bug 5594.
-
Tim Wickberg authored
You should not make RPC calls within MailProg (or anything else fork()+exec()'d from slurmctld), so use the environment variable that is now exposed instead. Bug 5443.
-
Dominik Bartkiewicz authored
smail currently uses 'scontrol show config' to get this data; making RPC calls within programs fork()+exec()'d from slurmctld is best avoided as it amplifies RPC load on the controller. Bug 5443.
-
- 03 Oct, 2018 5 commits
-
-
Marshall Garey authored
Fix formatting on the log_level documentation block as well. Bug 5399.
-
Isaac Hartung authored
Add info to man page as well. Bug 4961.
-
Tim Wickberg authored
Bug 5724
-
Danny Auble authored
For some reason this file had all sorts of bad indenting. Bug 5724
-
Danny Auble authored
-
- 02 Oct, 2018 5 commits
-
-
Danny Auble authored
-
Marshall Garey authored
Bug 5708
-
Jason Booth authored
This matches the functionality in code. Bug 5726
-
Marshall Garey authored
Bug 5795
-
Jason Booth authored
Continuation of 06582da8 (17.11.9) Poll was timing out too quickly due to an incorrect conversion of MessageTimeout. Added a multiplier so timeout reflects the correct millisecond value. Bug 5553
-
- 28 Sep, 2018 8 commits
-
-
Danny Auble authored
# Conflicts: # src/common/slurm_protocol_pack.c # src/slurmctld/controller.c
-
Michael Hinton authored
Since sacct exits the program when it finds unknown parameters, the debug2() statements should be escalated to error() statements. The first debug2() even had "Error: " in it. Get rid of extra newline. Bug 5421
-
Marshall Garey authored
Bug 5786
-
Michael Hinton authored
Bug 5165
-
Morris Jette authored
Bug 5743. Co-authored-by: Dominik Bartkiewicz <bart@schedmd.com>
-
Danny Auble authored
Bug 5165 It was still possible for job priority to go down to 0, because I was letting last_prio get set down to 1, then later on we were using last_prio-1 as the new job priority. Since last_prio was 1, then new job priority was 1-1=0. This happened when the job priorities were all at 2 (which I never tested). Michael found it by running test2.26 in a case where initial job priorities were 2: spawn /home/marshall/slurm/18.08/voyager/bin/squeue --name=test2.26 -o JOB_ID=%A PRIO=%Q JOB_ID=JOBID PRIO=PRIORITY JOB_ID=10702 PRIO=2 JOB_ID=10703 PRIO=2 JOB_ID=10704 PRIO=2 Reset and test job priorities spawn /home/marshall/slurm/18.08/voyager/bin/scontrol top 10704,10703 spawn /home/marshall/slurm/18.08/voyager/bin/squeue --name=test2.26 -o JOB_ID=%A PRIO=%Q JOB_ID=JOBID PRIO=PRIORITY JOB_ID=10704 PRIO=2 JOB_ID=10703 PRIO=1 JOB_ID=10702 PRIO=0 Reset and test job priorities
-
Danny Auble authored
Fix memory leak in previous patch. Bug 5479 Coverity 188464
-
Dominik Bartkiewicz authored
The format for this field is "<inst>:<svc_id>:<comp_id>"; if inst or svc_id are unset then they're blank, and the parsing code had assumed they would always be blank as the systems slurmsmwd were developed on never used them. Bug 5411.
-
- 27 Sep, 2018 9 commits
-
-
Marshall Garey authored
Prevents job priorities from being lowered to 0 or from underflowing. Bug 5165
-
Michael Hinton authored
Bug 5231 Change slurmctld/controller.c's purge_thread_lock from static to global extern, so the mutex can be used in slurmctld/job_mgr.c slurm_cond_signal() needs to always be wrapped in the same mutex as slurm_cond_[timed]wait(), or else there is a possibility that slurm_cond_signal() will trigger before slurm_cond_[timed]wait() is even listening, most likely causing a deadlock.
-
Jason Booth authored
Bug 5703
-
Michael Hinton authored
initialize old fairshare association pointer correctly. Bug 5744
-
Broderick Gardner authored
Bug 5458
-
Broderick Gardner authored
Bug 5403
-
Morris Jette authored
sinfo output in this test is grouping all nodes together in one output line (e.g. "nid[000001-000099'), while the data used to have one node per line. Adding the "-N" option to the test returns the output to one node per line, as required for the test to work.
-
Morris Jette authored
Bug 5750
-
Felip Moll authored
Bug 5748
-
- 26 Sep, 2018 3 commits
-
-
Danny Auble authored
-
Dominik Bartkiewicz authored
Bug 5775
-
Tim Wickberg authored
-
- 25 Sep, 2018 3 commits
-
-
Danny Auble authored
# Conflicts: # src/common/slurmdbd_defs.c
-
Brian Christiansen authored
Bug 5544
-
Brian Christiansen authored
Bug 5544
-
- 24 Sep, 2018 1 commit
-
-
Felip Moll authored
Bug 5613
-