You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/04 01:31:51 UTC

[jira] [Commented] (DRILL-5242) The UI breaks when trying to render profiles having unknown metrics

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

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

GitHub user kkhatua opened a pull request:

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

    DRILL-5242: The UI breaks when rendering profiles having unknown metrics

    Skip any metrics whose metric ID is unknown, This prevents any ArrayIndexOutOfBoundsException from being thrown and breaking the UI rendering.

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

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

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

    https://github.com/apache/drill/pull/742.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 #742
    
----
commit a949c99e099a46aad5462a115a30004a2712fa37
Author: Kunal Khatua <kk...@users.noreply.github.com>
Date:   2017-02-04T01:29:47Z

    DRILL-5242: The UI breaks when trying to render profiles having unknown metrics
    
    Skip any metrics whose metric ID is unknown, This prevents any ArrayIndexOutOfBoundsException from being thrown and breaking the UI rendering.

----


> The UI breaks when trying to render profiles having unknown metrics
> -------------------------------------------------------------------
>
>                 Key: DRILL-5242
>                 URL: https://issues.apache.org/jira/browse/DRILL-5242
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Web Server
>    Affects Versions: 1.9.0
>            Reporter: Kunal Khatua
>            Assignee: Kunal Khatua
>             Fix For: 1.10.0
>
>
> When profiles are generated using a fork of Drill that has introduced new metrics, the server of the parent branch will fail in rendering the operator metrics correctly. 
> The workaround should be to simply skip unknown metrics. 



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