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

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

Josh Elser created HBASE-19714:
----------------------------------

             Summary: `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


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