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 0952C200BD5 for ; Thu, 8 Dec 2016 12:39:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 07DA9160B1F; Thu, 8 Dec 2016 11:39:00 +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 76F89160B1E for ; Thu, 8 Dec 2016 12:38:59 +0100 (CET) Received: (qmail 61293 invoked by uid 500); 8 Dec 2016 11:38:58 -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 61280 invoked by uid 99); 8 Dec 2016 11:38:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2016 11:38:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6625B2C03E1 for ; Thu, 8 Dec 2016 11:38:58 +0000 (UTC) Date: Thu, 8 Dec 2016 11:38:58 +0000 (UTC) From: "Jian Yi (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-17182) Memory leak from openScanner of HBase thrift2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 08 Dec 2016 11:39:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-17182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jian Yi updated HBASE-17182: ---------------------------- Attachment: HBASE-17182-V10.patch > Memory leak from openScanner of HBase thrift2 > --------------------------------------------- > > Key: HBASE-17182 > URL: https://issues.apache.org/jira/browse/HBASE-17182 > Project: HBase > Issue Type: Bug > Components: Thrift > Reporter: Jian Yi > Assignee: Jian Yi > Attachments: 17182-V5.patch, 17182-V6.patch, HBASE-17182-V1.patch, HBASE-17182-V10.patch, HBASE-17182-V2.patch, HBASE-17182-V3.patch, HBASE-17182-V4.patch, HBASE-17182-V7.patch, HBASE-17182-V8.patch, HBASE-17182-V9.patch, org.apache.hadoop.hbase.thrift2.TestThriftHBaseServiceHandler-output.txt > > > Client call openScanner, but client (coredump or others) not closeScanner, the scanner will not be removed from scannerMap. -- This message was sent by Atlassian JIRA (v6.3.4#6332)