Closed Adalennis closed 2 weeks ago
.take-issue
I also found that if there are two upstream transforms, they use the getFromRowset method. If two identical getFromRowset transforms appear, the pipeline will hang when the data reaches 20000 rows.
This has been covered by #3740. This is valid with almost all transforms, we work in a micro-batch with buffered rows. if the buffers get filed without a way to push rows down the stream it will deadlock. Documentation has been added https://hop.apache.org/manual/next/how-to-guides/avoiding-deadlocks-when-using-stream-lookup.html
What needs to happen?
See https://github.com/apache/hop/issues/3740
Issue Priority
Priority: 3
Issue Component
Component: Documentation