region splits, but not assigned to other region servers

2011-06-15 Thread Sujee Maniyam
Hi all I am loading data into a table using a standalone java client (multiple threads). I see the table splits into regions, but for a while the new regions are not distributed among region servers. (see screenshot, in this case all regions are in SN8 machine). So the updates go to one RS as op

Re: region splits, but not assigned to other region servers

2011-06-15 Thread bijieshan
Have you run hbck to check all the regions’ assignment? Maybe it will give you some helpful info. Jieshan Bean 发件人: Sujee Maniyam [mailto:su...@sujee.net] 发送时间: 2011年6月15日 15:54 收件人: hbase-user 主题: region splits, but not assigned to other region servers Hi all I am loading data into a table

Re: region splits, but not assigned to other region servers

2011-06-15 Thread Jean-Daniel Cryans
Your screenshot wasn't attached, this ML more often than not strips them. Also this is the expected behavior, the balancer in the master doesn't run all the time... only every 5 min. It really shows up when you start with a fresh table, but you should never import into a single region table anyway