You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2015/03/26 00:45:52 UTC

[jira] [Created] (DRILL-2569) Minor fragmentId in Profile UI gets truncated to the last 2 digits

Krystal created DRILL-2569:
------------------------------

             Summary: Minor fragmentId in Profile UI gets truncated to the last 2 digits
                 Key: DRILL-2569
                 URL: https://issues.apache.org/jira/browse/DRILL-2569
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - HTTP
    Affects Versions: 0.9.0
            Reporter: Krystal
            Assignee: Jason Altekruse


git.commit.id.abbrev=8493713

When the profile json contains minorFragmentId > 99, the UI only display the last 2 digits.  For example if minorFragmentId=100, it is being displayed as "00".  Here is a snippet of such data from the profile UI:


04-xx-03 - PARQUET_ROW_GROUP_SCAN
Minor Fragment	Setup	Process	Wait	Max Batches	Max Records	Peak Mem
04-98-03	0.000	3.807	1.795	0	0	15MB
04-99-03	0.000	3.247	3.111	0	0	24MB
04-00-03	0.000	3.163	2.545	0	0	20MB
04-01-03	0.000	3.272	2.278	0	0	15MB
04-02-03	0.000	3.496	2.004	0	0	15MB



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)