Open MonsieurNicolas opened 3 years ago
this came up again during theoretical TPS measurements that @bboston7 did, so should probably be prioritized soon
Another acceptable solution (if it works) that came up during the planning meeting is to adjust our tests to generate load from watcher nodes and increase the resources available to those watcher nodes in SSC. This might be a good approach if backgrounding loadgen tasks is painful.
Right now it looks like
loadgen
performs a lot (too much?) of heavy work on the main thread:As loadgen is scheduled like anything else, I wonder if there is some weird scheduling interaction between the node doing "real work" and performing loadgen related work.
I don't know if it's easy to quantify that effect, or if we should just mitigate all of those issues somehow.