Bug 29352 - Use external store to hold samples during distributed testing
Summary: Use external store to hold samples during distributed testing
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: Nightly (Please specify date)
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-03 05:39 UTC by Masashi Takeichi
Modified: 2012-01-01 14:29 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masashi Takeichi 2004-06-03 05:39:47 UTC
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,
Comment 1 Philippe Mouawad 2012-01-01 14:29:10 UTC
Added DiskStore remote sample sender: like Hold, but saves samples to disk until end of test.

Date: Sun Jan  1 14:28:19 2012
New Revision: 1226252

URL: http://svn.apache.org/viewvc?rev=1226252&view=rev
Log:
Bug 29352 - Use external store to hold samples during distributed testing

Modified:
   jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:33 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1381