Hmm... So that's an interesting bug then. Might filing a jira? -- Lars
----- Original Message ----- From: Vladimir Rodionov <[email protected]> To: "[email protected]" <[email protected]>; lars hofhansl <[email protected]> Cc: Sent: Monday, July 22, 2013 3:30 PM Subject: RE: Smarter Region assignment policy? OK, you right and I was not. If I do not disable/enables tables after cluster restart all regions seem get assigned correctly. I think its disabling/enabling tables shuffles regions in a bad way. Best regards, Vladimir Rodionov Principal Platform Engineer Carrier IQ, www.carrieriq.com e-mail: [email protected] ________________________________________ From: lars hofhansl [[email protected]] Sent: Monday, July 22, 2013 12:13 PM To: [email protected]; lars hofhansl Subject: Re: Smarter Region assignment policy? This is the one: https://issues.apache.org/jira/browse/HBASE-4402 I assume you let the master wait sufficiently to give all RegionServer a chance to sign in? -- Lars ________________________________ From: lars hofhansl <[email protected]> To: "[email protected]" <[email protected]> Sent: Monday, July 22, 2013 11:55 AM Subject: Re: Smarter Region assignment policy? I faintly remember there was a jira that attempted to assign the regions to the same region servers after a restart based on existing .META. information (if possible). Will try to find that and see why it is not working as expected. -- Lars ________________________________ From: Vladimir Rodionov <[email protected]> To: "[email protected]" <[email protected]> Sent: Monday, July 22, 2013 11:43 AM Subject: RE: Smarter Region assignment policy? Yes, its related but not what I am looking for. Locality index is approaching to 100% after major compaction of all tables. Its often > 90% during regular operation of a cluster, but is far below 50% when cluster restarts. Can assignment manager take into account previous region assignments on node/cluster start up? That is what I am looking for. How hard is to implement this feature? Best regards, Vladimir Rodionov Principal Platform Engineer Carrier IQ, www.carrieriq.com e-mail: [email protected] ________________________________________ From: Ted Yu [[email protected]] Sent: Monday, July 22, 2013 11:06 AM To: [email protected] Subject: Re: Smarter Region assignment policy? Please take a look at https://issues.apache.org/jira/browse/HBASE-4755 On Mon, Jul 22, 2013 at 10:56 AM, Vladimir Rodionov <[email protected] > wrote: > It seems that current (0.94.6) region assignment on start up policy is not > that smart and does not utilize hdfs block locality > Are there any open HBase JIRA ticket(s) that addresses the issue? > > Best regards, > Vladimir Rodionov > Principal Platform Engineer > Carrier IQ, www.carrieriq.com > e-mail: [email protected] > > > Confidentiality Notice: The information contained in this message, > including any attachments hereto, may be confidential and is intended to be > read only by the individual or entity to whom this message is addressed. If > the reader of this message is not the intended recipient or an agent or > designee of the intended recipient, please note that any review, use, > disclosure or distribution of this message or its attachments, in any form, > is strictly prohibited. If you have received this message in error, please > immediately notify the sender and/or [email protected] and > delete or destroy any copy of this message and its attachments. > Confidentiality Notice: The information contained in this message, including any attachments hereto, may be confidential and is intended to be read only by the individual or entity to whom this message is addressed. If the reader of this message is not the intended recipient or an agent or designee of the intended recipient, please note that any review, use, disclosure or distribution of this message or its attachments, in any form, is strictly prohibited. If you have received this message in error, please immediately notify the sender and/or [email protected] and delete or destroy any copy of this message and its attachments.
