Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roachtest/tpcc: reduce load during rebalance period #59206

Merged

Commits on Jan 20, 2021

  1. roachtest/tpcc: reduce load during rebalance period

    Relates to cockroachdb#58298.
    
    One thing I've noticed when looking into cockroachdb#58298 is that we were often
    badly overloading the cluster during the rebalance wait period. During
    this time, we just want to apply a small amount of load to help instruct
    load-based splitting and rebalancing. But in some cases, we were
    completely overloading the cluster. We also weren't ramping up the load,
    as we had intended to.
    
    This commit fixes both of these issues. It adds a ramp period for the
    first quarter of the rebalance time and it scales the txn rate based on
    the expected max warehouse count instead of the loaded warehouse count.
    nvanbenschoten committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    84ad5cd View commit details
    Browse the repository at this point in the history