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

Philippe Mouawad <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |om
             Status|NEW                         |NEEDINFO

--- Comment #1 from Philippe Mouawad <[email protected]> ---
(In reply to eric.markowitz from comment #0)
> The java.text.SimpleDateFormatter class is not thread safe, but jmeter
> reuses a SimpleDateFormatter instance across threads.  As a result, the
> saved timestamp is sometimes incorrect.  Here is the stack trace of one of
> the offending locations: 
> 
> org.apache.jmeter.save.CSVSaveService.resultToDelimitedString(CSVSaveService.
> java:868)
> org.apache.jmeter.save.CSVSaveService.resultToDelimitedString(CSVSaveService.
> java:784)
> org.apache.jmeter.reporters.ResultCollector.sampleOccurred(ResultCollector.
> java:559)
> org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.
> java:67)
> org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:819)
> org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.
> java:493)
> org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:410)
> org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:241)
> java.lang.Thread.run(Thread.java:745)

Hello Eric,
Thanks for report, but where is the SimpleDateFormatter you mention ?
What version of JMeter are you using ?

Thanks

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

Reply via email to