[
https://issues.apache.org/jira/browse/HBASE-9210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13746958#comment-13746958
]
Hudson commented on HBASE-9210:
-------------------------------
FAILURE: Integrated in HBase-TRUNK #4421 (See
[https://builds.apache.org/job/HBase-TRUNK/4421/])
HBASE-9210: hbase shell -d doesn't print out exception stack trace (jeffreyz:
rev 1516293)
* /hbase/trunk/bin/hirb.rb
* /hbase/trunk/bin/region_mover.rb
* /hbase/trunk/bin/region_status.rb
* /hbase/trunk/hbase-server/src/main/ruby/shell/commands.rb
> "hbase shell -d" doesn't print out exception stack trace
> ---------------------------------------------------------
>
> Key: HBASE-9210
> URL: https://issues.apache.org/jira/browse/HBASE-9210
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.0, 0.95.2
> Reporter: Jeffrey Zhong
> Assignee: Jeffrey Zhong
> Attachments: hbase-9210.patch, hbase-9210-v1.patch
>
>
> when starting shell with "-d" specified, the following line doesn't print
> anything because debug isn't set when shell is constructed.
> {code}
> "Backtrace: #{e.backtrace.join("\n ")}" if debug
> {code}
> In addition, the existing code prints the outer most exception while we
> normally need the root cause exception.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira