Commit 1cae444
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 c886f16 commit 1cae444
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
188 | 197 | | |
189 | 198 | | |
190 | 199 | | |
| |||
0 commit comments