[
https://issues.apache.org/jira/browse/SLIDER-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14044822#comment-14044822
]
ASF subversion and git services commented on SLIDER-174:
--------------------------------------------------------
Commit e4c855ad8ea095e3304b161b0a3df87a2b4e93cc in incubator-slider's branch
refs/heads/develop from [~tedyu]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;h=e4c855a ]
SLIDER-174 HBase Master needs data locality
> HBase Master needs data locality
> --------------------------------
>
> Key: SLIDER-174
> URL: https://issues.apache.org/jira/browse/SLIDER-174
> Project: Slider
> Issue Type: Task
> Reporter: Ted Yu
> Assignee: Ted Yu
>
> Currently:
> {code}
> // Master doesn't need data locality
> ROLES.add(new ProviderRole(HBaseKeys.ROLE_MASTER,
> KEY_MASTER,PlacementPolicy.NO_DATA_LOCALITY));
> {code}
> But in RoleHistory#findNodeForNewInstance():
> {code}
> if (role.getNoDataLocality()) {
> return null;
> }
> {code}
> This implies that HBase master instances might be scheduled on one host,
> obviating the goal for HA.
--
This message was sent by Atlassian JIRA
(v6.2#6252)