Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7634F1050F for ; Thu, 19 Mar 2015 04:50:37 +0000 (UTC) Received: (qmail 87781 invoked by uid 500); 19 Mar 2015 04:49:38 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 87725 invoked by uid 500); 19 Mar 2015 04:49:38 -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 87713 invoked by uid 99); 19 Mar 2015 04:49:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2015 04:49:38 +0000 Date: Thu, 19 Mar 2015 04:49:38 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13188) java.lang.ArithmeticException issue in BoundedByteBufferPool.putBuffer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-13188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14368506#comment-14368506 ] ramkrishna.s.vasudevan commented on HBASE-13188: ------------------------------------------------ [~saint.ack@gmail.com] The back port issue is addressing this change also I think. So we could 'Resolve' this issue? > java.lang.ArithmeticException issue in BoundedByteBufferPool.putBuffer > ---------------------------------------------------------------------- > > Key: HBASE-13188 > URL: https://issues.apache.org/jira/browse/HBASE-13188 > Project: HBase > Issue Type: Bug > Reporter: ramkrishna.s.vasudevan > Assignee: ramkrishna.s.vasudevan > Fix For: 2.0.0, 1.1.0, 0.98.13 > > Attachments: HBASE-13188.patch > > > Running a range scan with PE tool with 25 threads getting this error > {code} > java.lang.ArithmeticException: / by zero > at org.apache.hadoop.hbase.io.BoundedByteBufferPool.putBuffer(BoundedByteBufferPool.java:104) > at org.apache.hadoop.hbase.ipc.RpcServer$Call.done(RpcServer.java:325) > at org.apache.hadoop.hbase.ipc.RpcServer$Responder.processResponse(RpcServer.java:1078) > at org.apache.hadoop.hbase.ipc.RpcServer$Responder.processAllResponses(RpcServer.java:1103) > at org.apache.hadoop.hbase.ipc.RpcServer$Responder.doAsyncWrite(RpcServer.java:1036) > at org.apache.hadoop.hbase.ipc.RpcServer$Responder.doRunLoop(RpcServer.java:956) > at org.apache.hadoop.hbase.ipc.RpcServer$Responder.run(RpcServer.java:891) > {code} > I checked in the trunk code also. I think the comment in the code suggests that the size will not be exact so there is a chance that it could be even 0. -- This message was sent by Atlassian JIRA (v6.3.4#6332)