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 <kkha...@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. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---