-
Notifications
You must be signed in to change notification settings - Fork 145
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
Break circular reference issue causing a memory leak #1115
Break circular reference issue causing a memory leak #1115
Conversation
…xplicitly release reference to the executor after join and stop
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 with comments
…potentially raising an exception, this prevents an attribute error in the destructor
This reverts commit e949da1.
…RC's PyObjectWrapper
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.
Approving. Merge once comments are resolved. I think we can remove some of the GC tests since they can be executed better in MRC
/merge |
Description
morpheus/pipeline/pipeline.py
tests/test_multi_segment.py::test_multi_segment_bad_data_type
due to [BUG]: Pipeline left in an inconsistent state when the init function passed to make_segment throws MRC#360fixes #1114
Checklist