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

sql: refactor ConcurrentWriteBuffer into ConcurrentBufferGuard #75176

Merged
merged 1 commit into from
Feb 4, 2022

Conversation

Azhng
Copy link
Contributor

@Azhng Azhng commented Jan 19, 2022

This commit refactors the pattern used in ConcurrentWriterBuffer used in
transaction ID cache into a generic helper data structure to allow for
future reuse.

Partially address #74487

Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@Azhng Azhng requested a review from a team January 19, 2022 23:40
@Azhng Azhng marked this pull request as ready for review January 19, 2022 23:40
@Azhng Azhng force-pushed the txn-id-guard branch 4 times, most recently from 17d84d5 to db66b10 Compare February 3, 2022 03:12
This commit refactors the pattern used in ConcurrentWriterBuffer used in
transaction ID cache into a generic helper data structure to allow for
future reuse.

Partially address cockroachdb#74487

Release note: None
Copy link
Contributor

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

@Azhng
Copy link
Contributor Author

Azhng commented Feb 4, 2022

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Feb 4, 2022

Build succeeded:

@craig craig bot merged commit 3eb782c into cockroachdb:master Feb 4, 2022
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