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
We're seeing some inter-run instability when running sysbench oltp_read_write
to the tune of 1-2% CoV with repeated 10 minute runs. Some digging has pointed
to the fact that the allocator is both not aggressive enough at the beginning
of runs, and that its CPU threshold for moving leaseholders is too large.
Racheting up the aggressiveness and lowering the thresholds helps improve
repeated run performance and lower the CoV. Adding these settings to the
"settings" run to see if it helps stabilize things there.
Epic: none
Release note: none
0 commit comments