RE: wrong region exception

2011-06-23 Thread Robert Gonzalez
Subject: Re: wrong region exception On Wed, Jun 22, 2011 at 2:23 PM, Robert Gonzalez wrote: > Stack, > > This script does work from one perspective.  It makes an entry in the .meta. > table with the missing region.  But it does not create a region file for it.   > How does one go a

RE: wrong region exception

2011-06-23 Thread Robert Gonzalez
server address listed in .META. for region urlhashv4,7BB16418308C2CB6B8AE56982781A5C6,1308776365880.870c76fc43287036d776cca6c4ac6e6f. -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: Wednesday, June 22, 2011 11:42 PM To: user@hbase.apache.org Subject: Re: wrong region exception On Wed, Jun 2

Re: wrong region exception

2011-06-22 Thread Stack
On Wed, Jun 22, 2011 at 2:23 PM, Robert Gonzalez wrote: > Stack, > > This script does work from one perspective.  It makes an entry in the .meta. > table with the missing region.  But it does not create a region file for it.   > How does one go about doing that? > That will be created as soon as

RE: wrong region exception

2011-06-22 Thread Robert Gonzalez
] On Behalf Of Stack Sent: Tuesday, May 31, 2011 6:39 PM To: user@hbase.apache.org Subject: Re: wrong region exception On Tue, May 31, 2011 at 3:34 PM, Robert Gonzalez wrote: > The script doesn't work because it attempts to fix the hole by finding a > region in the hdfs filesystem tha

Re: wrong region exception

2011-06-02 Thread Stack
k 10.100.2.11:50010 >        at > org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.createBlockOutputStream(DFS\ > Client.java:2963) >        at > org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.nextBlockOutputStream(DFSCl\ > ient.java:2888) >        at > org.apache.hadoop

RE: wrong region exception

2011-06-02 Thread Robert Gonzalez
2 13:31:07 CDT 2011 Starting regionserver on c1-s06 -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: Thursday, June 02, 2011 2:25 PM To: user@hbase.apache.org Subject: Re: wrong region exception So, cluster is OK after the below crash

Re: wrong region exception

2011-06-02 Thread Stack
a.io.FilterInputStream.read(FilterInputStream.java:116) >        at > org.apache.hadoop.hbase.ipc.HBaseClient$Connection$PingInputStream.re > ad(HBaseClient.java:281) >        at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) > - > > -Original Message- > From: Robert Gonz

RE: wrong region exception

2011-06-02 Thread Robert Gonzalez
: Thursday, June 02, 2011 12:29 PM To: 'user@hbase.apache.org' Subject: RE: wrong region exception Here's another clue: the process is taking up lots of cpu time, likes its in some kind of loop, but the output indicates that its stuck on the same section. Robert -Original Message---

RE: wrong region exception

2011-06-02 Thread Robert Gonzalez
2011 12:07 PM To: 'user@hbase.apache.org' Subject: RE: wrong region exception Also, notice the output of my copy, where its now stuck on the final line. first column is number of rows, second column is key value: total:90460 7FECD7A2D11FFD850FDC7CA899CA3138

RE: wrong region exception

2011-06-02 Thread Robert Gonzalez
June 02, 2011 12:07 PM To: 'user@hbase.apache.org' Subject: RE: wrong region exception Also, notice the output of my copy, where its now stuck on the final line. first column is number of rows, second column is key value: total:90460 7FECD7A2D11FFD850FDC7CA899CA3138

RE: wrong region exception

2011-06-02 Thread Robert Gonzalez
situation again. -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: Wednesday, June 01, 2011 5:34 PM To: user@hbase.apache.org Subject: Re: wrong region exception We can't reach the server carrying .META. within 60 seconds. Whats going on on

RE: wrong region exception

2011-06-02 Thread Robert Gonzalez
ne 01, 2011 5:34 PM To: user@hbase.apache.org Subject: Re: wrong region exception We can't reach the server carrying .META. within 60 seconds. Whats going on on that server? Doesn't the next time the below catalogjanitor run, does it succeed or just always fail? St.Ack On Wed, Jun 1,

Re: wrong region exception

