Bug #6542
closedProvide proper description about job or task fails in native scheduler
0%
Description
Native scheduler does not provide detailed description to Bridge about reasons of task or job fails.
Updated by Evgeny Novikov almost 9 years ago
I am wondering whether schedulers of other types provide good description of job and task fails?
Updated by Evgeny Novikov almost 9 years ago
- Priority changed from Low to High
Users definitely need clear understanding what issues happen.
Updated by Evgeny Novikov about 8 years ago
- Assignee set to Ilja Zakharov
- Priority changed from High to Immediate
Many users suffer from this, especially, when the production mode or/and removing working directories are used.
Updated by Evgeny Novikov about 8 years ago
Please, see one of important and often failures in #7408.
Updated by Evgeny Novikov almost 8 years ago
- Priority changed from Immediate to Urgent
The immediate task that wasn't done during 4 months isn't immediate.
Updated by Ilja Zakharov over 7 years ago
- Status changed from New to Resolved
Implemented in scheduler-optimization.
Currently, I collect all exceptions and warnings and errors from RunExec and BenchExec. The only issue is that I send only the last message with the error. For instance, for job failings, it is enough just to show the reason and for most cases it really looks nice (including swap and cgroup support). But I noticed that for task solution the same messages are used for an RSB report and for this purpose additional information might be helpful. My proposal is to send all warnings and errors to Bridge but to make it showing for job failings only the last line.
Updated by Evgeny Novikov over 7 years ago
Ilja Zakharov wrote:
Implemented in scheduler-optimization.
But I noticed that for task solution the same messages are used for an RSB report and for this purpose additional information might be helpful.
Can you provide any examples? I guess that anyway now the situation is much better then before when there were messages like "Task solution was finished with exit code ...". But it isn't clear what error messages are transmitted from schedulers.
Updated by Ilja Zakharov over 7 years ago
- Status changed from Resolved to Verified
Merged to master in caf859214.
Updated by Ilja Zakharov over 7 years ago
- Status changed from Verified to Closed