[
https://issues.apache.org/jira/browse/HIVE-17659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16198054#comment-16198054
]
Hive QA commented on HIVE-17659:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12891153/HIVE-17659.02.patch
{color:green}SUCCESS:{color} +1 due to 3 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 6 failed/errored test(s), 11205 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[spark_local_queries]
(batchId=64)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[optimize_nullscan]
(batchId=162)
org.apache.hadoop.hive.cli.TestMiniSparkOnYarnCliDriver.testCliDriver[spark_explainuser_1]
(batchId=171)
org.apache.hadoop.hive.cli.TestTezPerfCliDriver.testCliDriver[query14]
(batchId=239)
org.apache.hive.hcatalog.pig.TestTextFileHCatStorer.testWriteDate (batchId=184)
org.apache.hive.hcatalog.pig.TestTextFileHCatStorer.testWriteSmallint
(batchId=184)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/7202/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/7202/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-7202/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 6 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12891153 - PreCommit-HIVE-Build
> get_token thrift call fails for DBTokenStore in remote HMS mode
> ---------------------------------------------------------------
>
> Key: HIVE-17659
> URL: https://issues.apache.org/jira/browse/HIVE-17659
> Project: Hive
> Issue Type: Bug
> Components: Metastore
> Affects Versions: 2.1.0, 2.1.1, 2.2.0
> Reporter: Vihang Karajgaonkar
> Assignee: Vihang Karajgaonkar
> Attachments: HIVE-17659.01-branch-2.patch, HIVE-17659.01.patch,
> HIVE-17659.02-branch-2.patch, HIVE-17659.02.patch
>
>
> The {{get_token(String tokenIdentifier)}} HMS thrift API fails when HMS is
> deployed in remote mode and when there is no token found with that
> tokenIndentifier. This could happen when an application calls a
> renewDelegationToken on an expired/cancelled delegation token. The issue is
> that get_token tries to return a null result values which cannot be done in
> Thrift. The API call errors out with
> {{org.apache.thrift.TApplicationException unknown result}} exception which is
> uncaught and HS2 thrift server closes the client transport. So no further
> calls from that connection can be accepted unless client reconnects to HS2
> again.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)