-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 close blocked by refcnt in test 0113. #4187
Conversation
Breaks a circular dependency from rko to rktp and back that prevents the toppar being destroyed.
I see that the assertion fails, here https://confluentinc.semaphoreci.com/jobs/f3de9229-85de-4bb0-914f-3daf8b1f89d3#L5575 |
@milindl : seen that, I'm looking for a different fix. |
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 addition comment for more clarity requested
c0b1bb6
to
53dedbf
Compare
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.
Looks good. Just some minor improvements.
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!
Just a question on CHANGELOG. Are we planning to do a bugfix release 2.0.3 before 2.1.0 for this change alone?
@pranavrth no, it's just for leaving the CHANGELOG always ready for a release. |
Breaks a circular dependency from rko to rktp and back that prevents the toppar from being destroyed
Breaks a circular dependency from
rko to rktp and back that prevents
the toppar being destroyed.