From dev-return-79241-archive-asf-public=cust-asf.ponee.io@hbase.apache.org Tue May 12 23:36:03 2020 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 6AED3180634 for ; Wed, 13 May 2020 01:36:03 +0200 (CEST) Received: (qmail 80709 invoked by uid 500); 12 May 2020 23:36:02 -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 80651 invoked by uid 99); 12 May 2020 23:36: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; Tue, 12 May 2020 23:36:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id EC78FE2F61 for ; Tue, 12 May 2020 23:36:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 1FF5078014A for ; Tue, 12 May 2020 23:36:00 +0000 (UTC) Date: Tue, 12 May 2020 23:36:00 +0000 (UTC) From: "Michael Stack (Jira)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-24165) maxPoolSize is logged incorrectly in ByteBufferPool MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-24165?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Stack resolved HBASE-24165. ----------------------------------- Fix Version/s: 2.2.5 Hadoop Flags: Reviewed Resolution: Fixed Merged. Thanks for the patch [~pankajkumar] > maxPoolSize is logged incorrectly in ByteBufferPool > --------------------------------------------------- > > Key: HBASE-24165 > URL: https://issues.apache.org/jira/browse/HBASE-24165 > Project: HBase > Issue Type: Bug > Affects Versions: 2.2.4 > Reporter: Pankaj Kumar > Assignee: Pankaj Kumar > Priority: Minor > Fix For: 2.2.5 > > > In ByteBufferPool _maxPoolSize_ is converted into byte format, > https://github.com/apache/hbase/blob/a521a80c4b9a8b0749c368d1ff66fea2ed2d= 77a2/hbase-common/src/main/java/org/apache/hadoop/hbase/io/ByteBufferPool.j= ava#L85 > =C2=A0 > Currently=C2=A0maxPoolSize is logged as below, > 2020-04-10 14:20:56,000 INFO =C2=A0[Time-limited test] io.ByteBufferPool(= 83): Created with bufferSize=3D64 KB and maxPoolSize=3D320 B -- This message was sent by Atlassian Jira (v8.3.4#803005)