OliLay commented on PR #43096: URL: https://github.com/apache/arrow/pull/43096#issuecomment-2301665173
Interesting, I don't really see where this could come from actually. From the tests that are affected, for me it looks like that only the path when we go through `CloseAsync()/FlushAsync()` is the issue. The sync and async implementations behave very similar so I don't really see where this could come from, especially since we don't really control the Azure allocations in any way (seeing that the `XmlBuffer` is apparently the problematic allocation?) In fact, everything Azure related should be deallocated at latest in `CloseAsync()` when the `BlockBlobClient` should get destructed because we remove the shared ptr ref. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
