TencentCloud / TencentCloud/tencentcloud-sdk-java
AbstractClient does not provide a method to close OkHttpClient, resulting in frequent creation of scenes using temporary tokens, resulting in memory leaks in AbstractClient.
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 583
- Forks
- 281
- PR merge metrics
- No merged PRs in 30d
Description
AbstractClient does not provide a method to close OkHttpClient, resulting in frequent creation of scenes using temporary tokens, resulting in memory leaks in AbstractClient.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting AbstractClient and its OkHttpClient lifecycle, then trace how clients using temporary tokens are created. Done means callers have a way to close the OkHttpClient so repeated temporary-token client creation does not retain leaked resources.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100