Bug 66116

Summary: The Throughtput Controller Can't Take The variables Fair From CSV Data set Config maybe
Product: JMeter - Now in Github Reporter: TaoLu <ttaolu>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: NEW ---    
Severity: major    
Priority: P2    
Version: unspecified   
Target Milestone: JMETER_5.5   
Hardware: PC   
OS:    
Attachments: The Jmx script

Description TaoLu 2022-06-14 08:05:07 UTC
Created attachment 38315 [details]
The Jmx script

When there are multiple controllers, it is found that the distribution of values is uneven


the result file:
timeStamp,elapsed,label,threadName,success,URL
1655192394865,0,BeanShell Sampler3,Thread Group 1-1,true,http://2.2.2.2:22/hi
1655192394865,0,BeanShell Sampler2,Thread Group 1-1,true,http://1.1.1.1:22/hi
1655192394865,0,BeanShell Sampler1,Thread Group 1-1,true,http://2.2.2.2:22/hi
1655192394865,0,BeanShell Sampler3,Thread Group 1-1,true,http://2.2.2.2:22/hi
1655192394865,0,BeanShell Sampler2,Thread Group 1-1,true,http://2.2.2.2:22/hi
1655192394865,0,BeanShell Sampler3,Thread Group 1-1,true,http://1.1.1.1:22/hi
...

count 1.1.1.1=200
count 2.2.2.2=400

The desired result is that the sampler sends the same number of requests to both host
Is there any other good way
Comment 1 The ASF infrastructure team 2022-09-24 20:38:23 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5678