| Summary: | Continuation of job_submit/lua slurm.log_user() for job updates | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Alejandro Sanchez <alex> |
| Component: | slurmctld | Assignee: | Alejandro Sanchez <alex> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | 5 - Enhancement | ||
| Priority: | --- | CC: | kilian, tim |
| Version: | 18.08.x | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| See Also: | https://bugs.schedmd.com/show_bug.cgi?id=14539 | ||
| Site: | SchedMD | Slinky Site: | --- |
| Alineos Sites: | --- | Atos/Eviden Sites: | --- |
| Confidential Site: | --- | Coreweave sites: | --- |
| Cray Sites: | --- | DS9 clusters: | --- |
| Google sites: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | NoveTech Sites: | --- |
| Nvidia HWinf-CS Sites: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Tzag Elita Sites: | --- |
| Linux Distro: | --- | Machine Name: | |
| CLE Version: | Version Fixed: | ||
| Target Release: | --- | DevPrio: | --- |
| Emory-Cloud Sites: | --- | ||
|
Description
Alejandro Sanchez
2017-11-16 03:48:38 MST
Also we've noticed that if you have for instance 'defer' in SchedulerParameters, and/or if the nodes are set to DRAIN when you submit the job, then eventually you resume the nodes, the job submit user_msg isn't sent back to the user. If we look for instance at the _slurm_rpc_allocate_resources func, at the end of it there's the send_msg: goto tag. If the job is waiting for resources, the execution goes through the reject_job=true path, and no RESPONSE_RESOURCE_ALLOCATION is sent back (or the pack or will run analogous response), instead just the slurm_send_rc_[err]_msg, thus not including the new job_submit_user_msg member. *** Ticket 5149 has been marked as a duplicate of this ticket. *** Take into account the changes made in 3f4cde9c from bug 5106. Marking as duplicate. *** This ticket has been marked as a duplicate of ticket 14539 *** |