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 22DD510C47 for ; Sat, 7 Sep 2013 05:12:57 +0000 (UTC) Received: (qmail 73214 invoked by uid 500); 7 Sep 2013 05:12:55 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 73170 invoked by uid 500); 7 Sep 2013 05:12:55 -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 73159 invoked by uid 99); 7 Sep 2013 05:12:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Sep 2013 05:12:53 +0000 Date: Sat, 7 Sep 2013 05:12:53 +0000 (UTC) From: "Elliott Clark (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9338) Test Big Linked List fails on Hadoop 2.1.0 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-9338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13760922#comment-13760922 ] Elliott Clark commented on HBASE-9338: -------------------------------------- [~sershe] Here's an illustration of what I'm seeing: {code} hbase(main):002:0> get 'IntegrationTestBigLinkedList', "\x87\x0Bedk\xD4Y_OJ\xC6;\x92\xEFJ!" COLUMN CELL 0 row(s) in 0.0920 seconds hbase(main):003:0> get 'IntegrationTestBigLinkedList', "\xF9\xE6~\xE7Bkj\xF9\xC2 \xAE\xA2<\x16\x98\x7F" COLUMN CELL meta:client timestamp=1378524691149, value=Job: job_1378337631389_0046 Task: attempt_1378337631389_0046_m_000007_0 meta:count timestamp=1378524691149, value=\x00\x00\x00\x00\x01|\xBA\xDB meta:prev timestamp=1378524691149, value=\x87\x0Bedk\xD4Y_OJ\xC6;\x92\xEFJ! 3 row(s) in 0.1540 seconds {code} The first row is the missing row (un-defined) the second one is the dangling pointer. I'm searching through wal logs now for the missing rows. > Test Big Linked List fails on Hadoop 2.1.0 > ------------------------------------------ > > Key: HBASE-9338 > URL: https://issues.apache.org/jira/browse/HBASE-9338 > Project: HBase > Issue Type: Bug > Components: test > Affects Versions: 0.96.0 > Reporter: Elliott Clark > Assignee: Elliott Clark > Priority: Blocker > Fix For: 0.96.0 > > Attachments: HBASE-HBASE-9338-TESTING.patch > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira