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

changefeedccl: cleanup deprecated pts handling #89975

Merged
merged 1 commit into from
Dec 15, 2022

Conversation

samiskin
Copy link
Contributor

@samiskin samiskin commented Oct 14, 2022

Resolves #89450

Going forward we no longer want customers to be able to turn off active protected timestamps, as we always want to remain resilient to low ttl tables.

Release note (enterprise change):
The changefeed.active_protected_timestamps.enabled cluster setting has been removed and is always treated as if it was true.

@samiskin samiskin requested a review from a team as a code owner October 14, 2022 14:08
@samiskin samiskin requested review from ajwerner and removed request for a team October 14, 2022 14:08
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@samiskin samiskin requested a review from miretskiy October 14, 2022 14:10
pkg/ccl/changefeedccl/changefeed_stmt.go Outdated Show resolved Hide resolved
@samiskin samiskin force-pushed the cleanup-deprecated-pts branch from 0e21e9d to 365a8b1 Compare November 6, 2022 12:44
@samiskin
Copy link
Contributor Author

samiskin commented Nov 7, 2022

bors r+

craig bot pushed a commit that referenced this pull request Nov 7, 2022
89975: changefeedccl: cleanup deprecated pts handling r=samiskin a=samiskin

Resolves #89450

Going forward we no longer want customers to be able to turn off active protected timestamps, as we always want to remain resilient to low ttl tables.

Release note (enterprise change):
The changefeed.active_protected_timestamps.enabled cluster setting has been removed and is always treated as if it was true.

Co-authored-by: Shiranka Miskin <[email protected]>
@craig
Copy link
Contributor

craig bot commented Nov 7, 2022

Build failed:

@irfansharif
Copy link
Contributor

Bump, this may have fallen through the cracks. I'm working on #89233 now which Yev tells me is contingent on this going in.

@samiskin
Copy link
Contributor Author

Ah sorry forgot to get back to it, will rebase and bors by eod

@samiskin samiskin force-pushed the cleanup-deprecated-pts branch from 365a8b1 to 000b87a Compare December 14, 2022 22:04
@samiskin
Copy link
Contributor Author

bors r+

@irfansharif
Copy link
Contributor

bors r-

Use --sandbox_debug to see verbose messages from the sandbox
pkg/ccl/changefeedccl/changefeed_processors.go:1248:14: undefined: timestampManager

@craig
Copy link
Contributor

craig bot commented Dec 14, 2022

Canceled.

@samiskin samiskin force-pushed the cleanup-deprecated-pts branch from 000b87a to 05da337 Compare December 14, 2022 22:59
Going forward we no longer want customers to be able to turn off
active protected timestamps, as we always want to remain resilient to
low ttl tables.

Release note (enterprise change):
The changefeed.active_protected_timestamps.enabled cluster setting has
been removed and is always treated as if it was true.
@samiskin samiskin force-pushed the cleanup-deprecated-pts branch from 05da337 to dce1723 Compare December 14, 2022 23:03
@irfansharif
Copy link
Contributor

Going to bors it your behalf. Happy thursday!

bors r+

@craig
Copy link
Contributor

craig bot commented Dec 15, 2022

Build succeeded:

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.

cdc: Remove deprecated PTS code
4 participants