Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Current, when Exception is thrown from a Task, only Exception.ToString() is passed back from Evaluator to Driver and assigned to FailedTask.data. Message, description and cause are all empty. Even we can get some exception data by passing the string, it would be inefficient at run time. The task exception detail data should be serialize over from evaluator to driver, then populate to FailedTask object.
Attachments
Issue Links
- is blocked by
-
REEF-796 Do Avro (de)serialization for FailedTask in bridge
- Resolved
- Is contained by
-
REEF-1286 Forward .NET Exceptions from the Evaluator to the Driver
- Resolved
- is related to
-
REEF-1223 IMRU Fault Tolerance - restart failed evaluators
- Resolved
- relates to
-
REEF-1208 Validate that the REEF.NET Evaluator logs and reports exceptions correctly
- Resolved
- links to