#218 closed defect (done)
DistributedEngine silently ignores when grid-jobs are canceled (because of exceptions) on grid-clients
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: DistributedEngine | Version: | 3.1 |
Keywords: | Cc: |
Description (last modified by gkronber) ΒΆ
When an engine is cancled at a grid-client because of an exception it will silently ignore the error and tries to execute the operation again locally. This is not good because it could go important errors undetected.
Instead it would be better to open a message-box showing the exception which was thrown on the grid-client (for each canceled job) and abort the distributed engine (requeueing a combined-operation containing the operations that were cancled (optionally merging the results of the successful operations). This way the error-handling of the DistributedEngine would be similar to the behaviour of the SequentialEngine or ThreadParallelEngine.
Change History (6)
comment:1 Changed 17 years ago by gkronber
- Description modified (diff)
comment:2 Changed 17 years ago by gkronber
- Status changed from new to assigned
comment:3 Changed 17 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:4 Changed 16 years ago by swagner
- Milestone changed from 3.1 to Iteration 0
Milestone 3.1 deleted
comment:5 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
fixed with r413