Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 83754 invoked from network); 24 Aug 2007 22:35:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Aug 2007 22:35:52 -0000 Received: (qmail 20167 invoked by uid 500); 24 Aug 2007 22:35:47 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 20135 invoked by uid 500); 24 Aug 2007 22:35:47 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 20126 invoked by uid 99); 24 Aug 2007 22:35:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 15:35:47 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 22:35:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A8F1E7141ED for ; Fri, 24 Aug 2007 15:35:30 -0700 (PDT) Message-ID: <741420.1187994930658.JavaMail.jira@brutus> Date: Fri, 24 Aug 2007 15:35:30 -0700 (PDT) From: "stack (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1780) [hbase] Regions are still being doubly assigned In-Reply-To: <6649469.1187985810705.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HADOOP-1780: -------------------------- Fix Version/s: 0.15.0 Assignee: stack Status: Patch Available (was: Open) Builds local and passes all test. Trying against Hudson. > [hbase] Regions are still being doubly assigned > ----------------------------------------------- > > Key: HADOOP-1780 > URL: https://issues.apache.org/jira/browse/HADOOP-1780 > Project: Hadoop > Issue Type: Bug > Components: contrib/hbase > Reporter: stack > Assignee: stack > Priority: Minor > Fix For: 0.15.0 > > Attachments: hadoop-1780.patch > > > HADOOP-1747 fixed an obvious failure in assignment code where regions were being handed out to multiple hosts by the twos and threes but a bug remains. Over 260 assignments in a recent upload to a cluster of 4 machines, two regions were assigned to two different hosts. Here's log snippet from master showing region being assigned to two different hosts: > {code} > ... > 2007-08-24 02:48:35,077 INFO org.apache.hadoop.hbase.HMaster: assigning region hbaserepository,kABjAiU049peySkC0-5iWk==,6867001475682921877 to server 208.76.44.140:60010 > ... > 2007-08-24 02:48:36,299 INFO org.apache.hadoop.hbase.HMaster: assigning region hbaserepository,kABjAiU049peySkC0-5iWk==,6867001475682921877 to server 208.76.44.141:60010 > ... > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.