Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 27310 invoked from network); 13 Mar 2011 15:01:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Mar 2011 15:01:25 -0000 Received: (qmail 862 invoked by uid 500); 13 Mar 2011 15:01:24 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 670 invoked by uid 500); 13 Mar 2011 15:01:24 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 663 invoked by uid 99); 13 Mar 2011 15:01:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Mar 2011 15:01:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Mar 2011 15:01:22 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 777A13A7E66 for ; Sun, 13 Mar 2011 15:01:00 +0000 (UTC) Date: Sun, 13 Mar 2011 15:01:00 +0000 (UTC) From: "Stefan Guggisberg (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <2095519828.16210.1300028460486.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1813693120.15859.1299984119440.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Resolved: (JCR-2914) Copying data from inputStream to OuputStream needs appropriate buffer size MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2914. ------------------------------------ Resolution: Won't Fix > We need to find an appropriate buffer size based on the size of the InputStream. IOUtil is a generic utility class. InputStream doesn't provide information about the size of the underlying data. i suggest you wrap your stream in a buffering input stream. > Copying data from inputStream to OuputStream needs appropriate buffer size > -------------------------------------------------------------------------- > > Key: JCR-2914 > URL: https://issues.apache.org/jira/browse/JCR-2914 > Project: Jackrabbit Content Repository > Issue Type: Improvement > Components: jackrabbit-jcr-server > Affects Versions: 2.2.2 > Reporter: Xiaoming Shi > Priority: Minor > > In the file: > ./jackrabbit-2.2.2/jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/io/IOUtil.java line:80 > The buffer size is fixed as 8192. > To copy 10M data with 8192-byte buffer it takes 98,905,252 nano-second, while it takes 37,642,842 nano-second with a 81920-byte buffer > We need to find an appropriate buffer size based on the size of the InputStream. > This is similar to the Apache Bug:https://issues.apache.org/bugzilla/show_bug.cgi?id=32546 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira