[ 
https://issues.apache.org/jira/browse/DRILL-5190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850368#comment-15850368
 ] 

ASF GitHub Bot commented on DRILL-5190:
---------------------------------------

GitHub user kkhatua opened a pull request:

    https://github.com/apache/drill/pull/737

    DRILL-5190: Display planning time for a query in its profile page

    Modified UserSharedBit protobuf for marking planning end time. This will 
allow for accurately reporting the planning time of a query.
    In the absence of this property, for older profiles, the root fragment's 
(i.e. SCREEN operator) start time is taken as the estimated end of planning 
time.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kkhatua/drill DRILL-5190

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/737.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #737
    
----
commit c55744c3dbb9f27fbcff85d4bd4bf72768aaa8b7
Author: Kunal Khatua <kkha...@maprtech.com>
Date:   2017-01-12T01:04:08Z

    DRILL-5190: Display planning time for a query in its profile page
    
    Modified UserSharedBit protobuf for marking planning end time. This will 
allow for accurately reporting the planning time of a query.
    In the absence of this property, for older profiles, the root fragment's 
(i.e. SCREEN operator) start time is taken as the estimated end of planning 
time.

----


> Display planning time for a query in its profile page
> -----------------------------------------------------
>
>                 Key: DRILL-5190
>                 URL: https://issues.apache.org/jira/browse/DRILL-5190
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Web Server
>    Affects Versions: 1.9.0
>            Reporter: Kunal Khatua
>            Assignee: Kunal Khatua
>
> Currently, the Web UI does not display the time spent in planning for a query 
> in its profile page. The estimate needs to be done by seeing how late did the 
> earliest major fragment start. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to