-
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
changefeedccl: TestPTSRecordProtectsTargetsAndSystemTables failed #135639
Comments
cc @cockroachdb/cdc |
Took a look at this, here are some notes on what I found. The error
We see that the span reconcilation job did start up:
Some evidence that we did run GC on table 23 (systemrole_members) as well:
It's not clear to me we know precisely what happened. I have a feeling to get to the bottom of this further we'll need to
Now that I've written this out, it occurs to me that I think this test Namely, this test calls TestingRefreshPTSState to pts state is |
Thanks @stevendanna. Adding those logs is a bit out of CDC's comfort zone -- can we ask you or someone else more familiar to add them? Also, looks like we got a failure of this through regular CI last night -- #135805 Thanks! |
@asg0451 I'm mostly thinking of two things here.
But, now that I'm looking at this again, perhaps we can make this test stable by installing a testing hook: cockroach/pkg/spanconfig/testing_knobs.go Lines 50 to 52 in 6a7cdb8
|
@stevendanna i've been poking at this again today changes in this branch: #138243 I notice that we DO see the
the protection policy ts mentioned is 1735939402.414327000, which is the same as the batch timestamp in the error msg. but the replica gc threshold in that msg is seconds later. any ideas? |
This test failed under
maybe_stressrace
on Bazel Extended CI on #135613. Seems a little weird given we backported the PR protecting the zones table in #130622.See https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_BazelExtendedCi/17824471?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildProblemsSection=true&expandBuildChangesSection=true&expandBuildTestsSection=true
Jira issue: CRDB-44660
The text was updated successfully, but these errors were encountered: