Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 71C371072D for ; Wed, 26 Feb 2014 20:01:29 +0000 (UTC) Received: (qmail 17552 invoked by uid 500); 26 Feb 2014 20:01:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 17393 invoked by uid 500); 26 Feb 2014 20:01:24 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 17347 invoked by uid 99); 26 Feb 2014 20:01:23 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Feb 2014 20:01:23 +0000 Date: Wed, 26 Feb 2014 20:01:23 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-10351) LoadBalancer changes for supporting region replicas MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-10351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HBASE-10351: ---------------------------------- Attachment: hbase-10351_v6.patch Thanks Sergey. I've addressed the comments in v6: https://github.com/enis/hbase/commit/0743a551dba2e6d3428ea3064929b7ff46734c9f > LoadBalancer changes for supporting region replicas > --------------------------------------------------- > > Key: HBASE-10351 > URL: https://issues.apache.org/jira/browse/HBASE-10351 > Project: HBase > Issue Type: Sub-task > Components: master > Affects Versions: 0.99.0 > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Attachments: hbase-10351_v0.patch, hbase-10351_v1.patch, hbase-10351_v3.patch, hbase-10351_v5.patch, hbase-10351_v6.patch > > > LoadBalancer has to be aware of and enforce placement of region replicas so that the replicas are not co-hosted in the same server, host or rack. This will ensure that the region is highly available during process / host / rack failover. -- This message was sent by Atlassian JIRA (v6.1.5#6160)