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 7491A11984 for ; Fri, 16 May 2014 21:55:03 +0000 (UTC) Received: (qmail 10803 invoked by uid 500); 16 May 2014 21:30:00 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 5875 invoked by uid 500); 16 May 2014 21:29:54 -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 35534 invoked by uid 99); 16 May 2014 21:11:55 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2014 21:11:55 +0000 Date: Fri, 16 May 2014 21:11:55 +0000 (UTC) From: "Mikhail Antonov (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11059) ZK-less region assignment 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-11059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000308#comment-14000308 ] Mikhail Antonov commented on HBASE-11059: ----------------------------------------- To recap some of the notes from the doc, to discuss further.. - the "atomic" short-circuit updates of META are only possible if META is guaranteed to be hosted on active master, which is not the case if HBASE-10569 topology is turned off, unless I'm missing something? - if we had system table with statistics (like region size, number of rows in each one etc) we could do master-initiated splits and merges - do you think it would be beneficial in terms of more even load on Master [~jxiang]? > ZK-less region assignment > ------------------------- > > Key: HBASE-11059 > URL: https://issues.apache.org/jira/browse/HBASE-11059 > Project: HBase > Issue Type: Improvement > Components: master, Region Assignment > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Attachments: zk-less_am.pdf > > > It seems that most people don't like region assignment with ZK (HBASE-5487), which causes many uncertainties. This jira is to support ZK-less region assignment. We need to make sure this patch doesn't break backward compatibility/rolling upgrade. -- This message was sent by Atlassian JIRA (v6.2#6252)