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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user