Return-Path: X-Original-To: apmail-jmeter-dev-archive@minotaur.apache.org Delivered-To: apmail-jmeter-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C475F164 for ; Thu, 4 Apr 2013 14:53:24 +0000 (UTC) Received: (qmail 27134 invoked by uid 500); 4 Apr 2013 14:53:23 -0000 Delivered-To: apmail-jmeter-dev-archive@jmeter.apache.org Received: (qmail 26126 invoked by uid 500); 4 Apr 2013 14:53:13 -0000 Mailing-List: contact dev-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list dev@jmeter.apache.org Received: (qmail 26099 invoked by uid 99); 4 Apr 2013 14:53:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Apr 2013 14:53:12 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of philippe.mouawad@gmail.com designates 209.85.223.182 as permitted sender) Received: from [209.85.223.182] (HELO mail-ie0-f182.google.com) (209.85.223.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Apr 2013 14:53:05 +0000 Received: by mail-ie0-f182.google.com with SMTP id at1so3107880iec.13 for ; Thu, 04 Apr 2013 07:52:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=HAwIa8VplDSzKZiTSo/setdYhl24HsG0ztGLyiWPlf8=; b=j5LcJ8lkheyxu+LpojK5uB+qGz0hQ+poN9gpsGvsfSHl3Lt0PmY31ypCdfgtULaAIf lUnzaad9UdSXfBTwK5hS/TmkgN4PE44/5ZwUXjxbyFUz9Kf3rBFIkBW0xxHGYp6WO/pE uOkk3dYc2DG89Kmp7vbMocsrYP9EVVwyu6k9R2L44TqZhDJhlipZXvqqVqVc895++Y+l t5Uz/dIMF4dLn+BWZsL+8G69SQTCt+wqDXAG1Y/ZddfGh9o4awYv+ZMuLUpqOA4ATPI7 ag69bqRX+z/xwflLKikU9BTvLxxo9EBrPKCGqAEIs5+Z0/t8zWY2JnIIXJeREi2mDvCN ba/w== MIME-Version: 1.0 X-Received: by 10.50.236.42 with SMTP id ur10mr4059994igc.16.1365087164461; Thu, 04 Apr 2013 07:52:44 -0700 (PDT) Received: by 10.43.100.74 with HTTP; Thu, 4 Apr 2013 07:52:44 -0700 (PDT) In-Reply-To: References: <20130401200534.47B0023888CD@eris.apache.org> Date: Thu, 4 Apr 2013 16:52:44 +0200 Message-ID: Subject: Re: svn commit: r1463274 - in /jmeter/trunk: src/core/org/apache/jmeter/reporters/ResultCollector.java xdocs/changes.xml From: Philippe Mouawad To: dev@jmeter.apache.org Content-Type: multipart/alternative; boundary=14dae9340c8386837404d98a1f37 X-Virus-Checked: Checked by ClamAV on apache.org --14dae9340c8386837404d98a1f37 Content-Type: text/plain; charset=ISO-8859-1 Done On Wed, Apr 3, 2013 at 12:48 PM, Philippe Mouawad < philippe.mouawad@gmail.com> wrote: > I agree with you so: > > - Document change > - Add a property which by default is new value (autoflush = false) and > document it > > Regards > > Philippe > > On Wed, Apr 3, 2013 at 12:22 PM, sebb wrote: > >> On 3 April 2013 07:00, Philippe Mouawad >> wrote: >> >> > Hello Sebb, >> > I think today if jmeter crashes before the flusj we will have an >> incomplete >> > file, the difference is that now it can loose up to 8kb. >> > >> > I don't remember seing jmeter crash in my testing experiences and if it >> > does it would mean: >> > - it was overloaded so test has big chances to be invalid >> > - or we met a java bug , rather very rare. >> > >> > I can add a config parameter but don't we have a lot ? >> > >> >> A property would be sufficient. >> >> In any case, the change needs to be properly documented, especially if the >> default is changed (that needs to be identified as an Incompatible >> Change). >> >> >> > Regards >> > Philippe >> > >> > On Wednesday, April 3, 2013, sebb wrote: >> > >> > > On 1 April 2013 21:05, > wrote: >> > > >> > > > Author: pmouawad >> > > > Date: Mon Apr 1 20:05:33 2013 >> > > > New Revision: 1463274 >> > > > >> > > > URL: http://svn.apache.org/r1463274 >> > > > Log: >> > > > Bug 54777 - Improve Performance of default ResultCollector >> > > > Bugzilla Id: 54777 >> > > > >> > > > >> > > -1 >> > > >> > > I think the change is wrong as it stands. >> > > >> > > Dropping autoflush means that some files might be incomplete if JMeter >> > > crashes. >> > > And the change is not even identified as a behaviour change. >> > > >> > > I think the change needs to be optional. >> > > I'm not convinced that the default needs to be changed. >> > > And the change needs to be better documented. >> > > >> > > Modified: >> > > > >> > > jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultCollector.java >> > > > jmeter/trunk/xdocs/changes.xml >> > > > >> > > > Modified: >> > > > >> jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultCollector.java >> > > > URL: >> > > > >> > > >> > >> http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultCollector.java?rev=1463274&r1=1463273&r2=1463274&view=diff >> > > > >> > > > >> > > >> > >> ============================================================================== >> > > > --- >> > > jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultCollector.java >> > > > (original) >> > > > +++ >> > > jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultCollector.java >> > > > Mon Apr 1 20:05:33 2013 >> > > > @@ -420,7 +420,7 @@ public class ResultCollector extends Abs >> > > > } >> > > > } >> > > > writer = new PrintWriter(new OutputStreamWriter(new >> > > > BufferedOutputStream(new FileOutputStream(filename, >> > > > - trimmed)), >> SaveService.getFileEncoding("UTF-8")), >> > > > true); // $NON-NLS-1$ >> > > > + trimmed)), >> SaveService.getFileEncoding("UTF-8")), >> > > > false); // $NON-NLS-1$ >> > > > log.debug("Opened file: "+filename); >> > > > files.put(filename, new FileEntry(writer, saveConfig)); >> > > > } else { >> > > > >> > > > Modified: jmeter/trunk/xdocs/changes.xml >> > > > URL: >> > > > >> > > >> > >> http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1463274&r1=1463273&r2=1463274&view=diff >> > > > >> > > > >> > > >> > >> ============================================================================== >> > > > --- jmeter/trunk/xdocs/changes.xml (original) >> > > > +++ jmeter/trunk/xdocs/changes.xml Mon Apr 1 20:05:33 2013 >> > > > @@ -153,6 +153,7 @@ This does not affect JMeter operation. >> > > >
    >> > > >
  • 54532 - Improve Response Time Graph Y axis >> > > scale >> > > > with huge values or small values (< 1000ms). Add a new field to >> > define >> > > > increment scale
  • >> > > >
  • 54576 - View Results Tree : Add a >> CSS/JQuery >> > > > Tester
  • >> > > > +
  • 54777 - Improve Performance of default >> > > > ResultCollector
  • >> > > >
>> > > > >> > > >

Timers, Assertions, Config, Pre- & Post-Processors

>> > > > >> > > > >> > > > >> > > >> > >> > >> > -- >> > Cordialement. >> > Philippe Mouawad. >> > >> > > > > -- > Cordialement. > Philippe Mouawad. > > > -- Cordialement. Philippe Mouawad. --14dae9340c8386837404d98a1f37--