Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA88217AA3 for ; Tue, 5 May 2015 18:43:00 +0000 (UTC) Received: (qmail 41392 invoked by uid 500); 5 May 2015 18:43:00 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 41360 invoked by uid 500); 5 May 2015 18:43:00 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 41350 invoked by uid 99); 5 May 2015 18:43:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2015 18:43:00 +0000 Date: Tue, 5 May 2015 18:43:00 +0000 (UTC) From: "Sudheesh Katkam (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-2569) Minor fragmentId in Profile UI gets truncated to the last 2 digits MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-2569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sudheesh Katkam updated DRILL-2569: ----------------------------------- Attachment: DRILL-2569.1.patch.txt > 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: Sudheesh Katkam > Fix For: 1.2.0 > > Attachments: DRILL-2569.1.patch.txt > > > 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)