-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
kvserver: explain our use of (*raftGroup).ReportSnapshot #87702
Conversation
Closes cockroachdb#87581. Release note: None
e84dea2
to
b34ef27
Compare
PS happy to accept extra commits to this PR with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @tbg)
bors r=andrewbaptist |
Build succeeded: |
Suggested by Nathan[^1]. [^1]: cockroachdb#87702 (comment) Release note: None
88129: opt: copy ColSet in CreateLocalityOptimizedLookupJoinPrivateIncludingCols r=mgartner a=mgartner `CreateLocalityOptimizedLookupJoinPrivateIncludingCols` was mutating a `opt.ColSet` field of another `LookupJoinPrivate` because it was calling `ColSet.UnionWith` without copying the `ColSet` first. This commit fixes the bug. Fixes #88126 Release note: None 88130: changefeedccl: avoid concurrent map access r=[miretskiy] a=HonoreDB go 1.18 introduced more stringent checks for unsafe concurrent map use, surfacing some new and exciting panics in changefeed code. When backported, fixes #87939 When backported, fixes #88089 When backported, fixes #87899 Release note (bug fix): Fixed crashes in changefeed code when running on recent go versions. 88134: kvserver: tweak a comment about raft snaps r=nvanbenschoten a=tbg Suggested by Nathan[^1]. [^1]: #87702 (comment) Release note: None Co-authored-by: Marcus Gartner <[email protected]> Co-authored-by: Aaron Zinger <[email protected]> Co-authored-by: Tobias Grieger <[email protected]>
Closes #87581.
Release note: None