Return-Path: Delivered-To: apmail-lucene-hadoop-user-archive@locus.apache.org Received: (qmail 76466 invoked from network); 20 Nov 2007 21:49:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2007 21:49:11 -0000 Received: (qmail 84646 invoked by uid 500); 20 Nov 2007 21:48:56 -0000 Delivered-To: apmail-lucene-hadoop-user-archive@lucene.apache.org Received: (qmail 84625 invoked by uid 500); 20 Nov 2007 21:48:56 -0000 Mailing-List: contact hadoop-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-user@lucene.apache.org Delivered-To: mailing list hadoop-user@lucene.apache.org Received: (qmail 84616 invoked by uid 99); 20 Nov 2007 21:48:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 13:48:56 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.203.238.117] (HELO dns.duboce.net) (63.203.238.117) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 21:48:44 +0000 Received: by dns.duboce.net (Postfix, from userid 1008) id 6460FC563; Tue, 20 Nov 2007 12:18:47 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-26) on dns.duboce.net X-Spam-Level: Received: from durruti.local (unknown [192.168.1.135]) by dns.duboce.net (Postfix) with ESMTP id 66914C518 for ; Tue, 20 Nov 2007 12:18:45 -0800 (PST) Message-ID: <474355D5.70503@duboce.net> Date: Tue, 20 Nov 2007 13:47:01 -0800 From: stack User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: hadoop-user@lucene.apache.org Subject: Re: hbase slits 2 null ending keys References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.4 Hey Billy. Looks like we need to make it so the regionserver show more info on regions (smile). The first and last key in a table is null. Your jpg is showing two regions with the null end key. Thats kinda odd. Want to make an issue and add logs? I'll take a look (Include the EOF exception you've been seeing). Thanks, St.Ack Billy wrote: > I got a table that was doing good then it split and started getting EOF > exceptions so I delete the database and started over and now its happened > again from the regional server GUI it shows this image > > http://www.pearsonwholesale.com/image2.jpg > > the table has two part that have nulls at as the ending keys it still > loading and running but I betting I will at some point be getting the EOF > exception again but I will wait and see. > > figured this looks like a bug to me but maybe just the regional server being > lazy about reporting its end key. > > let me know if you need logs from the splits. > > Billy > > > >