async-http-client
async-http-client copied to clipboard
DefaultChannelPool finding memory leak
当请求很多不同的地址,而且地址经常变化,DefaultChannelPool只回收了IdleChannel,但partitions的key,和ConcurrentLinkedQueue都是没有回收的。以下截图是我用老的ning http的内存状态,最新的DefaultChannelPool也存在同样的问题

Please give v3 a try and open a fresh issue if the issue still persists. And please use English.
当请求很多不同的地址,而且地址经常变化,DefaultChannelPool只回收了IdleChannel,但partitions的key,和ConcurrentLinkedQueue都是没有回收的。以下截图是我用老的ning http的内存状态,最新的DefaultChannelPool也存在同样的问题
这个问题解决了吗?
English
解决了,done,thanks!
@.***
From: 232311xiaoping Date: 2023-05-15 14:00 To: AsyncHttpClient/async-http-client CC: hujunzhong; Author Subject: Re: [AsyncHttpClient/async-http-client] DefaultChannelPool finding memory leak (Issue #1808) 当请求很多不同的地址,而且地址经常变化,DefaultChannelPool只回收了IdleChannel,但partitions的key,和ConcurrentLinkedQueue都是没有回收的。以下截图是我用老的ning http的内存状态,最新的DefaultChannelPool也存在同样的问题 这个问题解决了吗? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
English
okk