https://issues.apache.org/bugzilla/show_bug.cgi?id=56728
--- Comment #2 from Mikhail Epikhin <[email protected]> --- Yes, this concept work fine with one JVM. If you want to use something like that with multiple jmeter instances, than you need shard your dataset and use it separately. Distributed mechanism is to slow and have many overheads. I haven't any desire to write my own ZooKeeper / Paxos. It's too slow, too hard. And i don't want to install zookeeper quorum just for named locks for severals tests. It's overhead. It's complicated. I have many tests with high throughput (>100000rps), but most of tests (99.9%) runs from single machine. And in this case this bicycle works very well. We can implement option with multiple modes. Distributed and Single. But now, there are no neither one nor the other. Let's use though single mode. I'll tested this bicycle in non-contention scenario, and 1 native thread can handle ~300000rps on macbook air. It's good performance for this feature. -- You are receiving this mail because: You are the assignee for the bug.
