Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 40327 invoked from network); 8 Nov 2007 19:26:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2007 19:26:13 -0000 Received: (qmail 49851 invoked by uid 500); 8 Nov 2007 19:25:59 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 49824 invoked by uid 500); 8 Nov 2007 19:25:59 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 49815 invoked by uid 99); 8 Nov 2007 19:25:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 11:25:59 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 19:26:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EB4AB71418F for ; Thu, 8 Nov 2007 11:25:50 -0800 (PST) Message-ID: <31945789.1194549950960.JavaMail.jira@brutus> Date: Thu, 8 Nov 2007 11:25:50 -0800 (PST) From: "Doug Cutting (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-2172) PositionCache was removed from FSDataInputStream, causes extremely bad MapFile performance In-Reply-To: <5477882.1194542450861.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated HADOOP-2172: --------------------------------- Fix Version/s: 0.15.1 This restores the 0.13 performance for my benchmark. +1 Hairong, can you please review this, since you removed PositionCache as a part of HADOOP-1470? Thanks! > PositionCache was removed from FSDataInputStream, causes extremely bad MapFile performance > ------------------------------------------------------------------------------------------ > > Key: HADOOP-2172 > URL: https://issues.apache.org/jira/browse/HADOOP-2172 > Project: Hadoop > Issue Type: Bug > Affects Versions: 0.14.3, 0.15.0 > Reporter: Johan Oskarsson > Assignee: Johan Oskarsson > Priority: Blocker > Fix For: 0.15.1 > > Attachments: positioncache-v1.patch > > > The PositionCache in FSDataInputStream seems to have been removed in HADOOP-1470. This causes for example MapFile.get usage to be extremely slow as the file position isn't cached in memory. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.