Ticket 6830 - sacct only shows jobs with date
Summary: sacct only shows jobs with date
Status: RESOLVED DUPLICATE of ticket 6697
Alias: None
Product: Slurm
Classification: Unclassified
Component: Database (show other tickets)
Version: 18.08.6
Hardware: Linux Linux
: 4 - Minor Issue
Assignee: Chad Vizino
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2019-04-10 07:44 MDT by Paul Edmon
Modified: 2019-04-11 02:09 MDT (History)
2 users (show)

See Also:
Site: Harvard University
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: ---


Attachments

Note You need to log in before you can comment on or make changes to this ticket.
Description Paul Edmon 2019-04-10 07:44:02 MDT
Recently I've seen that if I just ask for a JobID it is blank but if I ask for a range it gives me an answer:

[root@holy-slurm02 log]# sacct -j 6216840
       JobID    JobName  Partition    Account  AllocCPUS      State ExitCode 
------------ ---------- ---------- ---------- ---------- ---------- --------
[root@holy-slurm02 log]# sacct -j 6216840 --start=2019-04-01 --end=2019-04-10
       JobID    JobName  Partition    Account  AllocCPUS      State ExitCode 
------------ ---------- ---------- ---------- ---------- ---------- -------- 
6216840_8    modelA1_t+ gpu_reque+ hoffman_l+          1  COMPLETED      0:0 
6216840_8.b+      batch            hoffman_l+          1  COMPLETED      0:0 
6216840_8.e+     extern            hoffman_l+          1  COMPLETED      0:0 
6216840_1    modelA1_t+ gpu_reque+ hoffman_l+          1  COMPLETED      0:0 
6216840_1.b+      batch            hoffman_l+          1  COMPLETED      0:0 
6216840_1.e+     extern            hoffman_l+          1  COMPLETED      0:0 
6216840_2    modelA1_t+ gpu_reque+ hoffman_l+          1  COMPLETED      0:0 
6216840_2.b+      batch            hoffman_l+          1  COMPLETED      0:0 
6216840_2.e+     extern            hoffman_l+          1  COMPLETED      0:0 
6216840_3    modelA1_t+ gpu_reque+ hoffman_l+          1  COMPLETED      0:0 
6216840_3.b+      batch            hoffman_l+          1  COMPLETED      0:0 
6216840_3.e+     extern            hoffman_l+          1  COMPLETED      0:0 
6216840_4    modelA1_t+ gpu_reque+ hoffman_l+          1  COMPLETED      0:0 
6216840_4.b+      batch            hoffman_l+          1  COMPLETED      0:0 
6216840_4.e+     extern            hoffman_l+          1  COMPLETED      0:0 
6216840_5    modelA1_t+ gpu_reque+ hoffman_l+          1  COMPLETED      0:0 
6216840_5.b+      batch            hoffman_l+          1  COMPLETED      0:0 
6216840_5.e+     extern            hoffman_l+          1  COMPLETED      0:0 
6216840_6    modelA1_t+ gpu_reque+ hoffman_l+          1  COMPLETED      0:0 
6216840_6.b+      batch            hoffman_l+          1  COMPLETED      0:0 
6216840_6.e+     extern            hoffman_l+          1  COMPLETED      0:0 
6216840_7    modelA1_t+ gpu_reque+ hoffman_l+          1  COMPLETED      0:0 
6216840_7.b+      batch            hoffman_l+          1  COMPLETED      0:0 
6216840_7.e+     extern            hoffman_l+          1  COMPLETED      0:0 

It used to be the case that if you put in a JobID it would show you the job regardless of age.  Was there a change in the sacct settings?  Can it be changed such that if you ask for a specific job it gives you info with out giving the time range?  Thanks.

-Paul Edmon-
Comment 3 Albert Gil 2019-04-11 02:02:59 MDT
Hi Paul,

This bug is a duplicated of bug 6755, a regression added in 18.08.6
It is already fixed in branch slurm-18.08 and we are accelerating the release of 18.08.7 specially for it.

Sorry for the inconveniences,
Albert

*** This ticket has been marked as a duplicate of ticket 6755 ***