Skip to content

storage: disable BlockPropertyCollectors for SSTWriter#73765

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
sumeerbhola:bpc_sst
Dec 14, 2021
Merged

storage: disable BlockPropertyCollectors for SSTWriter#73765
craig[bot] merged 1 commit intocockroachdb:masterfrom
sumeerbhola:bpc_sst

Conversation

@sumeerbhola
Copy link
Copy Markdown
Collaborator

There is a todo to enable it for MakeIngestionSSTWriter,
which will require plumbing either the cluster version
or a reference to the Engine to the function, so one can
determine that it is safe to do so.
Without this change, tests that mix Pebble old and new
versions fail because old versions cannot parse sstable
index entries containing block properties.

Fixes #73485,#73708

Release note: None

There is a todo to enable it for MakeIngestionSSTWriter,
which will require plumbing either the cluster version
or a reference to the Engine to the function, so one can
determine that it is safe to do so.
Without this change, tests that mix Pebble old and new
versions fail because old versions cannot parse sstable
index entries containing block properties.

Fixes cockroachdb#73485,cockroachdb#73708

Release note: None
@sumeerbhola sumeerbhola requested review from a team, dt and stevendanna December 13, 2021 22:07
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

Copy link
Copy Markdown
Contributor

@dt dt left a comment

Choose a reason for hiding this comment

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

Thanks!

Filed #73768 to track doing this plumbing so we don't forget.

Copy link
Copy Markdown
Contributor

@itsbilal itsbilal 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 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @stevendanna)

@sumeerbhola
Copy link
Copy Markdown
Collaborator Author

TFTRs!

@sumeerbhola
Copy link
Copy Markdown
Collaborator Author

bors r+

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Dec 14, 2021

Build succeeded:

@craig craig bot merged commit 7e885e1 into cockroachdb:master Dec 14, 2021
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.

roachtest: import/mixed-versions failed

4 participants