httpclient Exception: Connection pool shutdown

Execute Aws S3 copy files which will call httpclient

Previous version:

 

 

After update build.gradle in dependencies below, this issue resolved.

implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.6'

 

 

Reference
https://stackoverflow.com/questions/56595497/connection-pool-shutdown-on-jvm-out-of-memory-exception
posted @ 2021-08-30 13:26  最佳秋天  阅读(606)  评论(0)    收藏  举报