[
https://issues.apache.org/jira/browse/HIVE-17659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16190038#comment-16190038
]
Vihang Karajgaonkar commented on HIVE-17659:
--------------------------------------------
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[columnstats_part_coltype]
(batchId=156)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_count_distinct]
(batchId=147)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_decimal_round_2]
(batchId=147)
works for me locally and are unrelated.
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testCliDriver[merge_negative_5]
(batchId=88)
is failing even without my patch so its unrelated too. I created yet another
sub-task under HIVE-17436 for it.
> 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.02-branch-2.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)