HBase load balancer

The HBase load balancer mechanism ensures that the region replicas are not co-hosted in the same region servers and also in the same rack. It also decides about the placement and movement of Regions across RegionServers.

HBase load balancer supports two balancing mechanisms, stochastic load balancing and cache-aware load balancing. The default is stochastic load balancing.