Skip to content
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

release-2.1: changefeedccl: fix bug with changefeeds on previously backfilled tables #34362

Merged
merged 1 commit into from
Jan 30, 2019

Conversation

danhhz
Copy link
Contributor

@danhhz danhhz commented Jan 29, 2019

Backport 1/1 commits from #34317.

/cc @cockroachdb/release

Resolved small cherry-pick conflicts in helpers_test.go because an adjacent line had changed and in TestChangefeedAfterSchemaChangeBackfill because release-2.1 doesn't have rangefeedTest.


An internal sanity assertion was a bit overeager. It double-check that
if a schema change backfill happened, that we've also done the
changefeed backfill, but it was also triggering on schema change
backfills that happened before the changefeed even started.

Closes #34314

Release note (bug fix): CHANGEFEED now can be started on tables that
have previously been backfilled by schema changes.

An internal sanity assertion was a bit overeager. It double-check that
if a schema change backfill happened, that we've also done the
changefeed backfill, but it was also triggering on schema change
backfills that happened before the changefeed even started.

Closes cockroachdb#34314

Release note (bug fix): `CHANGEFEED` now can be started on tables that
have previously been backfilled by schema changes.
@danhhz danhhz requested review from nvanbenschoten and a team January 29, 2019 15:32
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@danhhz
Copy link
Contributor Author

danhhz commented Jan 30, 2019

Thanks!

@danhhz danhhz merged commit f122145 into cockroachdb:release-2.1 Jan 30, 2019
@danhhz danhhz deleted the backport2.1-34317 branch January 30, 2019 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants