Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4CA7078E7 for ; Mon, 1 Aug 2011 17:56:34 +0000 (UTC) Received: (qmail 36706 invoked by uid 500); 1 Aug 2011 17:56:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 36678 invoked by uid 500); 1 Aug 2011 17:56:33 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 36663 invoked by uid 99); 1 Aug 2011 17:56:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 17:56:33 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 17:56:32 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 851C498101 for ; Mon, 1 Aug 2011 17:56:11 +0000 (UTC) Date: Mon, 1 Aug 2011 17:56:11 +0000 (UTC) From: "jiraposter@reviews.apache.org (JIRA)" To: issues@hbase.apache.org Message-ID: <1624529045.23269.1312221371542.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <61342584.19728.1311969610718.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4148) HFileOutputFormat doesn't fill in TIMERANGE_KEY metadata 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/HBASE-4148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073632#comment-13073632 ] jiraposter@reviews.apache.org commented on HBASE-4148: ------------------------------------------------------ ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1229/ ----------------------------------------------------------- (Updated 2011-08-01 17:54:26.858153) Review request for hbase and Todd Lipcon. Changes ------- Cleaned up nit. Summary ------- When HFiles are flushed through the normal path, they include an attribute TIMERANGE_KEY which can be used to cull HFiles when performing a time-restricted scan. Files produced by HFileOutputFormat are currently missing this metadata. This addresses bug HBASE-4148. https://issues.apache.org/jira/browse/HBASE-4148 Diffs (updated) ----- src/main/java/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat.java 3c48d08 src/main/java/org/apache/hadoop/hbase/regionserver/StoreFile.java b600020 src/test/java/org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat.java 2f3f5df Diff: https://reviews.apache.org/r/1229/diff Testing ------- Added unit test. I don't quite understand why the KeyValue with the larger timestamp (2000) value must be written before the one with the smaller timestamp (1000). I can see the code that enforces this (HFile.checkKey) but not why keys are larger to smaller. Is this in HFile data precondition? I cannot get the full test suite to pass, with or without this patch. Suite seems to timeout on tests unrelated to this. Would appreciate some hints or pointers for info on which tests are flakey or take a long time to run. Thanks, jmhsieh > HFileOutputFormat doesn't fill in TIMERANGE_KEY metadata > -------------------------------------------------------- > > Key: HBASE-4148 > URL: https://issues.apache.org/jira/browse/HBASE-4148 > Project: HBase > Issue Type: Bug > Components: mapreduce > Affects Versions: 0.90.3 > Reporter: Todd Lipcon > Assignee: Jonathan Hsieh > Fix For: 0.90.5 > > Attachments: 0001-HBASE-4148-HFileOutputFormat-doesn-t-fill-in-TIMERAN.patch, 0001-HBASE-4148-HFileOutputFormat-doesn-t-fill-in-TIMERAN.trunk.patch, 0001-HBASE-4148-HFileOutputFormat-doesn-t-fill-in-TIMERAN.trunk2.patch, 0001-HBASE-4148.-HFileOutputFormat-doesn-t-fill-in-TIMERA.patch > > > When HFiles are flushed through the normal path, they include an attribute TIMERANGE_KEY which can be used to cull HFiles when performing a time-restricted scan. Files produced by HFileOutputFormat are currently missing this metadata. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira