Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D58F4200B46 for ; Sat, 2 Jul 2016 05:12:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D405F160A6D; Sat, 2 Jul 2016 03:12:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4DFB3160A61 for ; Sat, 2 Jul 2016 05:12:12 +0200 (CEST) Received: (qmail 75477 invoked by uid 500); 2 Jul 2016 03:12:11 -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 75442 invoked by uid 99); 2 Jul 2016 03:12:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2016 03:12:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F30722C02A2 for ; Sat, 2 Jul 2016 03:12:10 +0000 (UTC) Date: Sat, 2 Jul 2016 03:12:10 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16159) OutOfMemory exception when using AsyncRpcClient with encryption to read rpc response MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 02 Jul 2016 03:12:13 -0000 [ https://issues.apache.org/jira/browse/HBASE-16159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359944#comment-15359944 ] Hudson commented on HBASE-16159: -------------------------------- SUCCESS: Integrated in HBase-Trunk_matrix #1152 (See [https://builds.apache.org/job/HBase-Trunk_matrix/1152/]) HBASE-16159 OutOfMemory exception when using AsyncRpcClient with (tedyu: rev af9422c04a343730d9ed6f3cf46cd6fc9d77c04a) * hbase-client/src/main/java/org/apache/hadoop/hbase/security/SaslClientHandler.java > OutOfMemory exception when using AsyncRpcClient with encryption to read rpc response > ------------------------------------------------------------------------------------ > > Key: HBASE-16159 > URL: https://issues.apache.org/jira/browse/HBASE-16159 > Project: HBase > Issue Type: Bug > Reporter: Colin Ma > Assignee: Colin Ma > Fix For: 2.0.0, 1.4.0 > > Attachments: HBASE-16159.001.patch > > > Test the Get with encryption AsyncRpcClient with in infinity loop, will get the OOM exception. The root cause is the same as HBASE-16054. -- This message was sent by Atlassian JIRA (v6.3.4#6332)