[
https://issues.apache.org/jira/browse/FLUME-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621240#comment-14621240
]
Hudson commented on FLUME-2738:
-------------------------------
UNSTABLE: Integrated in Flume-trunk-hbase-1 #110 (See
[https://builds.apache.org/job/Flume-trunk-hbase-1/110/])
FLUME-2738. Fix file descriptor leak in AsyncHBaseSink when HBase cluster goes
down. (hshreedharan:
http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=38f0b316ddcc834c6249c7179c4c1d23ab445a84)
*
flume-ng-sinks/flume-ng-hbase-sink/src/test/java/org/apache/flume/sink/hbase/TestAsyncHBaseSink.java
*
flume-ng-sinks/flume-ng-hbase-sink/src/main/java/org/apache/flume/sink/hbase/AsyncHBaseSink.java
> Async HBase sink FD leak on client shutdown
> -------------------------------------------
>
> Key: FLUME-2738
> URL: https://issues.apache.org/jira/browse/FLUME-2738
> Project: Flume
> Issue Type: Bug
> Reporter: Johny Rufus
> Assignee: Johny Rufus
> Fix For: v1.7.0
>
> Attachments: FLUME-2738-1.patch, FLUME-2738-2.patch,
> FLUME-2738-3.patch, FLUME-2738.patch
>
>
> Currently every time Async Hbase Sink calls HBaseSink.shutdown, there is FD
> leak due to HBaseSink using CustomChannelFactory where
> releaseExternalResources() is overridden to a No-op. Need to replace this
> with a standard NioClientSocketChannelFactory, that releases external
> resources properly
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)