[
https://issues.apache.org/jira/browse/HBASE-22440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
puleya7 updated HBASE-22440:
----------------------------
Description:
Precondition:
hbase.balancer.tablesOnMaster = true
hbase.balancer.tablesOnMaster.systemTablesOnly = true
Open the rs page of the master throws NullPointException, because
replicationSourceHandler never initialized.
HRegionServer#getWalGroupsReplicationStatus() need check [is HMaster && CAN'T
host user region].
was:
Condition:
hbase.balancer.tablesOnMaster = true
hbase.balancer.tablesOnMaster.systemTablesOnly = true
Open the rs page of the master throws NullPointException, because
replicationSourceHandler never initialized.
HRegionServer#getWalGroupsReplicationStatus() need check
isMasterNoTableOrSystemTableOnly.
> HRegionServer#getWalGroupsReplicationStatus() throws NPE
> --------------------------------------------------------
>
> Key: HBASE-22440
> URL: https://issues.apache.org/jira/browse/HBASE-22440
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.1.4
> Reporter: puleya7
> Assignee: puleya7
> Priority: Major
> Attachments: HBASE-22440.branch-1.001.patch,
> HBASE-22440.branch-2.patch, HBASE-22440.master.patch
>
>
> Precondition:
> hbase.balancer.tablesOnMaster = true
> hbase.balancer.tablesOnMaster.systemTablesOnly = true
>
> Open the rs page of the master throws NullPointException, because
> replicationSourceHandler never initialized.
> HRegionServer#getWalGroupsReplicationStatus() need check [is HMaster && CAN'T
> host user region].
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)