Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #218


Ignore:
Timestamp:
07/31/08 00:23:51 (16 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #218 – Description

    initial v1  
    11When 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.
    22
    3 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.
     3Instead 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.