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

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

kkhatua commented on a change in pull request #1265: DRILL-5305: Query Profile 
must display Query ID
URL: https://github.com/apache/drill/pull/1265#discussion_r189334169
 
 

 ##########
 File path: exec/java-exec/src/main/resources/rest/profile/profile.ftl
 ##########
 @@ -165,7 +165,7 @@ table.sortable thead .sorting_desc { background-image: 
url("/static/img/black-de
   <#assign queued = queueName != "" && queueName != "-" />
 
   <div class="page-header"></div>
-  <h3>Query Profile</h3>
+  <h3>Query Profile : <span 
style='font-size:85%'>${model.getQueryId()}</span></h3>
 
 Review comment:
   Yes. The backing ProfileWrapper returns the queryID as a text.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Query Profile must display Query ID
> -----------------------------------
>
>                 Key: DRILL-5305
>                 URL: https://issues.apache.org/jira/browse/DRILL-5305
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Client - HTTP, Web Server
>    Affects Versions: 1.10.0
>            Reporter: Abhishek Girish
>            Assignee: Kunal Khatua
>            Priority: Minor
>              Labels: newbie
>             Fix For: 1.14.0
>
>
> It would be good to have the query ID, profile ID listed as part of the 
> profile itself. Currently there is no easy way to map a profile with the 
> query.
> I understand that the profile ID in the URL can be used, but often when we 
> have profile dumps shared for analysis, they may not contain the query IDs.



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

Reply via email to