Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-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 65C961807A for ; Fri, 10 Jul 2015 22:13:05 +0000 (UTC) Received: (qmail 238 invoked by uid 500); 10 Jul 2015 22:13:05 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 189 invoked by uid 500); 10 Jul 2015 22:13:05 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 178 invoked by uid 99); 10 Jul 2015 22:13:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2015 22:13:05 +0000 Date: Fri, 10 Jul 2015 22:13:05 +0000 (UTC) From: "Sangjin Lee (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-3908) Bugs in HBaseTimelineWriterImpl 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/YARN-3908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sangjin Lee updated YARN-3908: ------------------------------ Attachment: YARN-3908-YARN-2928.002.patch v.2 patch posted - replaced the null check for {{getTimestamp()}} with a check for value 0 as it returns a primitive long - genericized {{ColumnPrefix.readTimeseriesResults()}} to return any value type - fixed the unit test to rely on {{EntityColumnPrefix.readTimeseriesResults()}} > Bugs in HBaseTimelineWriterImpl > ------------------------------- > > Key: YARN-3908 > URL: https://issues.apache.org/jira/browse/YARN-3908 > Project: Hadoop YARN > Issue Type: Sub-task > Components: timelineserver > Reporter: Zhijie Shen > Assignee: Vrushali C > Attachments: YARN-3908-YARN-2928.001.patch, YARN-3908-YARN-2928.002.patch > > > 1. In HBaseTimelineWriterImpl, the info column family contains the basic fields of a timeline entity plus events. However, entity#info map is not stored at all. > 2 event#timestamp is also not persisted. -- This message was sent by Atlassian JIRA (v6.3.4#6332)