Hello All,

I'm trying to use HBase to load 40G log data. But after loading 200M data,
it kept outputting the following messages and got stuck. Even the HBase
shell could not work with outputting the same error message. Have you ever
met such kind of problem?

====>
2008-09-28 15:18:20,838 DEBUG [main]
client.HConnectionManager$TableServers(896): reloading table servers
because: timed out waiting for rpc response
2008-09-28 15:18:30,840 DEBUG [main]
client.HConnectionManager$TableServers(714): Removed search,,1222586051716
from cache because of r3_a182996
2008-09-28 15:19:30,843 DEBUG [main]
client.HConnectionManager$TableServers(579): reloading table servers
because: timed out waiting for rpc response
2008-09-28 15:19:30,843 DEBUG [main]
client.HConnectionManager$TableServers(714): Removed .META.,,1 from cache
because of search,r3_a182996,99999999999999
2008-09-28 15:19:30,851 DEBUG [main]
client.HConnectionManager$TableServers(829): Found ROOT REGION => {NAME =>
'-ROOT-,,0', STARTKEY => '', ENDKEY => '', ENCODED => 70236052, TABLE =>
{{NAME => '-ROOT-', IS_ROOT => 'true', IS_META => 'true', FAMILIES => [{NAME
=> 'info', BLOOMFILTER => 'false', COMPRESSION => 'NONE', VERSIONS => '1',
LENGTH => '2147483647', TTL => '-1', IN_MEMORY => 'false', BLOCKCACHE =>
'false'}]}}
====>

Thanks a lot!
-Ray

Reply via email to