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

colfetcher: disable metamorphic randomization for direct scans #114000

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

yuzefovich
Copy link
Member

This commit makes it so that we no longer - for now - use metamorphic randomization for the default value of
sql.distsql.direct_columnar_scans.enabled cluster setting that controls whether the direct columnar scans (aka "KV projection pushdown") is enabled. It appears that we might be missing some memory accounting in the local fast path of this feature, and some backup-related roachtests run into OOMs with binaries with "enabled assertions". Disabling this metamorphization for now seems good to silence failures in case of this now-known issue.

Informs: #113816

Epic: None

Release note: None

This commit makes it so that we no longer - for now - use metamorphic
randomization for the default value of
`sql.distsql.direct_columnar_scans.enabled` cluster setting that
controls whether the direct columnar scans (aka "KV projection
pushdown") is enabled. It appears that we might be missing some memory
accounting in the local fast path of this feature, and some
backup-related roachtests run into OOMs with binaries with "enabled
assertions". Disabling this metamorphization for now seems good to
silence failures in case of this now-known issue.

Release note: None
@yuzefovich yuzefovich added the backport-23.2.x Flags PRs that need to be backported to 23.2. label Nov 8, 2023
@yuzefovich yuzefovich requested a review from a team as a code owner November 8, 2023 03:28
Copy link

blathers-crl bot commented Nov 8, 2023

It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR?

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@DrewKimball DrewKimball 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 @yuzefovich)

@yuzefovich
Copy link
Member Author

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Nov 8, 2023

Build succeeded:

@craig craig bot merged commit 9743b28 into cockroachdb:master Nov 8, 2023
8 checks passed
@yuzefovich yuzefovich deleted the direct-scans branch November 8, 2023 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-23.2.x Flags PRs that need to be backported to 23.2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants