RE: version mismatch exception

2011-08-23 Thread Rohit Nigam
] On Behalf Of Stack Sent: Thursday, August 18, 2011 11:29 AM To: Rohit Nigam Cc: Geoff Hendrey; user@hbase.apache.org; Search Subject: Re: version mismatch exception On Wed, Aug 17, 2011 at 1:12 PM, Rohit Nigam rni...@decarta.com wrote: Hi St.Ack The region in the file System are good, all I am

RE: version mismatch exception

2011-08-18 Thread Rohit Nigam
-Original Message- From: Rohit Nigam Sent: Wednesday, August 17, 2011 1:12 PM To: Geoff Hendrey; 'Stack'; 'user@hbase.apache.org' Cc: Search Subject: RE: version mismatch exception Hi St.Ack The region in the file System are good, all I am looking is to change the end key of that region

Re: version mismatch exception

2011-08-18 Thread Stack
On Wed, Aug 17, 2011 at 9:54 AM, Geoff Hendrey ghend...@decarta.com wrote: So I take it the best approach is to: 1) close the original region (the region whose .META.'s endkey we want to repoint) 2) delete the region's row from .META. 3) Put a new row into .META., the new row's hregioninfo

Re: version mismatch exception

2011-08-18 Thread Stack
On Mon, Aug 15, 2011 at 8:46 PM, Rohit Nigam rni...@decarta.com wrote: So I got the info:regioninfo value from the .META. table for the key and I did a put in the .META. table with the  change in the endkey. Yes I did change the info:regioninfo cell with just changing the  endkey. I didn't

Re: version mismatch exception

2011-08-18 Thread Stack
On Wed, Aug 17, 2011 at 1:12 PM, Rohit Nigam rni...@decarta.com wrote: Hi St.Ack The region in the file System are good, all I am looking is to change the end key of that region in the .META. table so that chaining problem goes away .The way I am planning to do is to get the HRegionInfo

RE: version mismatch exception

2011-08-18 Thread Rohit Nigam
Of Stack Sent: Thursday, August 18, 2011 11:29 AM To: Rohit Nigam Cc: Geoff Hendrey; user@hbase.apache.org; Search Subject: Re: version mismatch exception On Wed, Aug 17, 2011 at 1:12 PM, Rohit Nigam rni...@decarta.com wrote: Hi St.Ack The region in the file System are good, all I am looking

RE: version mismatch exception

2011-08-17 Thread Geoff Hendrey
-Original Message- From: Rohit Nigam Sent: Monday, August 15, 2011 8:46 PM To: Stack; user@hbase.apache.org Cc: Search Subject: RE: version mismatch exception So I got the info:regioninfo value from the .META. table for the key and I did a put in the .META. table with the change

RE: version mismatch exception

2011-08-17 Thread Rohit Nigam
theory is right. Rohit -Original Message- From: Geoff Hendrey Sent: Wednesday, August 17, 2011 9:55 AM To: 'Stack'; 'user@hbase.apache.org' Subject: RE: version mismatch exception Hi St.Ack, Keying off of what you said: Did you update the info:regioninfo cell so it has a new hregioninfo

RE: version mismatch exception

2011-08-15 Thread Rohit Nigam
Hi Guys I was wondering if anybody can help me out in resolving this issue , I am not able to bring up hbase master , it throws the exception 2011-08-15 15:59:59,722 FATAL [master-doop3.dt.sv4.decarta.com:6] master.HMaster(948): Unhandled exception. Starting shutdown. A record version

Re: version mismatch exception

2011-08-15 Thread Stack
On Mon, Aug 15, 2011 at 2:45 PM, Rohit Nigam rni...@decarta.com wrote: I changed the endkey of one of the records in the '.META.' table because of the chaining issue we experienced ,  using the program which gets that row and does a put so that the  endkey could be changed , now when I try to

RE: version mismatch exception

2011-08-15 Thread Rohit Nigam
that so that this exception doesn't happen. Rohit -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: Monday, August 15, 2011 8:29 PM To: user@hbase.apache.org Cc: Search Subject: Re: version mismatch exception On Mon, Aug 15, 2011 at 2:45 PM