Stop daughter regions both being assigned same server
-----------------------------------------------------
Key: HBASE-2802
URL: https://issues.apache.org/jira/browse/HBASE-2802
Project: HBase
Issue Type: Improvement
Reporter: stack
Fix For: 0.20.6, 0.21.0
Attachments: moz.txt
On split, usually the two daughter regions end up on assignment list at same
time. Dependent on cluster state and what balancer says, when a server checks
in, we'll assign at least two regions in the one go so daughters then end up on
same server. This patch makes it so we don't assign contiguous regions in the
one assignment.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.