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

colblk: ensure IndexIter releases BufferHandles #3980

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

jbowens
Copy link
Collaborator

@jbowens jbowens commented Sep 27, 2024

Previously, when an IndexIter was initialized with InitHandle, it erroneously overwrote the handle on the struct while initializing the rest of the struct. This would result in the handle never being Released.

Previously, when an IndexIter was initialized with InitHandle, it erroneously
overwrote the handle on the struct while initializing the rest of the struct.
This would result in the handle never being Released.
@jbowens jbowens requested a review from a team as a code owner September 27, 2024 20:34
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@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

@jbowens
Copy link
Collaborator Author

jbowens commented Sep 30, 2024

TFTR!

@jbowens jbowens merged commit 2c420e4 into cockroachdb:master Sep 30, 2024
12 checks passed
@jbowens jbowens deleted the fixup-indexblkhandle branch September 30, 2024 20:49
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