-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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: admission-control/disk-bandwidth-limiter failed #129534
Comments
roachtest.admission-control/disk-bandwidth-limiter failed with artifacts on master @ a8f64695f5d025a3347c27ed03ee0e36fbdaacd3:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for aws clusters |
roachtest.admission-control/disk-bandwidth-limiter failed with artifacts on master @ 9e48858c6c8b22af4ec1159bcff6e233e7bfddff:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for aws clusters |
Not a release blocker. Seems like we may need to be more forgiving in the assertions until the new bandwidth limiter lands #129005. |
roachtest.admission-control/disk-bandwidth-limiter failed with artifacts on master @ 7571549d8772a087ab4577d1e770e02582ba5877:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for aws clusters |
roachtest.admission-control/disk-bandwidth-limiter failed with artifacts on master @ 128fcab4c07413513a05aea1d1494943f4bc3092:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for aws clusters |
roachtest.admission-control/disk-bandwidth-limiter failed with artifacts on master @ cba4e7f1fb6a3963c302cc82a58c42da67adc613:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for aws clusters |
roachtest.admission-control/disk-bandwidth-limiter failed with artifacts on master @ c6122f6e6f0d35249a5eef8cab22db49dc43a626:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for aws clusters |
This test might need some tweaks, logs suggest that the foreground workload is exhausting all the tokens and still going over the provisioned value. Looking the last few
|
roachtest.admission-control/disk-bandwidth-limiter failed with artifacts on master @ 83589fb87caa92fb42e83994f1691978f37e4cbb:
Parameters:
|
roachtest.admission-control/disk-bandwidth-limiter failed with artifacts on master @ 41084720464c4144f64d9ddcb46508b4d762c4e8:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for aws clusters |
This patch fixes a few things in this test: - Runs the first step longer to have a fuller LSM to induce block and page cache misses to have some disk reads. - Reduces the throughput of the foreground workload since it was causing saturation on its own. - Assert on total bandwidth since the disk bandwidth limiter should be accounting for reads when determining tokens. Fixes cockroachdb#129534. Release note: None
roachtest.admission-control/disk-bandwidth-limiter failed with artifacts on master @ 8e6e4090457565a41bc3bd8ea954e437030d1c49:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for aws clusters |
131093: storage: disable checkUncertainty on failOnMoreRecent in scanner r=tbg a=tbg It was possible for reads with failOnMoreRecent to hit a ReadWithinUncertaintyIntervalError instead of the desired WriteTooOldError. This commit disables uncertainty checks when failOnMoreRecent is active, as the latter is a stronger check anyway. Fixes #119681. Fixes #131005. Epic: none Release note: None 131384: roachtest: admission-control/disk-bandwidth-limiter test improvements r=sumeerbhola a=aadityasondhi This patch fixes a few things in this test: - Runs the first step longer to have a fuller LSM to induce block and page cache misses to have some disk reads. - Reduces the throughput of the foreground workload since it was causing saturation on its own. - Assert on total bandwidth since the disk bandwidth limiter should be accounting for reads when determining tokens. Fixes #129534. Release note: None 131395: crosscluster/producer: modify lastEmitWait and lastProduceWait computation r=dt a=msbutler This patch modifies the lastEmitWait and lastProduceWait in the crdb_internal.cluster_replication_node streams vtable to be either the current wait or previous wait, if the event stream is currently waiting on that given state. Epic: none Release note: none Co-authored-by: Tobias Grieger <[email protected]> Co-authored-by: Aaditya Sondhi <[email protected]> Co-authored-by: Michael Butler <[email protected]>
This patch fixes a few things in this test: - Runs the first step longer to have a fuller LSM to induce block and page cache misses to have some disk reads. - Reduces the throughput of the foreground workload since it was causing saturation on its own. - Assert on total bandwidth since the disk bandwidth limiter should be accounting for reads when determining tokens. Fixes cockroachdb#129534. Release note: None
roachtest.admission-control/disk-bandwidth-limiter failed with artifacts on master @ c57e04527fbe285402bcadb7f73ce559e85d0c27:
Parameters:
ROACHTEST_arch=arm64
ROACHTEST_cloud=aws
ROACHTEST_coverageBuild=false
ROACHTEST_cpu=8
ROACHTEST_encrypted=false
ROACHTEST_fs=ext4
ROACHTEST_localSSD=true
ROACHTEST_runtimeAssertionsBuild=false
ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
Grafana is not yet available for aws clusters
This test on roachdash | Improve this report!
Jira issue: CRDB-41577
The text was updated successfully, but these errors were encountered: