[ https://issues.apache.org/jira/browse/HIVE-9120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14250098#comment-14250098 ]
Hive QA commented on HIVE-9120: ------------------------------- {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/12687697/HIVE-9120.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6714 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2110/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2110/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2110/ 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: 12687697 - PreCommit-HIVE-TRUNK-Build > Hive Query log does not work when hive.exec.parallel is true > ------------------------------------------------------------ > > Key: HIVE-9120 > URL: https://issues.apache.org/jira/browse/HIVE-9120 > Project: Hive > Issue Type: Bug > Components: HiveServer2, Logging > Reporter: Dong Chen > Assignee: Dong Chen > Attachments: HIVE-9120.patch > > > When hive.exec.parallel is true, the query log is not saved and Beeline can > not retrieve it. > When parallel, Driver.launchTask() may run the task in a new thread if other > conditions are also on. TaskRunner.start() is invoked instead of > TaskRunner.runSequential(). This cause the threadlocal variable OperationLog > to be null and query logs are not logged. > The OperationLog object should be set in the new thread in this case. -- This message was sent by Atlassian JIRA (v6.3.4#6332)