Forum Discussion
koryknick
5 years agoEmployee
@hirakangshu.nag - please look at your pipeline execution statistics and find the light blue duration bar - this is where the pipeline is actually spending it’s time in execution. More than likely, the Sort snap is dark blue indicating that it is waiting on output to the downstream snaps. My guess is that it is “hung” at a database read/update or a Join snap using unsorted input.
It likely succeeds with smaller datasets because the end of input is hit before the downstream snap that is causing the deadlock starts buffering documents between snaps.