- 13 Jan, 2017 6 commits
-
-
Tim Wickberg authored
pack_bit_fmt can exceed 0xfffe characters on large systems and thus truncate leading to: "error: Credential signature check: Credential data size mismatch" Add warning to the pack_bit_fmt macro to highlight issue. Bug 3257.
-
Tim Wickberg authored
-
Morris Jette authored
bug 3072
-
Morris Jette authored
bug 3072
-
Morris Jette authored
scancel modified to note that no jobs satisfy the filter options when the --verbose option is used along with one or more job filters (e.g. "--qos="). bug 3072
-
Alejandro Sanchez authored
scancel would treat a non-numeric argument as the name of jobs to be cancelled (a non-documented feature). Cancelling jobs by name now require the "--jobname=" command line argument. bug 3072
-
- 12 Jan, 2017 21 commits
-
-
Morris Jette authored
-
Morris Jette authored
Coverity was reporting possibly unterminated string
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Isaac Hartung authored
Bug 3395
-
Morris Jette authored
-
Dominik Bartkiewicz authored
Replace version borrowed from Linux 2.4.9 with newer version in 4.9.
-
Morris Jette authored
-
Morris Jette authored
burst_buffer/cray - Avoid "pre_run" operation if not using buffer (i.e. just creating or deleting a persistent burst buffer). bug 3391
-
Tim Wickberg authored
-
Morris Jette authored
Previous job state information was "PENDING" rather than "REQUEUED" for each job requeued due to a burst buffer error. bug 3388
-
Danny Auble authored
-
Danny Auble authored
of before where we could return before we actually used it.
-
Danny Auble authored
xfree is probably fine in this instance.
-
Danny Auble authored
-
Danny Auble authored
-
- 11 Jan, 2017 10 commits
-
-
Danny Auble authored
scheduling a Datawarp job. The assoc_mgr lock needs to happen before the bb_state.bb_mutex. One place this could cause deadlock is from src/slurmctld/controller.c _accounting_cluster_ready() which calls clusteracct_storage_g_cluster_tres which inturn calls bb_g_job_set_tres_cnt which calls bb_p_job_set_tres_cnt which will lock the bb_muxtex after the assoc_mgr is already locked. Bug 3389
-
Danny Auble authored
bluegene system.
-
Danny Auble authored
Bug 3331
-
Danny Auble authored
and erroneous error later on.
-
Dominik Bartkiewicz authored
Cache results of bit_set_count() calls. Bug 3393.
-
Morris Jette authored
The old logic would result in test16.4 failing some of the time. The failure was caused by the sattach command attaching to a job step before the original srun command received a RESPONSE_LAUNCH_TASKS message. That messsage would then be sent to the salloc command. Since srun never got the message, it would hang. This change does not mark the job step as RUNNING until after the original srun gets sent the RESPONSE_LAUNCH_TASKS message and sattach requests are blocked until that time.
-
Morris Jette authored
Identify the function where an error is generated.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
This bug was introduced in commit 155a65a4 A bad array index value was used.
-
- 10 Jan, 2017 3 commits
-
-
Morris Jette authored
This isn't a new bug, but logic in this area changed and Coverity reported it as a new problem (duplicate logic). The logic also incorrectly used a strstr() rather than strcmp() to find maching process names.
-
Morris Jette authored
Fixing a resource leak reported by Coverity in the SPANK logic resulted in unmounting the spank object and losing locally stored information. Regression test7.11 broke with the new code. We'll need to live with the error reported by Coverity and keep SPANK running. This is a partial reversion of commit 6fb3fea3
-
Morris Jette authored
Regression tests 1.63 was sometimes failing due to a race condition. Specifically, the srun command was signalled prior to completion of the task launch process, so the "tasks_started" bitmap did not yet have it's bits set, resulting in the signal send request being silently ignored.
-