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 A604099CC for ; Fri, 16 Mar 2012 23:17:04 +0000 (UTC) Received: (qmail 94637 invoked by uid 500); 16 Mar 2012 23:17:04 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 94598 invoked by uid 500); 16 Mar 2012 23:17: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 94590 invoked by uid 99); 16 Mar 2012 23:17:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 23:17:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 23:16:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 39D43238F5 for ; Fri, 16 Mar 2012 23:16:39 +0000 (UTC) Date: Fri, 16 Mar 2012 23:16:39 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <489957261.26946.1331939799250.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1831738415.1155.1331530602397.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5563) HRegionInfo#compareTo add the comparison of regionId MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-5563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13231729#comment-13231729 ] Hudson commented on HBASE-5563: ------------------------------- Integrated in HBase-0.94 #37 (See [https://builds.apache.org/job/HBase-0.94/37/]) HBASE-5563 Add comparison of regionId to HRegionInfo#compareTo (chunhui and jmhsieh) (Revision 1301783) Result = SUCCESS jmhsieh : Files : * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/HRegionInfo.java * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java * /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegionInfo.java > HRegionInfo#compareTo add the comparison of regionId > ---------------------------------------------------- > > Key: HBASE-5563 > URL: https://issues.apache.org/jira/browse/HBASE-5563 > Project: HBase > Issue Type: Bug > Affects Versions: 0.90.5, 0.92.0, 0.94.0, 0.96.0 > Reporter: chunhui shen > Assignee: chunhui shen > Fix For: 0.92.2, 0.94.0, 0.96.0 > > Attachments: HBASE-5563.patch, HBASE-5563v2.patch, HBASE-5563v2.patch, hbase-5563-v3-0.92.patch, hbase-5563-v3.patch > > > In the one region multi assigned case, we could find that two regions have the same table name, same startKey, same endKey, and different regionId, so these two regions are same in TreeMap but different in HashMap. -- 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