-
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: restore/pause/tpce/15GB/aws/nodes=4/cpus=8 failed #139310
Comments
@dt it looks like this is caused by #138104. If there is not progress record, crdb_internal.jobs returns NULL instead of 0 for |
As of cockroachdb#138104, `fraction_completed` is NULL if there is no progress checkpoint for the job. Semantically, this is the right value. It's weird that jobs with a frontier like CDC jobs would start out with fraction_completed = 0 then switch to NULL once a checkpoint was recorded. Fixes: cockroachdb#139308 Part of: cockroachdb#139310 Release note: none
roachtest.restore/pause/tpce/15GB/aws/nodes=4/cpus=8 failed with artifacts on release-25.1 @ 29c0a3d5161b6818e414efc9c35321c1c0416e19:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for aws clusters Same failure on other branches
|
roachtest.restore/pause/tpce/15GB/aws/nodes=4/cpus=8 failed with artifacts on release-25.1 @ 6123ebaa10c3847899aa81b09ec4cb8d08c0bd6d:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for aws clusters Same failure on other branches
|
roachtest.restore/pause/tpce/15GB/aws/nodes=4/cpus=8 failed with artifacts on release-25.1 @ 6123ebaa10c3847899aa81b09ec4cb8d08c0bd6d:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for aws clusters Same failure on other branches
|
roachtest.restore/pause/tpce/15GB/aws/nodes=4/cpus=8 failed with artifacts on release-25.1 @ 6123ebaa10c3847899aa81b09ec4cb8d08c0bd6d:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for aws clusters Same failure on other branches
|
139359: roachtest: pause restore test should tolerate null fraction_completed r=jeffswenson a=jeffswenson As of #138104, `fraction_completed` is NULL if there is no progress checkpoint for the job. Semantically, this is the right value. It's weird that jobs with a frontier like CDC jobs would start out with fraction_completed = 0 then switch to NULL once a checkpoint was recorded. Fixes: #139308 Part of: #139310 Release note: none 139497: catalog/lease: deflake TestLeaseAtLatestVersion r=rafiss a=fqazi Currently, TestLeaseAtLatestVersion can flake when the initial version of a descriptor is acquired, which this test is not designed to handle. To address this, this patch will intentionally use a different database for the timestamp table, so that publishing a new version or a slow range feed does not acquire the kv table in the same schema. Fixes: #139386 Release note: None 139504: sql: avoid hangs in TestBackfillWithProtectedTS r=rafiss a=rafiss This test has been flaking. I haven't reproduced the failure yet, but this patch will at least make it so the test doesn't hang if an internal step fails, so we should be able to debug flakes more easily. informs #139281 informs #139493 Release note: None Co-authored-by: Jeff Swenson <[email protected]> Co-authored-by: Faizan Qazi <[email protected]> Co-authored-by: Rafi Shamim <[email protected]>
As of #138104, `fraction_completed` is NULL if there is no progress checkpoint for the job. Semantically, this is the right value. It's weird that jobs with a frontier like CDC jobs would start out with fraction_completed = 0 then switch to NULL once a checkpoint was recorded. Fixes: #139308 Part of: #139310 Release note: none
roachtest.restore/pause/tpce/15GB/aws/nodes=4/cpus=8 failed with artifacts on release-25.1 @ 0a14af43960ce2fcb79a2624d3b94fe2ce3662e2:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for aws clusters |
roachtest.restore/pause/tpce/15GB/aws/nodes=4/cpus=8 failed with artifacts on release-25.1 @ f9c2a2f417a567a1dc6e7b23b41b8759cf62d077:
Parameters:
arch=arm64
cloud=aws
coverageBuild=false
cpu=8
encrypted=false
fs=ext4
localSSD=false
runtimeAssertionsBuild=false
ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
Grafana is not yet available for aws clusters
Same failure on other branches
This test on roachdash | Improve this report!
Jira issue: CRDB-46592
The text was updated successfully, but these errors were encountered: