Description
After doing rolling restarts of my HBase cluster the data locality drops by 30-40% every time which implies the stochastic balancer is not optimizing for data locality enough, at least not under the circumstance of rolling restarts, and that it must not be balancing the regions back to their original RegionServers.
The stochastic balancer is supposed to take data locality in to account but if this is the case, surely it should move regions back to their original RegionServers and data locality should return back to around where it was, not drop by 30-40% percent every time I need to do some tuning and a rolling restart.
Attachments
Issue Links
- duplicates
-
HBASE-18036 HBase 1.x : Data locality is not maintained after cluster restart or SSH
- Resolved
- relates to
-
HBASE-18164 Much faster locality cost function and candidate generator
- Resolved