Forum Discussion
brianc0755 It could be related to a parent and child pipeline design issue. Check how your child pipeline is receiving documents from the parent pipeline.
To debug this issue, first have your child pipeline store all incoming records in a file. Then, use this file as input to the child pipeline and verify whether it processes the data correctly or not.