[
https://issues.apache.org/jira/browse/IMPALA-7133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Armstrong resolved IMPALA-7133.
-----------------------------------
Resolution: Won't Fix
We're moving away from beeswax so not worth fixing at this point - MPALA-10074
> Beeswax methods return Default TException instead of real exception
> -------------------------------------------------------------------
>
> Key: IMPALA-7133
> URL: https://issues.apache.org/jira/browse/IMPALA-7133
> Project: IMPALA
> Issue Type: Bug
> Affects Versions: Impala 2.13.0, Impala 3.1.0
> Reporter: Tim Armstrong
> Assignee: Fredy Wijaya
> Priority: Major
> Labels: usability
>
> An instance of this bug is that we see a "Default TException" error instead
> of "Query Id ... Not Found" because of the following issue:
> * get_results_metadata() does not declare that it throws BeeswaxException (it
> declares throwing QueryNotFoundException)
> * But our implementation actually throws that in the "Query Id ... Not Found"
> case
> * The Thrift C++ server has some logic that calls .what() on unknown
> exceptions and wraps them into a TException
> * On 3.x, we have THRIFT-727 in Thrift 0.9.3, which implements .what(), so
> the original error message is present albeit wrapped in some garbage.
> * On 2.x .what() does not return any useful information, so we just get a
> weird empty message
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]