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: introduce admission-control/elastic-cdc #89656

Merged
merged 1 commit into from
Oct 17, 2022

Commits on Oct 17, 2022

  1. roachtest: introduce admission-control/elastic-cdc

    Part of cockroachdb#89208. This test sets up a 3-node CRDB cluster on 8vCPU
    machines running 1000-warehouse TPC-C, and kicks off a few changefeed
    backfills concurrently. We've observed latency spikes during backfills
    because of its CPU/scan-heavy nature -- it can elevate CPU scheduling
    latencies which in turn translates to an increase in foreground latency.
    
    Also in this commit: routing std{err,out} from prometheus/grafana setup
    that roachtests do to the logger in scope.
    
    Release note: None
    irfansharif committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    42d08d8 View commit details
    Browse the repository at this point in the history