You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by "Lu, Wei" <wl...@microstrategy.com> on 2013/02/20 06:28:30 UTC

region server of -ROOT- table is dead, but not reassigned

Hi, all,

When I scan any table, I got:

13/02/20 05:16:45 INFO ipc.HBaseRPC: Server at Rs1/10.20.118.3:60020 could not be reached after 1 tries, giving up.
...
ERROR: org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=7, exceptions:
...

What I observe:

1)      -ROOT- table is on Region Server rs1

Table Regions
Name

Region Server

Start Key

End Key

Requests

-ROOT-

Rs1:60020<http://adcau03.machine.wisdom.com:60030/>

-

-



2)      But the region server rs1 is dead

Dead Region Servers

ServerName

Rs4,60020,1361109702535

Rs1,60020,1361109710150

Total:

servers: 2





----
Does it mean that the region server holding the -ROOT- table is dead, but the -ROOT- region is not reassigned to any other region servers?
Why?

Thanks,
Wei