“ConnectionPoolTimeoutException” when iterating objects in S3

前端 未结 2 1419
别那么骄傲
别那么骄傲 2021-02-05 14:21

I\'ve been working for some time with aws java API with not so many problems. Currently I\'m using the library 1.5.2 version.

When I\'m iterating the objects inside a f

2条回答
  •  被撕碎了的回忆
    2021-02-05 14:37

    Check if HttpResponseHandler is closing connections from the pool. AmazonHttpClient has the paramter 'leaveHttpConnectionOpen' which indicates that the connection should be closed or not.

提交回复
热议问题