[
https://issues.apache.org/jira/browse/HBASE-19714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16314134#comment-16314134
]
Chia-Ping Tsai edited comment on HBASE-19714 at 1/5/18 11:34 PM:
-----------------------------------------------------------------
Thanks for the nice finding. Seems we should run the shell tests if any changes
are added to client module. +1 pending QA.
QA beats me by one second.:(
was (Author: chia7712):
Thanks for the nice finding. Seems we should run the shell tests if any changes
are added to client module. +1 padding QA
> `status 'detailed'` invokes nonexistent "getRegionsInTransition" method on
> ClusterStatus
> ----------------------------------------------------------------------------------------
>
> Key: HBASE-19714
> URL: https://issues.apache.org/jira/browse/HBASE-19714
> Project: HBase
> Issue Type: Bug
> Components: shell
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Critical
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19714.001.branch-2.patch
>
>
> {noformat}
> hbase(main):003:0> status 'detailed'
> version 2.0.0-beta-1
> ERROR: undefined method `getRegionsInTransition' for
> #<Java::OrgApacheHadoopHbase::ClusterStatus:0x3041beb3>
> Did you mean? get_region_states_in_transition
> getRegionStatesInTransition
> Show cluster status. Can be 'summary', 'simple', 'detailed', or
> 'replication'. The
> default is 'summary'. Examples:
> hbase> status
> hbase> status 'simple'
> hbase> status 'summary'
> hbase> status 'detailed'
> hbase> status 'replication'
> hbase> status 'replication', 'source'
> hbase> status 'replication', 'sink'
> Took 0.1814 seconds
> {noformat}
> Looks like the method is now {{getRegionStatesInTransition}} instead of
> {{getRegionsInTransition}}.
> FYI [~stack].
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)