You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Async HBase
Hi,
I'm working on a project that uses flume-ng.1.6.0 and asynchbase 1.5.0 to stream data into HBase. I am experiencing an issue under high load where the flume sink fails after a short time with too many open files. From what I can see every time the region cache gets updated, the old socket connections seem to be left behind which eventually leads to the too many open files.
I also tried with asynchbase version 1.7.0 and had the same issues.
I think the initial region cache updates are due to HBase not keeping up or responding correctly, or if the regions are moved by a region going down. but the asynchbase library should handle this and close the old connections.