[
https://issues.apache.org/jira/browse/HADOOP-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522696
]
Hadoop QA commented on HADOOP-1780:
-----------------------------------
+1
http://issues.apache.org/jira/secure/attachment/12364544/hadoop-1780.patch
applied and successfully tested against trunk revision r569501.
Test results:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/619/testReport/
Console output:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/619/console
> [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.