Click or drag to resize

TaskExecutionUtilityWarnIfNoRecordReuse Method

Writes a warning to the log if the task doesn't support record reuse.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
protected void WarnIfNoRecordReuse()
Remarks

Information about record reuse for each task in a compound is added to the log so that developers debugging tasks and record readers are aware of whether or not record reuse was allowed. This can help spot situations where a task or record reader was created with the wrong assumptions. Particularly note that if a child stage reports it does not support record reuse, it means that the parent task may not use output record reuse.

See Also