You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2018/03/05 06:46:00 UTC

[jira] [Created] (KUDU-2330) Exceptions thrown by Java client have inappropriate stack traces

Todd Lipcon created KUDU-2330:
---------------------------------

             Summary: Exceptions thrown by Java client have inappropriate stack traces
                 Key: KUDU-2330
                 URL: https://issues.apache.org/jira/browse/KUDU-2330
             Project: Kudu
          Issue Type: Bug
          Components: client, java
    Affects Versions: 1.7.0
            Reporter: Todd Lipcon


Currently, the exceptions thrown by the Java client tend to have stack traces showing the point at which some error callback is called. The stack usually leads back to Netty reading a response from the wire, and not from the actual user code which invoked the call.

For the async client this is somewhat unavoidable, and I think people have gotten used to stack traces in async clients being rather useless. But, in the synchronous wrapper, we should rewrite the stack traces so that the user's actual call stack is preserved.



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