[
https://issues.apache.org/jira/browse/HIVE-23534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114605#comment-17114605
]
Hive QA commented on HIVE-23534:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/13003769/HIVE-23534.01.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 17282 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/22561/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/22561/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-22561/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 13003769 - PreCommit-HIVE-Build
> NPE in RetryingMetaStoreClient#invoke when catching MetaException with no
> message
> ---------------------------------------------------------------------------------
>
> Key: HIVE-23534
> URL: https://issues.apache.org/jira/browse/HIVE-23534
> Project: Hive
> Issue Type: Bug
> Reporter: Stamatis Zampetakis
> Assignee: Stamatis Zampetakis
> Priority: Trivial
> Attachments: HIVE-23534.01.patch
>
>
> RetryingMetaStoreClient#invoke method catches MetaException and attempts to
> classify it by checking the message. However there are cases (e.g., various
> places in
> [ObjectStore|https://github.com/apache/hive/blob/716f1f9a945a9a11e6702754667660d27e0a5cf4/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java#L3916])
> where the message of the MetaException is null and this leads to NPE.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)