Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 42210 invoked from network); 4 Nov 2005 19:13:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Nov 2005 19:13:45 -0000 Received: (qmail 82134 invoked by uid 500); 4 Nov 2005 19:13:41 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 82077 invoked by uid 500); 4 Nov 2005 19:13:41 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 82065 invoked by uid 99); 4 Nov 2005 19:13:41 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2005 11:13:41 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id DC40623C for ; Fri, 4 Nov 2005 20:13:19 +0100 (CET) Message-ID: <1158029630.1131131599878.JavaMail.jira@ajax.apache.org> Date: Fri, 4 Nov 2005 20:13:19 +0100 (CET) From: "Matt Hogstrom (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-1128) Derby Log Viewer performance problem In-Reply-To: <1927613420.1130957575275.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-1128?page=all ] Matt Hogstrom updated GERONIMO-1128: ------------------------------------ Fix Version: 1.1 > Derby Log Viewer performance problem > ------------------------------------ > > Key: GERONIMO-1128 > URL: http://issues.apache.org/jira/browse/GERONIMO-1128 > Project: Geronimo > Type: Bug > Components: console > Versions: 1.0 > Environment: Win32 w/ latest 1.4.2 JDK > Reporter: Donald Woods > Fix For: 1.1 > > When the Derby Log Viewer is rendered on the Servers Log page, the DerbyLogHelper.java copying ALL lines from derby.log and sending it back as a request attribute. As the Derby logfile grows, this will consume more server cycles and eventually impact other user apps and response time. > Also, the BufferedReader/FileReader is never closed, so this will leak a file handle everytime the page is rendered. > This portlet needs to be replaced with the logmanager/LogViewerPortet implementation, so users can choose how many lines to display.... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira