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 AC2F91086F for ; Sun, 17 Nov 2013 05:13:40 +0000 (UTC) Received: (qmail 49636 invoked by uid 500); 17 Nov 2013 05:13:31 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 49550 invoked by uid 500); 17 Nov 2013 05:13:26 -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 49529 invoked by uid 99); 17 Nov 2013 05:13:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Nov 2013 05:13:24 +0000 Date: Sun, 17 Nov 2013 05:13:24 +0000 (UTC) From: "Matt Corgan (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9943) Big linked list test fails with encoding PREFIX_TREE 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-9943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13824743#comment-13824743 ] Matt Corgan commented on HBASE-9943: ------------------------------------ Hi Jimmy, I tried to reproduce with the following commands, but I haven't seen anything wrong. Is it possible to reproduce with the command line? I'm also not sure what to look for in the itbll.Verify m/r output. Any tips to reproduce? {code} truncate 'IntegrationTestBigLinkedList' alter 'IntegrationTestBigLinkedList', {DATA_BLOCK_ENCODING=>'PREFIX_TREE'} bin/hbase org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList Generator 1 25000000 /home/mcorgan/junk/itbll2/generate bin/hbase org.apache.hadoop.hbase.mapreduce.RowCounter 'IntegrationTestBigLinkedList' major_compact 'IntegrationTestBigLinkedList' bin/hbase org.apache.hadoop.hbase.mapreduce.RowCounter 'IntegrationTestBigLinkedList' bin/hbase org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList Verify /home/mcorgan/junk/itbll2/verify 4 alter 'IntegrationTestBigLinkedList', {DATA_BLOCK_ENCODING=>'NONE'} major_compact 'IntegrationTestBigLinkedList' bin/hbase org.apache.hadoop.hbase.mapreduce.RowCounter 'IntegrationTestBigLinkedList' bin/hbase org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList Verify /home/mcorgan/junk/itbll2/verify2 4 {code} > Big linked list test fails with encoding PREFIX_TREE > ----------------------------------------------------- > > Key: HBASE-9943 > URL: https://issues.apache.org/jira/browse/HBASE-9943 > Project: HBase > Issue Type: Bug > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > > ITBLL starts with encoding NONE. Online encoding change will try other encoding. However, if it starts with encoding PREFIX_TREE, the test fails, even with online encoding change disabled. -- This message was sent by Atlassian JIRA (v6.1#6144)