On Thu, Dec 17, 2009 at 10:54 AM, Xueling Shu <[email protected]>wrote:

> More exceptions this time when trying to do "count". But after restarted
> the
> server, I could do "disable", but not "count" (count was performed before
> disable).
>
> count 'Genome'
> 09/12/17 10:43:48 DEBUG client.HConnectionManager$TableServers: Cached
> location address: 10.10.6.244:42752, regioninfo: REGION => {NAME =>
> 'Genome,,1261073862801', STARTKEY => '', ENDKEY => '', ENCODED =>
> 1424081298, TABLE => {{NAME => 'Genome', FAMILIES => [{NAME => 'contents',
> COMPRESSION => 'LZO', VERSIONS => '3', TTL => '2147483647', BLOCKSIZE =>
> '65536', IN_MEMORY => 'false', BLOCKCACHE => 'true'}]}}
> 09/12/17 10:43:48 DEBUG client.HTable$ClientScanner: Creating scanner over
> Genome starting at key ''
> 09/12/17 10:43:48 DEBUG client.HTable$ClientScanner: Advancing internal
> scanner to startKey at ''
> 09/12/17 10:43:48 DEBUG client.HConnectionManager$TableServers: Cache hit
> for row <> in tableName Genome: location server 10.10.6.244:42752,
> location
> region name Genome,,1261073862801
> NativeException: org.apache.hadoop.hbase.client.RetriesExhaustedException:
> Trying to contact region server 10.10.6.244:42752 for region
> Genome,,1261073862801, row '', but failed after 5 attempts.
> Exceptions:
> org.apache.hadoop.hbase.NotServingRegionException:
> org.apache.hadoop.hbase.NotServingRegionException: Genome,,1261073862801
>

It says its not serving this region.  My guess is that the enable of all
regions did not complete.  Do it a few times.
St.Ack

Reply via email to