Free cookie consent management tool by TermsFeed Policy Generator

Opened 16 years ago

Last modified 14 years ago

#218 closed defect

DistributedEngine silently ignores when grid-jobs are canceled (because of exceptions) on grid-clients — at Initial Version

Reported by: gkronber Owned by: gkronber
Priority: medium Milestone: HeuristicLab 3.3.0
Component: ZZZ OBSOLETE: DistributedEngine Version: 3.1
Keywords: Cc:

Description

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 (0)

Note: See TracTickets for help on using tickets.