-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(importer): prevent OOM by filtering out older process versions early on #2038
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/8.3
git worktree add -d .worktree/backport-2038-to-release/8.3 origin/release/8.3
cd .worktree/backport-2038-to-release/8.3
git switch --create backport-2038-to-release/8.3
git cherry-pick -x 6713bd7010cbd93ca7276d95b91baa034c872f25 |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/8.4
git worktree add -d .worktree/backport-2038-to-release/8.4 origin/release/8.4
cd .worktree/backport-2038-to-release/8.4
git switch --create backport-2038-to-release/8.4
git cherry-pick -x 6713bd7010cbd93ca7276d95b91baa034c872f25 |
Description
We need to filter out older process definitions versions at an earlier stage to prevent storing all process definitions in a list which may lead to an OOM error when there are too many processes deployed.
Related issues
closes https://github.com/camunda/team-connectors/issues/647