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

db: flushable ingest excise fixes #3443

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

itsbilal
Copy link
Member

Previously, we'd repeatedly call Excise() if we had multiple files to ingest, and we'd mutate the ingestSplitFile param. This change fixes that.

Also update the metamorphic test to resume testing IngestAndExcise with sstContainsExciseTombstone=true.

Previously, we'd repeatedly call Excise() if we had multiple files
to ingest, and we'd mutate the ingestSplitFile param. This change
fixes that.

Also update the metamorphic test to resume testing IngestAndExcise
with sstContainsExciseTombstone=true.
@itsbilal itsbilal requested review from aadityasondhi and a team March 22, 2024 20:17
@cockroach-teamcity
Copy link
Member

This change is Reviewable

This change makes some fixes to prevent overwriting too much
keyManager history when merging a batch into the db as part of an
ingestAndExciseOp.
@itsbilal
Copy link
Member Author

@RaduBerinde I incorporated your suggestions from #3437 in here as the second commit

Copy link
Member

@RaduBerinde RaduBerinde left a comment

Choose a reason for hiding this comment

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

Both commits :lgtm:

Thanks!

Reviewable status: 0 of 6 files reviewed, all discussions resolved (waiting on @aadityasondhi)

@itsbilal
Copy link
Member Author

TFTR!

@itsbilal itsbilal merged commit 83e9444 into cockroachdb:master Mar 22, 2024
11 checks passed
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