GitHub user hansva added a comment to the discussion: Ephemeral local storage usage exceeds the total limit, Apache hop Pod Crashing
Unless your failed cases are writing to the local storage, and have a massive amount of those, there is nothing in this pipeline that is writing to disk. We only have a couple of transforms that will use disk space during processing the main culprit usually is the "Sort Rows" transform. I would also take a look at the failed cases field definition. If you have string fields with max length (2GB) you could be writing unessesary white spacing to disk causing it to fill up. GitHub link: https://github.com/apache/hop/discussions/6429#discussioncomment-15547276 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
