- 08 Nov, 2018 1 commit
-
-
Alejandro Sanchez authored
Regression introduced when support for up to 9 backup controllers was added in c61ffa1a. Bug 6001.
-
- 07 Nov, 2018 2 commits
-
-
Morris Jette authored
Bug 5826
-
Danny Auble authored
Bug 5793
-
- 06 Nov, 2018 1 commit
-
-
Michael Hinton authored
when trying to register. If slurmd never connects to slurmctld and then slurmd is shutdown, there is a small memory leak. This is not an important memory leak; however, this will fix things for valgrind when testing a slurmd by itself. Bug 5989
-
- 05 Nov, 2018 3 commits
-
-
Michael Hinton authored
Set errno to return value of pthread_* functions during error. All pthread macros now handle errors in the same way. Do not set errno immediately, because in threaded programs errno is a macro that expands into a function call. We don't want to incur that performance cost unless it's actually an error. See The Linux Programming Interface, 3.5.2 (pg.53) and 29.2 (pg 621). Bug 5901
-
Morris Jette authored
Bug 5976
-
Artem Polyakov authored
Bug 5917
-
- 01 Nov, 2018 2 commits
-
-
Marshall Garey authored
Bug 5865
-
Broderick Gardner authored
to not require -Wno-format-truncation CFLAG. Bug 4310 Bug 5655 Bug 3482
-
- 31 Oct, 2018 3 commits
-
-
Michael Hinton authored
Fix memory leak by freeing iterator. Simplify logic to be more intuitive. Separate out _check_exec() into two logically different portions. Get rid of unnecessary goto's. Bug 5848
-
Marshall Garey authored
and distributed. Bug 5774
-
Danny Auble authored
previously accrued for priority. Bug 5881 Brian approved.
-
- 30 Oct, 2018 4 commits
-
-
Marshall Garey authored
have the same id (for example, if a job was requeued) by also checking the submit time. Bug 5197
-
Marshall Garey authored
Bug 5197
-
Marshall Garey authored
Bug 5197
-
Danny Auble authored
when not runaway. Bug 5940
-
- 26 Oct, 2018 2 commits
-
-
Brian Christiansen authored
Bug 5755
-
Dominik Bartkiewicz authored
Bug 5443
-
- 25 Oct, 2018 2 commits
-
-
Marshall Garey authored
Fix regression caused by commit bb8b4214. Commit bb8b4214 introduced this in scontrol_hold(): - job_msg.job_id_str = _next_job_id(); - while (job_msg.job_id_str) { + while ((job_msg.job_id_str = _next_job_id())) { But didn't take out _next_job_id() at the bottom of the while loop - so _next_job_id() is called twice in a row, skipping every other job in the list. Bug 5902
-
Felip Moll authored
rpaths, for RHEL based distros which use "check-rpaths" tool. Bug 5780
-
- 24 Oct, 2018 10 commits
-
-
Morris Jette authored
Bug 5603
-
Morris Jette authored
Bug 5603
-
Danny Auble authored
-
Jason Booth authored
a job is preempted. Bug 5460
-
Dominik Bartkiewicz authored
... due to a failure from DataWarp. Bug 5800.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
Regression caused in 18.08.1; can happen under any circumstance that leads to the job array elements being split before the backfill/sched has had a chance to populate these. Bug 5876.
-
Tim Wickberg authored
-
Felip Moll authored
up when the dbd was down. This reverts commit c07784b4. Bug 5875 and 5613
-
- 18 Oct, 2018 4 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Danny Auble authored
Alongside previous commit, fixes errors like: error: acct_policy_handle_accrue_time: QOS normal accrue_cnt underflow Bug 5863.
-
Danny Auble authored
Would have been incorrectly set to 0 if begin_time hadn't been established yet. Bug 5863.
-
- 17 Oct, 2018 3 commits
-
-
Dominik Bartkiewicz authored
a jobs --mem-per-cpu and also -c is greater than 1. Bug 5858
-
Brian Christiansen authored
PreserveCaseUser. Bug 5813
-
Brian Christiansen authored
Bug 5813
-
- 16 Oct, 2018 3 commits
-
-
Dominik Bartkiewicz authored
curr_inx needs to be reset correctly on each line. Overlooked in commit cbc0b901 when that was moved to a global variable. Bug 5831.
-
Dominik Bartkiewicz authored
/proc/sys/kernel/pid_max. Bug 5697
-
Marshall Garey authored
scheduled right away. Bug 5774 Basically this reverts ec59bb1b which appears to be an academic performance patch. When testing a bitmap of 10000 with every other bit set it only took at most 4 usec with most taking 1 usec.
-