-
Notifications
You must be signed in to change notification settings - Fork 106
Make atomic read for ref_count in DAG run_info free function. #520
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
Conversation
lantiga
left a comment
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.
All good but there's a tab in there :-)
…d decrease the ref_count when a DAG op is finished. The original free function will be called at the end of the entire DAG run and assumes that there are no more copies of the DAG runInfo.
…py function. PR fixes.
a38af82 to
037c97f
Compare
Codecov Report
@@ Coverage Diff @@
## master #520 +/- ##
==========================================
+ Coverage 75.21% 75.30% +0.09%
==========================================
Files 22 22
Lines 5164 5167 +3
==========================================
+ Hits 3884 3891 +7
+ Misses 1280 1276 -4
Continue to review full report at Codecov.
|
No description provided.