Created 09-17-2018 07:24 PM
Hi,
We are seeing a scenario where HBase regions are not distributed evenly across all HBase region servers, even though balancer_swicth is set to true. This was working fine without any issues until recently. No config changes are made on the HBase cluster or restarts for past 5-6 months.
I manually triggered balancer using balancer command from HBase shell, but still no change in region allocation. No errors or warn messages in Master logs.
Please let me know what could go wrong and cause this scenario with Hbase.
Thanks in advance for the help.
Created 09-17-2018 07:54 PM
@Saikiran Parepally are the number of regions evenly distributed? Or are you referring to the size of data per Region Server which is not evenly distributed?
Created 09-17-2018 09:30 PM
Hi @sunile.manjee I am referring to the number of regions. Some of the region servers have 30-40 regions and some have 70-80 regions.
Created 03-18-2019 11:53 AM
how to resolve size of data per Region Server which is not evenly distributed?
@Saikiran Parepally