2011-06-01 Thread Stack
gt; org.apache.hadoop.hbase.ipc.HBaseClient$Connection.receiveResponse(HB > aseClient.java:521) >        at > org.apache.hadoop.hbase.ipc.HBaseClient$Connection.run(HBaseClient.ja > va:459) > > -Original Message- > From: saint@gmail.com [mailto:saint@gmail.co

RE: wrong region exception

2011-06-01 Thread Robert Gonzalez
Sent: Wednesday, June 01, 2011 12:29 PM To: user@hbase.apache.org Subject: Re: wrong region exception On Wed, Jun 1, 2011 at 7:32 AM, Robert Gonzalez wrote: > We have a table copy program that copies the data from one table to another, > and we can give it the start/end keys.  In this c

Re: wrong region exception

2011-06-01 Thread Stack
ook). I'd like to see the logs in the cluster to which you were copying the data. St.Ack > -Original Message- > From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack > Sent: Tuesday, May 31, 2011 6:42 PM > To: user@hbase.apache.org > Subject:

RE: wrong region exception

2011-06-01 Thread Robert Gonzalez
ay 31, 2011 6:39 PM To: user@hbase.apache.org Subject: Re: wrong region exception On Tue, May 31, 2011 at 3:34 PM, Robert Gonzalez wrote: > The script doesn't work because it attempts to fix the hole by finding a > region in the hdfs filesystem that fills the hole.  But in this cas

RE: wrong region exception

2011-06-01 Thread Robert Gonzalez
the copy again with a new table. -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: Tuesday, May 31, 2011 6:42 PM To: user@hbase.apache.org Subject: Re: wrong region exception So, what about this new WrongRegionException in the new cluster

Re: wrong region exception

2011-05-31 Thread Stack
> comes to HBase.  Hadoop is performing like a charm, pretty much every machine > is busy 24/7. > > -Original Message- > From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack > Sent: Tuesday, May 31, 2011 3:03 PM > To: user@hbase.apache.org > Subje

Re: wrong region exception

2011-05-31 Thread Stack
On Tue, May 31, 2011 at 3:34 PM, Robert Gonzalez wrote: > The script doesn't work because it attempts to fix the hole by finding a > region in the hdfs filesystem that fills the hole.  But in this case there is > no such file.  The hole is just there. > OK. The fixup method has the left and ri

RE: wrong region exception

2011-05-31 Thread Robert Gonzalez
Sent: Tuesday, May 31, 2011 5:20 PM To: 'user@hbase.apache.org' Subject: RE: wrong region exception The script ran without the previous problem, but it did not fix the problem. When I ran hbck or check_meta.rb again they indicated that the problem was still there. Do I need to do so

RE: wrong region exception

2011-05-31 Thread Robert Gonzalez
: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: Tuesday, May 31, 2011 2:57 PM To: user@hbase.apache.org Subject: Re: wrong region exception Try adding this change: Index: bin/check_meta.rb === --- bin

RE: wrong region exception

2011-05-31 Thread Robert Gonzalez
en it comes to HBase. Hadoop is performing like a charm, pretty much every machine is busy 24/7. -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: Tuesday, May 31, 2011 3:03 PM To: user@hbase.apache.org Subject: Re: wrong region exceptio

Re: wrong region exception

2011-05-31 Thread Stack
On Tue, May 31, 2011 at 10:42 AM, Robert Gonzalez wrote: > Now I'm getting the wrong region exception on the new table that I'm copying > the old table to.  Running hbck reveals an inconsistency in the new table.   > The frustration is unbelievable.  Like I said before, it doesn't appear that >

Re: wrong region exception

