[ https://issues.apache.org/jira/browse/HIVE-21722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16839168#comment-16839168 ]
Hive QA commented on HIVE-21722: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12968632/HIVE-21722.02.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 16008 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/17203/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/17203/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-17203/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12968632 - PreCommit-HIVE-Build > REPL:: logs are missing in hiveStatement.getQueryLog output during parallel > execution mode. > ------------------------------------------------------------------------------------------- > > Key: HIVE-21722 > URL: https://issues.apache.org/jira/browse/HIVE-21722 > Project: Hive > Issue Type: Bug > Components: HiveServer2, repl > Affects Versions: 4.0.0 > Reporter: mahesh kumar behera > Assignee: mahesh kumar behera > Priority: Major > Labels: pull-request-available > Fix For: 4.0.0 > > Attachments: HIVE-21722.01.patch, HIVE-21722.02.patch > > Time Spent: 2h 40m > Remaining Estimate: 0h > > getQueryLog only reads logs from Background thread scope. If parallel > execution is set to true, a new thread is created for execution and all the > logs added by the new thread are not added to the parent Background thread > scope. In replication scope, replStateLogTasks are started in parallel mode > causing the logs to be skipped from getQueryLog scope. > There is one more issue, with the conf is not passed while creating > replStateLogTask during bootstrap load end. The same issue is there with > event load during incremental load. The incremental load end log task is > created with the proper config. -- This message was sent by Atlassian JIRA (v7.6.3#76005)