[
https://issues.apache.org/jira/browse/HIVE-10922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14572287#comment-14572287
]
Hive QA commented on HIVE-10922:
--------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12737416/HIVE-10922.1.patch
{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 8992 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_autogen_colalias
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udaf_histogram_numeric
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udf_nondeterministic
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_ql_rewrite_gbtoidx_cbo_2
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4167/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4167/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4167/
Messages:
{noformat}
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: 4 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12737416 - PreCommit-HIVE-TRUNK-Build
> In HS2 doAs=false mode, file system related errors in one query causes other
> failures
> -------------------------------------------------------------------------------------
>
> Key: HIVE-10922
> URL: https://issues.apache.org/jira/browse/HIVE-10922
> Project: Hive
> Issue Type: Bug
> Affects Versions: 1.0.0, 1.2.0, 1.1.0
> Reporter: Thejas M Nair
> Assignee: Thejas M Nair
> Attachments: HIVE-10922.1.patch
>
>
> Warehouse class has a few methods that close file system object on errors.
> With doAs=false, since all queries use the same HS2 ugi, the filesystem
> object is shared across queries/threads. When the close on one filesystem
> object gets called, it leads to filesystem object used in other threads also
> get closed and any files registered for deletion on exit also getting deleted.
> There is also no close being done in case of the happy code path.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)