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

storage: clarify and test overlapping SST range keys in Export #83927

Merged
merged 1 commit into from
Jul 7, 2022

Conversation

erikgrinaker
Copy link
Contributor

This patch clarifies that an Export with overlapping MVCC range
tombstones across two SSTs due to SplitMidKey will be handled
correctly both by multiplexed iteration with NewPebbleSSTIterator(),
and by AddSSTable.

Release note: None

This patch clarifies that an `Export` with overlapping MVCC range
tombstones across two SSTs due to `SplitMidKey` will be handled
correctly both by multiplexed iteration with `NewPebbleSSTIterator()`,
and by `AddSSTable`.

Release note: None
@erikgrinaker erikgrinaker self-assigned this Jul 6, 2022
@erikgrinaker erikgrinaker requested review from a team as code owners July 6, 2022 19:10
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@nicktrav nicktrav left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @aliher1911 and @sumeerbhola)

@erikgrinaker
Copy link
Contributor Author

TFTR!

bors r=nicktrav

@craig
Copy link
Contributor

craig bot commented Jul 7, 2022

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Jul 7, 2022

Build succeeded:

@craig craig bot merged commit 1abab4c into cockroachdb:master Jul 7, 2022
@erikgrinaker erikgrinaker deleted the export-sst-overlap branch July 12, 2022 17:06
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.

3 participants