[ https://issues.apache.org/jira/browse/HIVE-17609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181759#comment-16181759 ]
Hive QA commented on HIVE-17609: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12889145/HIVE-17609.1.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 7 failed/errored test(s), 11077 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestAccumuloCliDriver.testCliDriver[accumulo_predicate_pushdown] (batchId=231) org.apache.hadoop.hive.cli.TestAccumuloCliDriver.testCliDriver[accumulo_single_sourced_multi_insert] (batchId=231) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[optimize_nullscan] (batchId=161) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[union_fast_stats] (batchId=156) org.apache.hadoop.hive.cli.TestMiniSparkOnYarnCliDriver.testCliDriver[spark_explainuser_1] (batchId=170) org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query14] (batchId=235) org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query23] (batchId=235) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/6998/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/6998/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-6998/ 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: 7 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12889145 - PreCommit-HIVE-Build > Tool to manipulate delegation tokens > ------------------------------------ > > Key: HIVE-17609 > URL: https://issues.apache.org/jira/browse/HIVE-17609 > Project: Hive > Issue Type: Improvement > Components: Metastore, Security > Affects Versions: 2.2.0, 3.0.0 > Reporter: Mithun Radhakrishnan > Assignee: Mithun Radhakrishnan > Attachments: HIVE-17609.1.patch > > > This was precipitated by OOZIE-2797. We had a case in production where the > number of active metastore delegation tokens outstripped the ZooKeeper > {{jute.maxBuffer}} size. Delegation tokens could neither be fetched, nor be > cancelled. > The root-cause turned out to be a miscommunication, causing delegation tokens > fetched by Oozie *not* to be cancelled automatically from HCat. This was > sorted out as part of OOZIE-2797. > The issue exposed how poor the log-messages were, in the code pertaining to > token fetch/cancellation. We also found need for a tool to query/list/purge > delegation tokens that might have expired already. This patch introduces such > a tool, and improves the log-messages. -- This message was sent by Atlassian JIRA (v6.4.14#64029)