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 47FAC9DAD for ; Sun, 8 Apr 2012 03:07:14 +0000 (UTC) Received: (qmail 67571 invoked by uid 500); 8 Apr 2012 03:07:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 67525 invoked by uid 500); 8 Apr 2012 03:07:13 -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 67465 invoked by uid 99); 8 Apr 2012 03:07:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Apr 2012 03:07:12 +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; Sun, 08 Apr 2012 03:07:11 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E99FF35D199 for ; Sun, 8 Apr 2012 03:06:50 +0000 (UTC) Date: Sun, 8 Apr 2012 03:06:50 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <1355919497.457.1333854411113.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2084230481.20158.1333664785546.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5735) Clearer warning message when connecting a non-secure HBase client to a secure HBase server 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-5735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249463#comment-13249463 ] Hudson commented on HBASE-5735: ------------------------------- Integrated in HBase-0.92 #362 (See [https://builds.apache.org/job/HBase-0.92/362/]) HBASE-5735 Clearer warning message when connecting a non-secure HBase client to a secure HBase server (Revision 1310916) Result = FAILURE stack : Files : * /hbase/branches/0.92/CHANGES.txt * /hbase/branches/0.92/security/src/main/java/org/apache/hadoop/hbase/ipc/SecureServer.java > Clearer warning message when connecting a non-secure HBase client to a secure HBase server > ------------------------------------------------------------------------------------------ > > Key: HBASE-5735 > URL: https://issues.apache.org/jira/browse/HBASE-5735 > Project: HBase > Issue Type: Improvement > Components: security > Affects Versions: 0.92.1, 0.94.0 > Reporter: Shaneal Manek > Assignee: Shaneal Manek > Priority: Trivial > Fix For: 0.92.2, 0.94.0 > > Attachments: HBASE-5375-v2.patch, HBASE-5375.patch, HBASE-5735-v3.patch > > > When a connection from a non secure-rpc-engine > client is attempted the warning message you get is related to version > mismatch: > Mar 28, 3:27:13 PM WARN org.apache.hadoop.ipc.SecureServer Incorrect > header or version mismatch from 172.29.82.121:43849 got version 3 > expected version 4 > While this is true, it isn't as useful as it could be. A more specific error message warning end users that they're connecting with a non-secure client may be more useful. -- 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