TUP-2478: Heap space error hangs job with parallel iterations
https://jira.talendforge.org/browse/TUP-2478 handle java.lang.Error when iterator enable parallel
This commit is contained in:
@@ -22,6 +22,8 @@ public class TalendThread extends Thread {
|
||||
|
||||
public Exception exception = null;
|
||||
|
||||
public Error error = null;
|
||||
|
||||
// this is a template for Iterate Parallel
|
||||
@Override
|
||||
public void run() {
|
||||
|
||||
Reference in New Issue
Block a user