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 E23AA200BD5 for ; Thu, 24 Nov 2016 05:14:54 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E1074160B22; Thu, 24 Nov 2016 04:14:54 +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 38062160B0A for ; Thu, 24 Nov 2016 05:14:54 +0100 (CET) Received: (qmail 20583 invoked by uid 500); 24 Nov 2016 04:12:17 -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 20560 invoked by uid 99); 24 Nov 2016 04:12:16 -0000 Received: from Unknown (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Nov 2016 04:12:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 574FD2C03DF for ; Thu, 24 Nov 2016 04:11:58 +0000 (UTC) Date: Thu, 24 Nov 2016 04:11:58 +0000 (UTC) From: "binlijin (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-17144) Possible offheap read ByteBuffers leak MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 24 Nov 2016 04:14:55 -0000 [ https://issues.apache.org/jira/browse/HBASE-17144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15692135#comment-15692135 ] binlijin commented on HBASE-17144: ---------------------------------- [~anoop.hbase] [~carp84] Thanks very much for the review, will commit it soon if no other concern. > Possible offheap read ByteBuffers leak > -------------------------------------- > > Key: HBASE-17144 > URL: https://issues.apache.org/jira/browse/HBASE-17144 > Project: HBase > Issue Type: Bug > Components: rpc > Affects Versions: 2.0.0 > Reporter: binlijin > Assignee: binlijin > Fix For: 2.0.0 > > Attachments: HBASE-17144.patch > > > At HBASE-15788 we reuse off heap read BBs, the CallCleanup will not called in some circumstances for example CALL_QUEUE_TOO_BIG_EXCEPTION and readParamsFailedCall. -- This message was sent by Atlassian JIRA (v6.3.4#6332)