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

colexec: close the ordered sync used by the external sorter #75771

Merged
merged 2 commits into from
Feb 2, 2022

Conversation

yuzefovich
Copy link
Member

colexec: close the ordered sync used by the external sorter

Previously, we forgot to close the ordered synchronizer that is used by
the external sorter to merge already sorted partitions. This could
result in some tracing spans never being finished and is now fixed.

Release note: None

colexec: return an error rather than logging it on Close in some cases

This error eventually will be logged anyway, but we should try to
propagate it up the stack as much as possible.

Release note: None

Previously, we forgot to close the ordered synchronizer that is used by
the external sorter to merge already sorted partitions. This could
result in some tracing spans never being finished and is now fixed.

Release note: None
This error eventually will be logged anyway, but we should try to
propagate it up the stack as much as possible.

Release note: None
@yuzefovich yuzefovich requested review from michae2, cucaroach and a team February 1, 2022 04:52
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

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

@yuzefovich
Copy link
Member Author

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Feb 2, 2022

Build succeeded:

@craig craig bot merged commit 63988a4 into cockroachdb:master Feb 2, 2022
@yuzefovich yuzefovich deleted the ordered-sync-fix branch February 2, 2022 04:23
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