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:
CHEN Bin
2014-12-15 15:20:31 +08:00
parent 340b2b6ae1
commit 11d099a63b

View File

@@ -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() {