Return-Path: Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: (qmail 63146 invoked from network); 19 May 2010 04:37:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 May 2010 04:37:19 -0000 Received: (qmail 10679 invoked by uid 500); 19 May 2010 04:37:19 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 10547 invoked by uid 500); 19 May 2010 04:37:16 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 10539 invoked by uid 500); 19 May 2010 04:37:15 -0000 Delivered-To: apmail-hadoop-hbase-dev@hadoop.apache.org Received: (qmail 10535 invoked by uid 99); 19 May 2010 04:37:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 May 2010 04:37:15 +0000 X-ASF-Spam-Status: No, hits=-1442.4 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 May 2010 04:37:14 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4J4ar0E008179 for ; Wed, 19 May 2010 04:36:53 GMT Message-ID: <22678318.5771274243813838.JavaMail.jira@thor> Date: Wed, 19 May 2010 00:36:53 -0400 (EDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (HBASE-2561) Scanning .META. while split in progress yields IllegalArgumentException In-Reply-To: <11051621.96141274145402333.JavaMail.jira@thor> 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-2561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-2561. -------------------------- Hadoop Flags: [Reviewed] Fix Version/s: 0.21.0 Resolution: Fixed I tried it. Scan still works. Committing. Unit test is kinda hard to do in here. You could do standalone but patch looks like it does the job and its small change. > Scanning .META. while split in progress yields IllegalArgumentException > ----------------------------------------------------------------------- > > Key: HBASE-2561 > URL: https://issues.apache.org/jira/browse/HBASE-2561 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.21.0 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Priority: Critical > Fix For: 0.21.0 > > Attachments: hbase-2561.txt > > > Running scan '.META.' from the shell throws IllegalArgumentException if a split is running at the same time: > hbase(main):004:0> scan '.META.' > ROW COLUMN+CELL > VerifiableEditor,,127414503 column=info:regioninfo, timestamp=1274145178356, value=REGION => {NAME => 'Verifi > 3318 ableEditor,,1274145033318', STARTKEY => '', ENDKEY => '-1942612687<1274143362177> > ', ENCODED => 1741581486, OFFLINE => true, SPLIT => true, TABLE => {{NAME => 'Ver > ifiableEditor', FAMILIES => [{NAME => 'info', REPLICATION_SCOPE => '0', COMPRESSI > ON => 'NONE', VERSIONS => '3', TTL => '2147483647', BLOCKSIZE => '65536', IN_MEMO > RY => 'false', BLOCKCACHE => 'true'}]}} > VerifiableEditor,,127414503 column=info:server, timestamp=1274145178356, value= > 3318 > ERROR: java.lang.IllegalArgumentException: offset (0) + length (8) exceed the capacity of the array: 0 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.