You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My iam role session duration is 12hrs and I am doing a AWS resource discovery for my 12 accounts after every 15 minutes. It causes around 4500 sdk-ScheduleExecutor thread is in waiting state after 1 day of running the application.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
My iam role session duration is 12hrs and I am doing a AWS resource discovery for my 12 accounts after every 15 minutes. It causes around 4500 sdk-ScheduleExecutor thread is in waiting state after 1 day of running the application.
dump-read.txt
Regression Issue
Expected Behavior
Thread count should not increase after each iteration
Current Behavior
Thread count is increasing after each iteration
Reproduction Steps
StsAssumeRoleCredentialsProvider.Builder stsCredProvider = StsAssumeRoleCredentialsProvider.builder();
Generating aws clients using StsAssumeRoleCredentialsProvider and storing it for reuse
Possible Solution
No response
Additional Information/Context
No response
AWS Java SDK version used
2.27.14
JDK version used
21
Operating System and version
Ubuntu 22.04
The text was updated successfully, but these errors were encountered: