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

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

Github user arina-ielchiieva commented on a diff in the pull request:

    https://github.com/apache/drill/pull/1197#discussion_r179406094
  
    --- Diff: exec/java-exec/src/main/resources/rest/profile/profile.ftl ---
    @@ -372,6 +372,16 @@ table.sortable thead .sorting_desc { background-image: 
url("/static/img/black-de
       </div> <br>
     
         <script>
    +    //Inject Spilled Tags
    +    $(window).on('load', function () {
    +      var spillLabel = document.getElementsByClassName("spill-tag");
    +      var i;
    +      for (i = 0; i < spillLabel.length; i++) {
    +        var content = spillLabel[i].innerHTML;
    +        spillLabel[i].innerHTML = "<span class=\"glyphicon 
glyphicon-download-alt\">&nbsp;</span>"+content;
    +      }
    +    });
    +
    --- End diff --
    
    Why do you need 
exec/java-exec/src/main/resources/rest/static/img/popout.png?


> Web UI should indicate when operators have spilled in-memory data to disk
> -------------------------------------------------------------------------
>
>                 Key: DRILL-6279
>                 URL: https://issues.apache.org/jira/browse/DRILL-6279
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.13.0
>            Reporter: Kunal Khatua
>            Assignee: Kunal Khatua
>            Priority: Major
>             Fix For: 1.14.0
>
>         Attachments: spillToDiskSnapshot.png
>
>
> Currently, there is no indication of when an operator is spilling to disk, 
> which would help explain a slow running query. 
> Suggestions are welcome, but the current proposal is to simply update the 
> Operators Overview section to show average and max spill cycles, preferrably, 
> with a color code (or formatting).  



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

Reply via email to