[
https://issues.apache.org/jira/browse/HBASE-19714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16314887#comment-16314887
]
Hudson commented on HBASE-19714:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4355 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/4355/])
HBASE-19714 Fix broken status-detailed (stack: rev
ea819d1733d94cd357177ca1070f5c80b0321d03)
* (edit) hbase-shell/src/main/ruby/hbase/admin.rb
* (edit) hbase-shell/src/test/ruby/hbase/admin_test.rb
> `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,
> HBASE-19714.002.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)