Skip to content

streamingccl: make completeStreamIngestion use jobs.Update API#80090

Merged
craig[bot] merged 2 commits intocockroachdb:masterfrom
gh-casper:fix-complete-ingestion-2
Jun 8, 2022
Merged

streamingccl: make completeStreamIngestion use jobs.Update API#80090
craig[bot] merged 2 commits intocockroachdb:masterfrom
gh-casper:fix-complete-ingestion-2

Conversation

@gh-casper
Copy link
Copy Markdown
Contributor

Currently, completeStreamIngestion uses direct queries against
jobs table to select the job, and update the job record.
Now we are using jobs.Update api.

Release note: None

Closes: #78415

@gh-casper gh-casper requested a review from a team as a code owner April 18, 2022 02:33
@gh-casper gh-casper requested review from HonoreDB and removed request for a team April 18, 2022 02:33
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

Copy link
Copy Markdown
Contributor

@miretskiy miretskiy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @HonoreDB)

@gh-casper gh-casper force-pushed the fix-complete-ingestion-2 branch from 51d99f1 to 07e2000 Compare April 19, 2022 05:45
@gh-casper gh-casper requested review from a team and msbutler and removed request for a team April 19, 2022 05:45
@gh-casper
Copy link
Copy Markdown
Contributor Author

bors r+

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Apr 20, 2022

Build failed:

gh-casper added 2 commits June 8, 2022 09:16
Currently we have to let call site to wait until highwater
mark passed the target cutover time before setting it.

Release note: None
Currently, completeStreamIngestion uses direct queries against
jobs table to select the job, and update the job record.
Now we are using jobs.Update api.

Release note: None
@gh-casper gh-casper force-pushed the fix-complete-ingestion-2 branch from 07e2000 to 8740ee6 Compare June 8, 2022 18:28
@gh-casper
Copy link
Copy Markdown
Contributor Author

bors r+

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Jun 8, 2022

Build failed (retrying...):

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Jun 8, 2022

Build failed:

@gh-casper
Copy link
Copy Markdown
Contributor Author

bors r+

@craig craig bot merged commit 7d365bc into cockroachdb:master Jun 8, 2022
@craig
Copy link
Copy Markdown
Contributor

craig bot commented Jun 8, 2022

Build succeeded:

@shermanCRL shermanCRL added the A-tenant-streaming Including cluster streaming label Jul 6, 2022
@shermanCRL shermanCRL added this to the 22.2 milestone Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-tenant-streaming Including cluster streaming

Projects

None yet

Development

Successfully merging this pull request may close these issues.

changefeedccl: Fix completeStreamIngestion implementation

4 participants