GitHub user liosc added a comment to the discussion: Workflow hangs during data transformation and CSV generation
Hi. Does your stream branch out and then get back in one branch? In this case it could be related to the row buffer. The last step before the branch sends a number of rows based on the buffer (default is 10000) and then waits for all the receiving transforms to finish their jobs with that before sending another batch. If the total number of rows is greater than the buffer and one of the receiving transforms needs all the rows to finish, the pipeline keeps waiting forever. GitHub link: https://github.com/apache/hop/discussions/4927#discussioncomment-12269099 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
