Bug 60050 - CSV Data Set : Make it clear in the logs when a thread will exit due to this configuration
Summary: CSV Data Set : Make it clear in the logs when a thread will exit due to this ...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.0
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-26 19:51 UTC by Philippe Mouawad
Modified: 2016-08-26 19:57 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2016-08-26 19:51:56 UTC
It is sometimes hard for beginners to understand why a thread has exited due to :
- Recycle = false
- Stop Thread = true

Even for experts, you might during development set those CSV properties to play with the CSV only once and forget to switch it back.

Currently the only log is:

- 2016/08/26 21:40:00 INFO  - jmeter.threads.JMeterThread: Stop Thread seen: org.apache.jorphan.util.JMeterStopThreadException: End of file detected
Comment 1 Philippe Mouawad 2016-08-26 19:57:04 UTC
Author: pmouawad
Date: Fri Aug 26 19:55:51 2016
New Revision: 1757914

URL: http://svn.apache.org/viewvc?rev=1757914&view=rev
Log:
Bug 60050 - CSV Data Set : Make it clear in the logs when a thread will exit due to this configuration
Bugzilla Id: 60050

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/config/CSVDataSet.java
    jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterThread.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:05 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4074