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

Duo Zhang resolved HBASE-22316.
-------------------------------
       Resolution: Fixed
         Assignee: Duo Zhang
     Hadoop Flags: Reviewed
    Fix Version/s: 2.1.6

Pushed to branch-2.1+.

Thanks [~zghaobac] for reviewing.

> Record the stack trace for current thread in FutureUtils.get
> ------------------------------------------------------------
>
>                 Key: HBASE-22316
>                 URL: https://issues.apache.org/jira/browse/HBASE-22316
>             Project: HBase
>          Issue Type: Sub-task
>          Components: asyncclient, Client
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>              Labels: async-client
>             Fix For: 3.0.0, 2.2.0, 2.3.0, 2.1.6
>
>
> This is for debugging. As in async client, the retry will be done in the 
> retry timer thread, so the exception we get from the CompletableFuture will 
> have a stack trace starting from the root of the retry timer. If we just 
> throw this exception out when calling future.get(by unwrapping the 
> ExecutionException), the upper layer even can not know where is the exception 
> thrown...
> This happens for me many times, so I propose that we always create a new 
> exception in FutureUtils.get, so at least we can record the stack trace for 
> the method calling FutureUtils.get...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to