Is there known memory leak issues with aws-java-sdk-bundle-1.11.837.jar ?

0

I am using this jar with hadoop-aws SDK and I am seeing that most of the aws and hadoop objects being retained in memory even after complete execution of java application. Is it known issue and is there any information available on this?

Sam
asked 4 months ago207 views
1 Answer
0

Hi,

There are known and recently reported memory leaks with Java SDK: see https://github.com/aws/aws-sdk-java-v2/issues/4999

In particular: https://github.com/aws/aws-sdk-java-v2/issues/4999#issuecomment-1986200028

But, it's V2. I don't know if it also applies to V1. Sorry!

Didier

profile pictureAWS
EXPERT
answered 4 months ago
  • Thank you Didier for references.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions