[ https://issues.apache.org/jira/browse/HIVE-17930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16224274#comment-16224274 ]
Hive QA commented on HIVE-17930: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12894656/HIVE-17930.1.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 6 failed/errored test(s), 11341 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[insert_values_orig_table_use_metadata] (batchId=62) org.apache.hadoop.hive.cli.TestNegativeMinimrCliDriver.testCliDriver[ct_noperm_loc] (batchId=93) org.apache.hadoop.hive.cli.control.TestDanglingQOuts.checkDanglingQOut (batchId=205) org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testConstraints (batchId=222) org.apache.hive.jdbc.TestTriggersTezSessionPoolManager.testTriggerHighShuffleBytes (batchId=229) org.apache.hive.jdbc.TestTriggersWorkloadManager.testTriggerHighShuffleBytes (batchId=229) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/7551/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/7551/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-7551/ 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: 12894656 - PreCommit-HIVE-Build > ReplChangeManager should use FileSystem object from current thread > ------------------------------------------------------------------ > > Key: HIVE-17930 > URL: https://issues.apache.org/jira/browse/HIVE-17930 > Project: Hive > Issue Type: Bug > Reporter: Thejas M Nair > Assignee: Thejas M Nair > Attachments: HIVE-17930.1.patch > > > ReplChangeManager is a singleton and it has member FileSystem object that is > created during initialization and then is re-used across recycle method calls. > With doAs=true mode, this doesn't work well as the FileSystem object would > have been created using a user different from the current user. > This is also leading to errors with doAs=false mode, with long running HS2 > instances, as it is failing to renew the kerberos tickets (reason for this > effect is unclear). -- This message was sent by Atlassian JIRA (v6.4.14#64029)