You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2021/06/09 03:50:11 UTC

[GitHub] [gobblin] aplex commented on a change in pull request #3289: [GOBBLIN-1451] Log better error messages from mappers

aplex commented on a change in pull request #3289:
URL: https://github.com/apache/gobblin/pull/3289#discussion_r647944959



##########
File path: gobblin-runtime/src/main/java/org/apache/gobblin/runtime/fork/Fork.java
##########
@@ -265,11 +268,15 @@ public void run() {
 
       compareAndSetForkState(ForkState.RUNNING, ForkState.SUCCEEDED);
     } catch (Throwable t) {
+      Throwable rootCauseException =

Review comment:
       Refactored the code to clean up exceptions at lower layers.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org