corpoverlords commented on PR #47903: URL: https://github.com/apache/arrow/pull/47903#issuecomment-3504114123
Hi @pitrou Thanks for the review! After internal use for a week now I think there is probably a need for revising the entire AWS SDK initialization mechanism. Since AWS SDK now supports a reference count we can actually let the `S3FileSystem` object itself hold a reference to global lock object. From https://github.com/aws/aws-sdk-cpp/blob/main/src/aws-cpp-sdk-core/include/aws/core/Aws.h#L293 we should also use a dedicated background thread for AWS SDK init/deinit. Please lmk what do you think :) -- 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]
