Return-Path: Delivered-To: apmail-hadoop-hbase-issues-archive@minotaur.apache.org Received: (qmail 34602 invoked from network); 26 Apr 2010 02:20:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Apr 2010 02:20:13 -0000 Received: (qmail 79788 invoked by uid 500); 26 Apr 2010 02:20:13 -0000 Delivered-To: apmail-hadoop-hbase-issues-archive@hadoop.apache.org Received: (qmail 79756 invoked by uid 500); 26 Apr 2010 02:20:13 -0000 Mailing-List: contact hbase-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hbase-issues@hadoop.apache.org Received: (qmail 79711 invoked by uid 99); 26 Apr 2010 02:20:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 02:20:12 +0000 X-ASF-Spam-Status: No, hits=-1345.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 02:20:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3Q2Jqpg006306 for ; Mon, 26 Apr 2010 02:19:52 GMT Message-ID: <29737741.187051272248392032.JavaMail.jira@thor> Date: Sun, 25 Apr 2010 22:19:52 -0400 (EDT) From: "Todd Lipcon (JIRA)" To: hbase-issues@hadoop.apache.org Subject: [jira] Commented: (HBASE-2443) IPC client can throw NPE if socket creation fails 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-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12860782#action_12860782 ] Todd Lipcon commented on HBASE-2443: ------------------------------------ Filed in hadoop as HADOOP-6724 > IPC client can throw NPE if socket creation fails > ------------------------------------------------- > > Key: HBASE-2443 > URL: https://issues.apache.org/jira/browse/HBASE-2443 > Project: Hadoop HBase > Issue Type: Bug > Components: ipc > Affects Versions: 0.20.3 > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Fix For: 0.20.4, 0.20.5, 0.21.0 > > Attachments: hbase-2443.txt > > > If the socket factory fails to create a socket (eg Too many open files), then HBaseClient.handleConnectionFailure will throw NPE instead of an IOE subclass -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.