From dev-return-74202-archive-asf-public=cust-asf.ponee.io@hbase.apache.org Thu May 16 04:26:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8994A180621 for ; Thu, 16 May 2019 06:26:03 +0200 (CEST) Received: (qmail 77488 invoked by uid 500); 16 May 2019 04:26:01 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 77463 invoked by uid 99); 16 May 2019 04:26:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 May 2019 04:26:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5E78BE2B4B for ; Thu, 16 May 2019 04:26:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0A1FF256C1 for ; Thu, 16 May 2019 04:26:00 +0000 (UTC) Date: Thu, 16 May 2019 04:26:00 +0000 (UTC) From: "Zheng Hu (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-22435) Add a UT to address the HFileBlock#heapSize() in TestHeapSize MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Zheng Hu created HBASE-22435: -------------------------------- Summary: Add a UT to address the HFileBlock#heapSize() in TestHeapSize Key: HBASE-22435 URL: https://issues.apache.org/jira/browse/HBASE-22435 Project: HBase Issue Type: Sub-task Reporter: Zheng Hu In HBASE-22005, I added a ByteBuffAllocator reference in HFileBlock, but no increase relative heapSize in HFileBlock#heapSize(). So I guess we have no UT for the HFileBlock#heapSize(). Will add a UT for this, also fix the heapSize change issue. -- This message was sent by Atlassian JIRA (v7.6.3#76005)