[ https://issues.apache.org/jira/browse/FLUME-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621110#comment-14621110 ]
ASF subversion and git services commented on FLUME-2738: -------------------------------------------------------- Commit 90e13ab8becf763258883d13637e34fe34342561 in flume's branch refs/heads/flume-1.7 from [~hshreedharan] [ https://git-wip-us.apache.org/repos/asf?p=flume.git;h=90e13ab ] FLUME-2738. Fix file descriptor leak in AsyncHBaseSink when HBase cluster goes down. (Johny Rufus via Hari) > 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 > 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)