[ 
https://issues.apache.org/jira/browse/HBASE-28191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

guluo updated HBASE-28191:
--------------------------
    Description: 
Reproduction Steps:

1. We create a new table with many regions , for example: 
{code:java}
//代码占位符
create 't01' , 'info' , SPLITS => Array(1..999).map{|e|e.to_s}{code}
2. At the same time, we scan meta entries of this table on meta browser by 
hbase UI

3. We would get NPE if those regions is initializing and the server or target 
server is null

  was:
Reproduction Steps:
 # We create a new table with many regions , for example: 
{code:java}
//代码占位符
create 't01' , 'info' , SPLITS => Array(1..999).map{|e|e.to_s}{code}
 

 # At the same time, we scan meta entries of this table on meta browser by 
hbase UI

 # We would get NPE if those regions is initializing and the server or target 
server is null


> Meta browser can happen NPE when the server or target server of region is null
> ------------------------------------------------------------------------------
>
>                 Key: HBASE-28191
>                 URL: https://issues.apache.org/jira/browse/HBASE-28191
>             Project: HBase
>          Issue Type: Bug
>          Components: UI
>    Affects Versions: 2.4.13, 2.5.6
>         Environment: hbase2.4.13
> centos
>            Reporter: guluo
>            Assignee: guluo
>            Priority: Major
>
> Reproduction Steps:
> 1. We create a new table with many regions , for example: 
> {code:java}
> //代码占位符
> create 't01' , 'info' , SPLITS => Array(1..999).map{|e|e.to_s}{code}
> 2. At the same time, we scan meta entries of this table on meta browser by 
> hbase UI
> 3. We would get NPE if those regions is initializing and the server or target 
> server is null



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to