https://bz.apache.org/bugzilla/show_bug.cgi?id=60137

            Bug ID: 60137
           Summary: Distributed testing and StrippedXXXX mode
           Product: JMeter
           Version: 3.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.moua...@ubik-ingenierie.com

Currently DataStrippingSampleSender works this way:
- If Sample is successful, it strips SampleResult response and children
responses

But if it is in failure, no stripping occurs.
It was initially done to allow reporting errors to controller for better
debugging.

The problem with this is scalability when a lot of errors occur which can lead
to OOM on Controller and slowdown jmeter-server.


I suggest the following:

- Add property sample_sender_strip_also_on_error which will default to true for
performances
- When true, we strip whatever the status, if not we only strip successful
responses

This will provide better scalability for next versions in case of high error
rate and will still provide to users a way to debug distributed tests if they
want at a lower rate.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to