-
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: timeout in TestAlterChangefeedDatabaseQualifiedNames #83253
Comments
ajwerner
added
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
A-cdc
Change Data Capture
labels
Jun 23, 2022
cc @cockroachdb/cdc |
ajwerner
changed the title
changefeedccl: timeout in TestChangefeedDatabaseQualifiedNames
changefeedccl: timeout in TestAlterChangefeedDatabaseQualifiedNames
Jun 23, 2022
This might just be because several ALTER CHANGEFEED tests set |
craig bot
pushed a commit
that referenced
this issue
Jun 29, 2022
83530: changefeedccl: do not error out on checkpoint during pause-requested r=samiskin a=samiskin Resolves #83253 Previously there was a race condition where we could attempt to checkpoint while the job was in a pause-requested state and would error out. Since the changefeed should still be running normally during *-requested states this should not error. Release note (bug fix): Changefeeds no longer error out when attempting to checkpoint during intermediate pause-requested or cancel-requested states. Co-authored-by: Shiranka Miskin <[email protected]>
blathers-crl bot
pushed a commit
that referenced
this issue
Jun 29, 2022
Resolves #83253 Previously there was a race condition where we would attempt to checkpoint while the job was in a pause-requested state. Since the changefeed should still be running normally during requested states this should not error. Release note (bug fix): Changefeeds no longer error out when attempting to checkpoint during intermediate pause-requested or cancel-requested states.
Here is a failure of this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the problem
https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_EssentialCi/5537804?showRootCauses=false&expandBuildChangesSection=true&expandBuildProblemsSection=true&expandBuildDeploymentsSection=true
Jira issue: CRDB-16952
The text was updated successfully, but these errors were encountered: