[
https://issues.apache.org/jira/browse/ARROW-18397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-18397:
-----------------------------------
Labels: pull-request-available (was: )
> [C++] Clear S3 region resolver client at S3 shutdown
> ----------------------------------------------------
>
> Key: ARROW-18397
> URL: https://issues.apache.org/jira/browse/ARROW-18397
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 10.0.2, 11.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The S3 region resolver caches a S3 client at module scope. This client can be
> destroyed very late and trigger an assertion error in the AWS SDK because it
> was already shutdown:
> https://github.com/aws/aws-sdk-cpp/issues/2204
> When explicitly finalizing S3, we should ensure we also destroy the cached S3
> client.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)