2011-05-31 Thread Stack
       at org.jruby.Main.runInterpreter(Main.java:238) >        at org.jruby.Main.runInterpreter(Main.java:183) >        at org.jruby.Main.run(Main.java:120) >        at org.jruby.Main.main(Main.java:95) > > -Original Message- > From: saint@gmail.com [mailto:sa

RE: wrong region exception

2011-05-31 Thread Robert Gonzalez
ow how companies are using this successfully, it doesn't appear plausible. Robert -Original Message- From: Robert Gonzalez [mailto:robert.gonza...@maxpointinteractive.com] Sent: Tuesday, May 31, 2011 11:03 AM To: 'user@hbase.apache.org' Subject: RE: wrong region except

RE: wrong region exception

2011-05-31 Thread Robert Gonzalez
reter(Main.java:238) at org.jruby.Main.runInterpreter(Main.java:183) at org.jruby.Main.run(Main.java:120) at org.jruby.Main.main(Main.java:95) -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: Friday, May 27, 2011 12:43 AM To

Re: wrong region exception

2011-05-26 Thread Stack
com account due to the > attachment. > > -Original Message- > From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack > Sent: Thursday, May 26, 2011 1:35 PM > To: user@hbase.apache.org > Subject: Re: wrong region exception > > On Thu, May 26, 20

RE: wrong region exception

2011-05-26 Thread Robert Gonzalez
I sent the meta.txt to your saint.ack@gmail .com account due to the attachment. -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: Thursday, May 26, 2011 1:35 PM To: user@hbase.apache.org Subject: Re: wrong region exception On Thu, May 26

Re: wrong region exception

2011-05-26 Thread Stack
On Thu, May 26, 2011 at 8:06 AM, Robert Gonzalez wrote: > It looks like an entire region is missing, here is the online table: > > urlhashv2,7FF1A5BF839C37078083B4F8267008F6,1303028235302.b0d55566fd0e02ae98541618396aa7b1. >       c1-s03.atxd.maxpointinteractive.com:60030       > 7FF1A5BF839C37078

RE: wrong region exception

2011-05-26 Thread Robert Gonzalez
How do I fix this? -Original Message- From: Robert Gonzalez [mailto:robert.gonza...@maxpointinteractive.com] Sent: Wednesday, May 25, 2011 3:41 PM To: 'user@hbase.apache.org' Subject: RE: wrong region exception That region is not in the urlhashv2 directory. I'll grep al

RE: wrong region exception

2011-05-25 Thread Robert Gonzalez
That region is not in the urlhashv2 directory. I'll grep all the logs to see if it shows up. -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: Wednesday, May 25, 2011 3:30 PM To: user@hbase.apache.org Subject: Re: wrong region exce

RE: wrong region exception

2011-05-25 Thread Robert Gonzalez
Nope, nothing in the logs with that string. -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: Wednesday, May 25, 2011 3:30 PM To: user@hbase.apache.org Subject: Re: wrong region exception Can you find this region in the filesystem? Look

Re: wrong region exception

2011-05-25 Thread Stack
@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack > Sent: Monday, May 16, 2011 2:35 PM > To: user@hbase.apache.org > Subject: Re: wrong region exception > > Says you have an inconsistency in your table.  Add -details and try and > figure where the inconsistency.  Grep maste

RE: wrong region exception

2011-05-25 Thread Robert Gonzalez
Stack Sent: Monday, May 16, 2011 2:35 PM To: user@hbase.apache.org Subject: Re: wrong region exception Says you have an inconsistency in your table. Add -details and try and figure where the inconsistency. Grep master logs to try and figure what happened to the problematic regions. See if

Re: wrong region exception

2011-05-16 Thread Stack
wrote: > attached > > > -Original Message- > From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack > Sent: Monday, May 16, 2011 12:57 PM > To: user@hbase.apache.org > Subject: Re: wrong region exception > > See the rest of my email. > St.Ack

RE: wrong region exception

2011-05-16 Thread Robert Gonzalez
attached -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: Monday, May 16, 2011 12:57 PM To: user@hbase.apache.org Subject: Re: wrong region exception See the rest of my email. St.Ack On Mon, May 16, 2011 at 8:18 AM, Robert Gonzalez

Re: wrong region exception

2011-05-16 Thread Stack
See the rest of my email. St.Ack On Mon, May 16, 2011 at 8:18 AM, Robert Gonzalez wrote: > 0.90.0 > > -Original Message- > From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack > Sent: Friday, May 13, 2011 2:21 PM > To: user@hbase.apache.org &g

RE: wrong region exception

2011-05-16 Thread Robert Gonzalez
0.90.0 -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: Friday, May 13, 2011 2:21 PM To: user@hbase.apache.org Subject: Re: wrong region exception What version of hbase? We used to see those from time to time in old 0.20 hbase but

Re: wrong region exception

2011-05-13 Thread Stack
What version of hbase? We used to see those from time to time in old 0.20 hbase but haven't seen one recent. Usually the .META. table is 'off'. If 0.90.x, try running ./bin/hbase hbck. See what it says. St.Ack On Fri, May 13, 2011 at 11:57 AM, Robert Gonzalez wrote: > Anyone ever see one of