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 0A2E1108FD for ; Fri, 5 Apr 2013 01:02:00 +0000 (UTC) Received: (qmail 18426 invoked by uid 500); 5 Apr 2013 01:01:59 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 18400 invoked by uid 500); 5 Apr 2013 01:01:59 -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 18391 invoked by uid 99); 5 Apr 2013 01:01:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Apr 2013 01:01:59 +0000 Date: Fri, 5 Apr 2013 01:01:59 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8222) User class should implement equals() and hashCode() 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-8222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13623202#comment-13623202 ] Hudson commented on HBASE-8222: ------------------------------- Integrated in HBase-0.94-security-on-Hadoop-23 #13 (See [https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/13/]) HBASE-8222 User class should implement equals() and hashCode() (Revision 1462676) Result = FAILURE tedyu : Files : * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/security/User.java * /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/security/TestUser.java > User class should implement equals() and hashCode() > --------------------------------------------------- > > Key: HBASE-8222 > URL: https://issues.apache.org/jira/browse/HBASE-8222 > Project: HBase > Issue Type: Bug > Components: security > Affects Versions: 0.94.6 > Reporter: Gary Helmling > Assignee: Ted Yu > Priority: Critical > Fix For: 0.95.0, 0.98.0, 0.94.7 > > Attachments: 8222-v1.txt, 8222-v2-0.94.txt, 8222-v2.txt > > > The current implementation of the User class does not override equals() and hashCode(), so connection reuse in HBaseClient is completely broken. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira