Description
Looking at the ThriftHBaseServiceHandler, it has this code:
ThriftHBaseServiceHandler(Configuration conf) { htablePool = new HTablePool(conf, Integer.MAX_VALUE); }
It seems like this is excessive. We should have a config to set this from outside and default it to a sane upper limit.