GitHub user dave-csc added a comment to the discussion: Pipeline keeps running on simple 'Stream Lookup' action.
You most likely exceeded the buffer limit for a hop (10.000 rows by default), so your pipeline becomes deadlocked because it can't load all the necessary data for the lookup (i.e. the whole lookup query/table). You may have better results by sorting the two streams and using a Merge join transform. Hope this helps :) GitHub link: https://github.com/apache/hop/discussions/6152#discussioncomment-15207947 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
