seznam / euphoria

Euphoria is an open source Java API for creating unified big-data processing flows. It provides an engine independent programming model which can express both batch and stream transformations.
Apache License 2.0
82 stars 11 forks source link

Exception in LocalExecutor during running should propagate to Result #201

Open je-ik opened 7 years ago

je-ik commented 7 years ago

Currently, when exception occurs during execution of LocalExecutor pipeline, the exception might get just logged and the executor remains hung. The exception should instead be grabbed and returned to the caller.