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 ED4FD200B6D for ; Sat, 16 Jul 2016 03:32:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EBF0B160A79; Sat, 16 Jul 2016 01:32:24 +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 6DE34160A87 for ; Sat, 16 Jul 2016 03:32:24 +0200 (CEST) Received: (qmail 75208 invoked by uid 500); 16 Jul 2016 01:32:21 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 74883 invoked by uid 99); 16 Jul 2016 01:32:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2016 01:32:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DFEBD2C03A7 for ; Sat, 16 Jul 2016 01:32:20 +0000 (UTC) Date: Sat, 16 Jul 2016 01:32:20 +0000 (UTC) From: "Andrew Wang (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-13202) Implementation of getNBytes in org.apache.hadoop.util.bloom.BloomFilter might be changed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 16 Jul 2016 01:32:25 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13202?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang updated HADOOP-13202: --------------------------------- Fix Version/s: (was: 3.0.0-alpha1) > Implementation of getNBytes in org.apache.hadoop.util.bloom.BloomFilter m= ight be changed > -------------------------------------------------------------------------= --------------- > > Key: HADOOP-13202 > URL: https://issues.apache.org/jira/browse/HADOOP-13202 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 2.7.2 > Reporter: zhengbing li > Assignee: Kai Sasaki > Attachments: HADOOP-13202.01.patch, HADOOP-13202.02.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > Current implementation: > return (vectorSize + 7) / 8; > when vectorSize is 2147483647=EF=BC=88the max value of Int), error :"java= .lang.NegativeArraySizeException" will report=20 > the implementation might be changed > return (int)(((long)vectorSize + 7) / 8); -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org