Wendy Smoak wrote:
> The ASF Subversion server limits connections to 10 per IP address, and
> with several ASF projects loaded up, Continuum is regularly exceeding
> this limit.
>
> I'm not sure if it's just opening too many, or if they aren't getting
> closed properly, or what, but it ends up meaning that I can't connect
> to svn from anything here until they time or or otherwise go away.
>
> Typically, I see 10 connections in CLOSE_WAIT and one in SYN_SENT.
>
> I've had two versions of Continuum running all week, and this just
> started today (with r493025.)
I would guess that something is using URL.openInputStream() without
closing it in a finally{}.
--
Trygve
|