[jboss-jira] [JBoss JIRA] (WFLY-6912) Socket leak when client doesn't read the entire response

Stuart Douglas (JIRA) issues at jboss.org
Wed Aug 3 02:52:03 EDT 2016


    [ https://issues.jboss.org/browse/WFLY-6912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13274285#comment-13274285 ] 

Stuart Douglas commented on WFLY-6912:
--------------------------------------

Is this still an issue in Wildfly 10?

> Socket leak when client doesn't read the entire response
> --------------------------------------------------------
>
>                 Key: WFLY-6912
>                 URL: https://issues.jboss.org/browse/WFLY-6912
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web (Undertow)
>    Affects Versions: 8.2.0.Final
>         Environment: Cent OS 6.7/7.1
>            Reporter: Sandeep Krishnan
>            Assignee: Stuart Douglas
>              Labels: undertow, wildfly
>
> I'm facing an issue similar to UNDERTOW-427. If the client doesn't read the entire response sent by the server and terminates the connection before server does, then there is socket leak.
> Open files count
> =============
> [root at xyz apps]# lsof -p <jboss-pid> | wc -l
> 1331
> [root at xyz apps]# lsof | wc -l
> 12049
> After running around 1.5 k times.
> =========================
> [root at xyz apps]# lsof -p <jboss-pid> | grep "can't identify pro" | wc -l
> 1539
> [root at xyz apps]# lsof -p <jboss-pid> |  wc -l
> 2998
> [root at xyz apps]# lsof | wc -l
> 14831



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list