You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sitano
changed the title
Ahead of line blocking of stats reporter by the load generator workers
head-of-line blocking of stats reporter by the load generator workers
Jan 15, 2021
Fix following things:
1. Get rid of 2 histograms per thread to reduce memory usage
2. Make latency printing non-blocking
3. Reorganize code
4. Get rid of histogram merging
fixesscylladb#80, scylladb#49, scylladb#73, scylladb#69
stats reporter gets blocked by the workers:
https://github.com/scylladb/scylla-bench/blob/master/modes.go#L118'
depends on the request latency in the worker
The text was updated successfully, but these errors were encountered: