You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2018/01/05 23:16:00 UTC

[jira] [Updated] (HBASE-19714) `status 'detailed'` invokes nonexistent "getRegionsInTransition" method on ClusterStatus

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

Josh Elser updated HBASE-19714:
-------------------------------
    Attachment: HBASE-19714.001.branch-2.patch

.001 Fixed some crappy unit tests and added some new tests which catch this failure for the future.

> `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)