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

sql: thread WriteAtRequestTimestamp through BackfillerSpec #76064

Conversation

stevendanna
Copy link
Collaborator

This change was pulled out of the index backfiller PR (#73878). It
threads the new WriteAtRequestTimestamp option supported by AddSSTable
into the bulk processor.

In this PR nothing sets this to true, so it should be a no-op, but it
means one less file to keep rebasing when people steal my integer.

Release note: None

This change was pulled out of the index backfiller PR (cockroachdb#73878). It
threads the new WriteAtRequestTimestamp option supported by AddSSTable
into the bulk processor.

In this PR nothing sets this to true, so it should be a no-op, but it
means one less file to keep rebasing when people steal my integer.

Release note: None
@stevendanna stevendanna requested a review from a team February 4, 2022 14:05
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@stevendanna stevendanna requested a review from dt February 4, 2022 14:05
@dt
Copy link
Member

dt commented Feb 4, 2022

Probably want to wait on this; we're changing the KV API to combine WriteAtRequestTimestamp and SSTTimestamp

@stevendanna
Copy link
Collaborator Author

@dt Alrighty, I'll keep an eye out for that. Thanks!

@dt
Copy link
Member

dt commented Feb 4, 2022

Alternatively, you might be able to sneak this in before @erikgrinaker's change and then let him update it at the same time. Just need to serialize one way or the other.

@erikgrinaker
Copy link
Contributor

Alternatively, you might be able to sneak this in before @erikgrinaker's change and then let him update it at the same time. Just need to serialize one way or the other.

Yeah, either is fine with me. I plan on getting that done this weekend.

@stevendanna
Copy link
Collaborator Author

Let's just wait if it is going to change anyway.

@stevendanna stevendanna closed this Feb 4, 2022
@dt
Copy link
Member

dt commented Feb 17, 2022

For posterity, this was completed as part of the larger backfiller change, so we're happily writing at request timestamp (nearly) everywhere now.

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.

4 participants