-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.0
-
Fix Version/s: 1.7.0
-
Component/s: Sinks+Sources
-
Labels:None
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