Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently:
// Master doesn't need data locality ROLES.add(new ProviderRole(HBaseKeys.ROLE_MASTER, KEY_MASTER,PlacementPolicy.NO_DATA_LOCALITY));
But in RoleHistory#findNodeForNewInstance():
if (role.getNoDataLocality()) { return null; }
This implies that HBase master instances might be scheduled on one host, obviating the goal for HA.