[
https://issues.apache.org/jira/browse/HBASE-5307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13200637#comment-13200637
]
Hudson commented on HBASE-5307:
-------------------------------
Integrated in HBase-0.92-security #90 (See
[https://builds.apache.org/job/HBase-0.92-security/90/])
HBASE-5307 Unable to gracefully decommission a node because of script error
stack :
Files :
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/bin/region_mover.rb
> Unable to gracefully decommission a node because of script error
> ----------------------------------------------------------------
>
> Key: HBASE-5307
> URL: https://issues.apache.org/jira/browse/HBASE-5307
> Project: HBase
> Issue Type: Bug
> Components: scripts
> Affects Versions: 0.92.0
> Reporter: YiFeng Jiang
> Fix For: 0.92.1
>
> Attachments: region_mover_HBASE-5307-0.92.patch
>
>
> Unable to gracefully decommission a node because NameError occurred in
> region_mover.rb
> {code}
> $ bin/graceful_stop.sh ip-10-160-226-84.us-west-1.compute.internal
> ...
> NameError: no constructorfor arguments (org.jruby.RubyString) on
> Java::OrgApacheHadoopHbase::HServerAddress
> available overloads:
> (org.apache.hadoop.hbase.HServerAddress)
> (java.net.InetSocketAddress)
> getRegions at /usr/local/hbase/current/bin/region_mover.rb:254
> unloadRegions at /usr/local/hbase/current/bin/region_mover.rb:314
> (root) at /usr/local/hbase/current/bin/region_mover.rb:430
> Unloaded ip-10-160-226-84.us-west-1.compute.internal region(s)
> ip-10-160-226-84.us-west-1.compute.internal: stopping regionserver..
> {code}
> The reason is the region_mover.rb calls wrong HBase APIs to try to establish
> a connection to the region server.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira