Uploaded image for project: 'REEF (Retired)'
  1. REEF (Retired)
  2. REEF-1286

Forward .NET Exceptions from the Evaluator to the Driver

    XMLWordPrintableJSON

Details

    Description

      Currently, when we pass .Net exceptions from Evaluator to java Driver, we don't set exception details such as cause, description, etc. In stead, we serialize Exception.ToString() that doesn't have individual properties.

      We should set exception details in protobuffer before serialize it over from evaluator to driver, so that we would be able to get the details from the failed object in handlers.

      We then need to make those properties accessible over the bridge so that we can access them in IFailedEvaluator, IFailedContext and IFailedTask cases.

      Attachments

        Issue Links

          Activity

            People

              afchung90 Andrew Chung
              juliaw Julia Wang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: