[ https://issues.apache.org/jira/browse/HIVE-8392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14191485#comment-14191485 ]
Hive QA commented on HIVE-8392: ------------------------------- {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/12678296/HIVE-8392.1.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6608 tests executed *Failed tests:* {noformat} org.apache.hive.minikdc.TestJdbcWithMiniKdc.testNegativeTokenAuth {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1566/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1566/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1566/ 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: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12678296 - PreCommit-HIVE-TRUNK-Build > HiveServer2 Operation.close fails on windows > -------------------------------------------- > > Key: HIVE-8392 > URL: https://issues.apache.org/jira/browse/HIVE-8392 > Project: Hive > Issue Type: Bug > Components: HiveServer2 > Affects Versions: 0.14.0 > Reporter: Vaibhav Gumashta > Assignee: Vaibhav Gumashta > Fix For: 0.14.0 > > Attachments: HIVE-8392.1.patch > > > {code} > java.io.IOException: Unable to delete file: > C:\Users\HADOOP~1.ONP\AppData\Local\Temp\hadoop\operation_logs\ac7d4f51-d9b9-4189-b248-6e8d5e3102af\4b1f1153-5c0c-4741-8f53-1f1b6ed9b190 > at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2279) > at > org.apache.hive.service.cli.operation.OperationLog$LogFile.remove(OperationLog.java:131) > at > org.apache.hive.service.cli.operation.OperationLog.close(OperationLog.java:95) > at > org.apache.hive.service.cli.operation.Operation.cleanupOperationLog(Operation.java:268) > at > org.apache.hive.service.cli.operation.SQLOperation.close(SQLOperation.java:307) > at > org.apache.hive.service.cli.operation.OperationManager.closeOperation(OperationManager.java:215) > at > org.apache.hive.service.cli.session.HiveSessionImpl.closeOperation(HiveSessionImpl.java:640) > at > org.apache.hive.service.cli.CLIService.closeOperation(CLIService.java:392) > at > org.apache.hive.service.cli.thrift.ThriftCLIService.CloseOperation(ThriftCLIService.java:573) > at > org.apache.hive.service.cli.thrift.TCLIService$Processor$CloseOperation.getResult(TCLIService.java:1513) > at > org.apache.hive.service.cli.thrift.TCLIService$Processor$CloseOperation.getResult(TCLIService.java:1498) > at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39) > at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39) > at > org.apache.hive.service.auth.TSetIpAddressProcessor.process(TSetIpAddressProcessor.java:56) > at > org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:206) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > {code} > On windows, close needs to be called before delete. -- This message was sent by Atlassian JIRA (v6.3.4#6332)