TDI-31266: OutputFIleDelimited having issues with records over 8K when used with other components

https://jira.talendforge.org/browse/TDI-31266
change the tag about Iterator enable parallel from subtree to each component, which can fix the problem if the component is after onComponent/Subjob
This commit is contained in:
CHEN Bin
2014-12-08 18:08:23 +08:00
parent b308d482ec
commit aa740a819f
2 changed files with 23 additions and 6 deletions

View File

@@ -14,12 +14,6 @@ package routines.system;
public class TalendThread extends Thread {
protected Object[] lockWrite;
public void assignLock(Object[] lockWrite) {
this.lockWrite = lockWrite;
}
public TalendThreadPool talendThreadPool = null;
public Integer errorCode = null;