You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2004/06/03 07:39:48 UTC

DO NOT REPLY [Bug 29352] New: - Memory leak in Distributed testing

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29352>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29352

Memory leak in Distributed testing

           Summary: Memory leak in Distributed testing
           Product: JMeter
           Version: Nightly (Please specify date)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: takeichim@nttdata.co.jp


When we enable 'hold_samples' in Distributed testing, 
java.lang.OutOfMemoryError occurs in a remote server.

RemoteListenerWrapper stores SampleEvents in its 'sampleStore' variable.
So when a size of sampleStore object exceeds JVM heap size,
OutOfMemoryError do happens.


I think the following new feature is required.
   * Serialize and Store sampleEvents in File or DB, not Memory during a test.
   * Load and Deserialize sampleEvents from File or DB after a test.

I'll design the basic architecture for the above feature.

Regards,

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org