[
https://issues.apache.org/jira/browse/HIVE-21722?focusedWorklogId=443192&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-443192
]
ASF GitHub Bot logged work on HIVE-21722:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Jun/20 16:39
Start Date: 09/Jun/20 16:39
Worklog Time Spent: 10m
Work Description: github-actions[bot] commented on pull request #625:
URL: https://github.com/apache/hive/pull/625#issuecomment-641143463
This pull request has been automatically marked as stale because it has not
had recent activity. It will be closed if no further activity occurs.
Feel free to reach out on the [email protected] list if the patch is in
need of reviews.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 443192)
Time Spent: 2h 50m (was: 2h 40m)
> 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 50m
> 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
(v8.3.4#803005)