| Summary: | Mitigate excessive CPU usage during "squeue -u" with privatedata | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Thomas HAMEL <hmlth> |
| Component: | slurmctld | Assignee: | Tim Wickberg <tim> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | ||
| Version: | 17.11.2 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | EDF - Electricite de France | 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: | 17.11.6 18.08.0-pre2 | |
| Target Release: | --- | DevPrio: | --- |
| Emory-Cloud Sites: | --- | ||
| Attachments: | Change check order do the fast one before | ||
|
Description
Thomas HAMEL
2018-04-11 10:28:59 MDT
Thanks Thomas. Committed now with some minor changes to the commit message and an added NEWS entry. This will be in 17.11.6 / 18.08.0-pre2 when released: commit e4b531c23ef97782f49fb21d7877688480f860e6 Author: Thomas HAMEL <thomas-externe.hamel@edf.fr> Date: Tue Apr 10 18:00:08 2018 +0200 slurmctld: check UID in pack_job before hiding Improve performance of 'squeue -u' when PrivateData=jobs is enabled by moving the UID filter code ahead of the more expensive PrivateData=job checks. Bug 5056. |