You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Rui Xing <xi...@gmail.com> on 2008/09/28 11:52:29 UTC

data insertion problem

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

Re: data insertion problem

Posted by Jean-Daniel Cryans <jd...@apache.org>.
Ray,

These are normal messages, it means that the region split and it`s searching
for the daughter region. Could you give either more debug info or see if it
fails on an exception after that?

Other useful information would be :

Hadoop/HBase versions
Number of machines
Their CPU and memory
How you configured them in regards to namenode, master, datanodes,
regionservers
What kind of insertion tool you use (MapReduce, HBase client API, Thrift,
etc)

Thx,

J-D

On Sun, Sep 28, 2008 at 5:52 AM, Rui Xing <xi...@gmail.com> wrote:

> 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
>