Hi, I have a table in hbase which has more than 5GB of data, it is distributed at 101 regions at 5 regionservers.
When I execute an endpoint which is supposed to fetch a column qualifier value using an endpoint RPC client, the region server goes down. The hbase master log says "Can't connect to region, retrying.." The same endpoint works fine for tables which has 300 records. Could you please guide me the reason for being regionserver down? Regards, Deepak
