Re: Region is not online Execptions

2012-06-07 Thread arun sirimalla
Keywal, Thanks for the information, it makes sense. I restarted the regionserver and now looks fine. Thanks arun On Thu, Jun 7, 2012 at 3:34 PM, N Keywal wrote: > Hi, > > You can have this if the region moved, i.e. was previously managed by > this region server and is now managed by another.

Re: Region is not online Execptions

2012-06-07 Thread AnandaVelMurugan Chandra Mohan
Hi, We had a similar issue. It our hbase-site.xml, we had given our hdfs path like this "hdfs://abc.xyz.com:9000\hbase". After checking in hdfs, we changed it to "hdfs://abc.xyz.com:9000:9000/user/hadoop/hbase" and then restarted HBase. It worked it. Please check your conf. On Fri, Jun 8, 2012

Re: Region is not online Execptions

2012-06-07 Thread N Keywal
Hi, You can have this if the region moved, i.e. was previously managed by this region server and is now managed by another. The client keeps a cache of the locations, so after a move it will first contact the wrong server. Then the client will update its cache. By default there are 10 internal ret

Region is not online Execptions

2012-06-07 Thread arun sirimalla
Hi, My Hbase cluster seems to work fine, but i see some exepctions in one of the RegionServer with below message 2012-06-07 19:24:48,809 DEBUG org.apache.hadoop.hbase.regionserver.HRegionServer: NotServingRegionException; Region is not online: -ROOT-,,0 2012-06-07 19:24:56,154 DEBUG org.apache.h