[
https://issues.apache.org/jira/browse/HBASE-23554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17034124#comment-17034124
]
Hudson commented on HBASE-23554:
--------------------------------
Results for branch branch-2.1
[build #1800 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/1800/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/1800//General_Nightly_Build_Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/1800//JDK8_Nightly_Build_Report_(Hadoop2)/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.1/1800//JDK8_Nightly_Build_Report_(Hadoop3)/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> Encoded regionname to regionname utility
> ----------------------------------------
>
> Key: HBASE-23554
> URL: https://issues.apache.org/jira/browse/HBASE-23554
> Project: HBase
> Issue Type: Bug
> Components: shell
> Reporter: Michael Stack
> Assignee: Michael Stack
> Priority: Major
> Fix For: 3.0.0, 2.3.0, 2.2.3, 2.1.9
>
>
> Debugging I keep wanting to look at region state/transition in meta but all I
> have is encoded region name gleaned from log or from some parts of the UI. I
> find myself doing dump of the meta table to a text file just to search
> especially if region replicas are enabled (their encoded name is not even
> mentioned in hbase:meta). Utility that let me lookup regionname using encoded
> regionname would be handy.
> This actually exists already... almost. The Admin Service has a
> getRegionInfo. Usually it just returns RegionInfo if passed a region name. It
> can add a bit more info if it a MOB Region and the query is against Master or
> if the query is against the hosting RegionServer, it can tack on some
> compaction state detail. Wouldn't take much to extend this existing facility
> so could query w/ encoded name.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)