boto3 client with smart_open memory leak #3313
Labels
bug
This issue is a confirmed bug.
p2
This is a standard priority issue
response-requested
Waiting on additional info and feedback.
third-party
Describe the bug
When use boto3 to read remote oss parquet file get memory leak.
Regression Issue
Expected Behavior
No memory leak
Current Behavior
As the method be called many times, the memory leak happend.
Reproduction Steps
Run this script many times
Possible Solution
I guess may related to smart_open object not be closed
Additional Information/Context
no
SDK version used
boto3==1.34.54 botocore==1.34.54
Environment details (OS name and version, etc.)
centos
The text was updated successfully, but these errors were encountered: