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 DC7609EAA for ; Tue, 3 Jul 2012 04:12:05 +0000 (UTC) Received: (qmail 2884 invoked by uid 500); 3 Jul 2012 04:12:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 2642 invoked by uid 500); 3 Jul 2012 04:12:04 -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 2571 invoked by uid 99); 3 Jul 2012 04:12:02 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2012 04:12:02 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 930AF14052D for ; Tue, 3 Jul 2012 04:12:02 +0000 (UTC) Date: Tue, 3 Jul 2012 04:12:02 +0000 (UTC) From: "Jimmy Xiang (JIRA)" To: issues@hbase.apache.org Message-ID: <294774540.138.1341288722603.JavaMail.jiratomcat@issues-vm> In-Reply-To: <744540135.57188.1340729864127.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-6272) In-memory region state is inconsistent 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-6272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405604#comment-13405604 ] Jimmy Xiang commented on HBASE-6272: ------------------------------------ A patch is for review now: https://reviews.apache.org/r/5717/ All the unit tests are green. I will test it on a live cluster soon. > In-memory region state is inconsistent > -------------------------------------- > > Key: HBASE-6272 > URL: https://issues.apache.org/jira/browse/HBASE-6272 > Project: HBase > Issue Type: Bug > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > > AssignmentManger stores region state related information in several places: regionsInTransition, regions (region info to server name map), and servers (server name to region info set map). However the access to these places is not coordinated properly. It leads to inconsistent in-memory region state information. Sometimes, some region could even be offline, and not in transition. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira