[ 
https://issues.apache.org/jira/browse/HIVE-21694?focusedWorklogId=238942&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-238942
 ]

ASF GitHub Bot logged work on HIVE-21694:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/May/19 02:37
            Start Date: 08/May/19 02:37
    Worklog Time Spent: 10m 
      Work Description: maheshk114 commented on pull request #616: HIVE-21694 : 
Hive driver wait time is fixed for task getting executed in parallel.
URL: https://github.com/apache/hive/pull/616
 
 
   
 
----------------------------------------------------------------
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: 238942)
    Time Spent: 20m  (was: 10m)

> Hive driver wait time is fixed for task getting executed in parallel.
> ---------------------------------------------------------------------
>
>                 Key: HIVE-21694
>                 URL: https://issues.apache.org/jira/browse/HIVE-21694
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2
>    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-21694.01.patch, HIVE-21694.02.patch
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> During a command execution hive driver executes the task in a separate thread 
> if the task to be executed is set as parallel. After starting the task, 
> driver checks if the task has finished execution or not. If the task 
> execution is not finished it waits for 2 seconds before waking up again to 
> check the task status. In case of task with execution time in milliseconds, 
> this wait time can induce substantial overhead. So the execution thread can 
> call notify to interrupt the wait call. This will make sure that the next 
> thread execution can start immediately.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to