-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
$ flux run sleep inf
6.069s: job.exception fuwb3VbDbn7 type=alloc severity=0 alloc denied due to type="match error"
I would expect on tuolumne the defaults to be -n1 -c1
with effectively -x -N1
since the policy is firstnodex. But, it's surprising to me this job got so far before it was killed:
$ flux job info fuwb3VbDbn7 eventlog
{"timestamp":1747344988.3431597,"name":"submit","context":{"userid":60943,"urgency":16,"flags":0,"version":1}}
{"timestamp":1747344988.3688915,"name":"jobspec-update","context":{"attributes.system.bank":"lc","attributes.system.project":"*"}}
{"timestamp":1747344988.3700411,"name":"validate"}
{"timestamp":1747344988.3840411,"name":"depend"}
{"timestamp":1747344988.3841166,"name":"priority","context":{"priority":35742}}
{"timestamp":1747344994.4124308,"name":"exception","context":{"type":"alloc","severity":0,"note":"alloc denied due to type=\"match error\"","userid":767}}
{"timestamp":1747344994.412585,"name":"clean"}
Interestingly, specifying a queue gets through fine:
$ flux submit -qpdebug sleep inf
fuwmzGdYEsZ
$ flux job info $(flux job last) eventlog
{"timestamp":1747346428.6964905,"name":"submit","context":{"userid":60943,"urgency":16,"flags":0,"version":1}}
{"timestamp":1747346428.7284267,"name":"jobspec-update","context":{"attributes.system.bank":"lc","attributes.system.project":"*"}}
{"timestamp":1747346428.728513,"name":"validate"}
{"timestamp":1747346428.7484944,"name":"depend"}
{"timestamp":1747346428.7485652,"name":"priority","context":{"priority":35742}}
{"timestamp":1747346428.8752003,"name":"alloc"}
{"timestamp":1747346428.8754151,"name":"prolog-start","context":{"description":"job-manager.prolog"}}
{"timestamp":1747346428.8754585,"name":"prolog-start","context":{"description":"cray-pals-port-distributor"}}
{"timestamp":1747346428.8788836,"name":"prolog-finish","context":{"description":"cray-pals-port-distributor","status":0}}
{"timestamp":1747346432.1539276,"name":"prolog-finish","context":{"description":"job-manager.prolog","status":0}}
{"timestamp":1747346432.2253571,"name":"start"}
ax3l
Metadata
Metadata
Assignees
Labels
No labels