You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2012/12/25 19:54:13 UTC

[jira] [Updated] (HBASE-7436) Improve stack trace info dumped by ForeignExceptionSnare#rethrowException

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

Jonathan Hsieh updated HBASE-7436:
----------------------------------

    Summary: Improve stack trace info dumped by ForeignExceptionSnare#rethrowException  (was: Improve stack info dumped by ForeignExceptionSnare#rethrowException)
    
> Improve stack trace info dumped by ForeignExceptionSnare#rethrowException
> -------------------------------------------------------------------------
>
>                 Key: HBASE-7436
>                 URL: https://issues.apache.org/jira/browse/HBASE-7436
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Client, master, regionserver, snapshots, Zookeeper
>            Reporter: Jonathan Hsieh
>             Fix For: hbase-6055, 0.96.0
>
>
> Currently the way rethrowException works it throws an exception with the stack where the ForeignException was locally created (normally where it gets deserialized, and with a getCause with the stack of the original thread on the remote thread.
> Unfortunately, this doesn't provide any in formation about which call to rethrowException locally tripped over the exception.  This simple patch wraps again to get the stack info which provides this missing context.

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