- 04 Jan, 2018 6 commits
-
-
Morris Jette authored
These tests were failing on a single node cluster
-
Isaac Hartung authored
-
Danny Auble authored
-
Jeff Frey authored
Refactor logging logic to avoid possible memory corruption on non-x86 architectures. bug 4469
-
Alejandro Sanchez authored
There are out of memory conditions where spikes of memory usage hit the limit set. When this happens (failcnt > 0), the Kernel might be able to reclaim unused pages and the process can continue without oom-killer actually killing the process. This may or may not result in an app problem, thus we want to better clarify the message. A separate bug will track the potential addition of a new feature to better discern memory limits being hit from oom-killer actually killing the process. There are mechanisms to register a notifier through the cgroup.event_control control file, so that the application can be notified through eventfd when OOM-Killer actually kills the process. Bug 3820.
-
Alejandro Sanchez authored
Link published to the slurm-users list by Ralph Castain: https://pmix.github.io/pmix/how-to
-
- 03 Jan, 2018 13 commits
-
-
Danny Auble authored
only affects current 17.11 users tracking licenses or GRES in the database. Bug 4553
-
Danny Auble authored
-
Danny Auble authored
# Conflicts: # src/plugins/accounting_storage/mysql/accounting_storage_mysql.c
-
Danny Auble authored
increment ids for the tres_table. Bug 4553 Turns out auto_increment=# doesn't work in MySQL at the time of writing but does work correctly in MariaDB >=10.2.4+ See bug for more information.
-
Danny Auble authored
This reverts commit 12794fb0.
-
Danny Auble authored
increment ids for the tres_table. Bug 4553 Turns out auto_increment=# doesn't work in MySQL at the time of writing but does work correctly in MariaDB >=10.2.4+ See bug for more information.
-
Morris Jette authored
-
Morris Jette authored
Bug 4555
-
Alejandro Sanchez authored
Bug 4558.
-
Morris Jette authored
to replace DOWN or DRAINED nodes. Bug 4537
-
Morris Jette authored
If running on a single node cluster with an epilog, the delay could cause this test to fail
-
Morris Jette authored
-
Morris Jette authored
Coverity CID 181852
-
- 02 Jan, 2018 4 commits
-
-
Morris Jette authored
-
Yong Qin authored
-
Morris Jette authored
Bug 4529
-
Danny Auble authored
Bug 4564
-
- 28 Dec, 2017 3 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
_run_prog() executes after a fork(), if some thread in the parent was holding slurm_conf_lock() it would never be released, and the child will deadlocked. Already fixed for 17.11 by commit e205eeaf, this backports just the change for _run_prog(). Bug 4562.
-
- 22 Dec, 2017 5 commits
-
-
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.
-
Morris Jette authored
Bug 4537
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well
-
Danny Auble authored
Bug 4551,4553
-
- 20 Dec, 2017 9 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well
-
Tim Wickberg authored
-
Danny Auble authored
-
Alejandro Sanchez authored
This mostly reverts commit 8325e9f8. Bug 4478 We decided to not do this by default for the slurmd. See bug 4478 for more info/reasoning. We also didn't want to rely on #include <linux/oom.h> since that might not exist everywhere.
-
Tim Wickberg authored
Format for inserted X11 cookies is now hostname/unix:display, rather than localhost:display. This seems to resolve some issues for different setups while not causing any issues in my test environments. This also helps avoid a conflict between multiple nodes in a larger job if the same display number is allocated on multiple nodes simultaneously. Bug 4420.
-
Danny Auble authored
Bug 4483
-
Boris Karasev authored
Signed-off-by: Boris Karasev <karasev.b@gmail.com>
-
Danny Auble authored
Bug 4541
-