Commit 774f4c6
qmanager: improve unknown queue hello error
Problem: when a hello response is received for a job with an
unkown queue, the error is not super helpful.
Instead of:
jobmanager_hello_cb: ENOENT: map::at: No such file or directory
make it:
jobmanager_hello_cb: unknown queue name (id=41137733632 queue=default)
This can occur when queues are reconfigured and the scheduler is reloaded,
so it's nice to have the job id and the offending queue name.1 parent b58f0e3 commit 774f4c6
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
194 | 203 | | |
195 | 204 | | |
196 | 205 | | |
| |||
0 commit comments