-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
explicitly close source stream on object store upload even if count… #26832
Conversation
…rapper isn't needed Signed-off-by: Robin Appelman <[email protected]>
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.
Fine with me 👍
/backport to stable21 |
/backport to stable20 |
The backport to stable20 failed. Please do this backport manually. |
The backport to stable21 failed. Please do this backport manually. |
This change is also relevant for the opposite case. If the stream is not closed explicitly a callback for stream_close might be executed too late. |
wrapper isn't needed
This might solve some issues around gc getting triggered before stream_close callbacks