[
https://issues.apache.org/jira/browse/FLUME-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789986#comment-13789986
]
Hudson commented on FLUME-2208:
-------------------------------
FAILURE: Integrated in flume-trunk #510 (See
[https://builds.apache.org/job/flume-trunk/510/])
FLUME-2208. Jetty's default SocketSelector leaks File descriptors (mpercy:
http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=02fc1a8cf436dbc9327e96d21452b826978479f8)
* flume-ng-core/src/main/java/org/apache/flume/source/http/HTTPSource.java
*
flume-ng-core/src/main/java/org/apache/flume/instrumentation/http/HTTPMetricsServer.java
> Jetty's default SocketSelector leaks File descriptors
> -----------------------------------------------------
>
> Key: FLUME-2208
> URL: https://issues.apache.org/jira/browse/FLUME-2208
> Project: Flume
> Issue Type: Bug
> Reporter: Hari Shreedharan
> Assignee: Hari Shreedharan
> Fix For: v1.5.0
>
> Attachments: FLUME-2208.patch
>
>
> This causes each HTTP monitoring poll to leak one FD and each connection from
> an external client to HTTP Source to leak an FD when closed. Each metrics
> poll causes lsof to show an FD that looks like this:
> java 3317 root 173u sock 0,5 31374 can't identify protocol
> This is because of a half-closed socket, whose close is incomplete.
> [JETTY-597|http://jira.codehaus.org/browse/JETTY-597] might be relevant.
--
This message was sent by Atlassian JIRA
(v6.1#6144)