You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by "Liu, Raymond" <ra...@intel.com> on 2012/12/05 05:57:55 UTC

question about region assignment upon re-enable table

Hi

	I am just curious about the region assignment strategy upon table re-enabling. 
	By default, it's random assigned to the region server. I checked jira and found HBASE-6143 suggest to make it smarter like take load balancing into account.
	While, I am wondering what prevent it from using the retain assignment strategy as in the case that a hbase cluster is restarting? Is there any reason that we cannot use the previous region assignments in META table?

Best Regards,
Raymond Liu


Re: question about region assignment upon re-enable table

Posted by Adrien Mogenet <ad...@gmail.com>.
Same answer ; just wait for the StochasticLoadBalancer (currently in trunk)


On Wed, Dec 5, 2012 at 7:05 AM, Stack <st...@duboce.net> wrote:

> On Tue, Dec 4, 2012 at 8:57 PM, Liu, Raymond <ra...@intel.com>
> wrote:
>
> > Hi
> >
> >         I am just curious about the region assignment strategy upon table
> > re-enabling.
> >         By default, it's random assigned to the region server. I checked
> > jira and found HBASE-6143 suggest to make it smarter like take load
> > balancing into account.
> >         While, I am wondering what prevent it from using the retain
> > assignment strategy as in the case that a hbase cluster is restarting? Is
> > there any reason that we cannot use the previous region assignments in
> META
> > table?
> >
>
> Not that I know of.
> St.Ack
>



-- 
Adrien Mogenet
06.59.16.64.22
http://www.mogenet.me

Re: question about region assignment upon re-enable table

Posted by Stack <st...@duboce.net>.
On Tue, Dec 4, 2012 at 8:57 PM, Liu, Raymond <ra...@intel.com> wrote:

> Hi
>
>         I am just curious about the region assignment strategy upon table
> re-enabling.
>         By default, it's random assigned to the region server. I checked
> jira and found HBASE-6143 suggest to make it smarter like take load
> balancing into account.
>         While, I am wondering what prevent it from using the retain
> assignment strategy as in the case that a hbase cluster is restarting? Is
> there any reason that we cannot use the previous region assignments in META
> table?
>

Not that I know of.
St.Ack