[
https://issues.apache.org/jira/browse/HBASE-28191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17785151#comment-17785151
]
Hudson commented on HBASE-28191:
--------------------------------
Results for branch branch-2
[build #923 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/923/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/923/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/923/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/923/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/923/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 source release artifact{color}
-- See build output for details.
(x) {color:red}-1 client integration test{color}
-- Something went wrong with this stage, [check relevant console
output|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2/923//console].
> 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
> Fix For: 2.6.0, 2.4.18, 3.0.0-beta-1, 2.5.7
>
>
> 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)