-
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
roachtest: cdc/cloud-sink-gcs/rangefeed=true failed #87939
Comments
|
I suspect it might be new(ish) opts handling code. It seems that the crash happen early on during the
Which is not okay. |
Removing rel blocker; but need to fix before GA |
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]>
go 1.18 introduced more stringent checks for unsafe concurrent map use, surfacing some new and exciting panics in changefeed code. When backported, fixes cockroachdb#87939 When backported, fixes cockroachdb#88089 When backported, fixes cockroachdb#87899 Release note (bug fix): Fixed crashes in changefeed code when running on recent go versions.
roachtest.cdc/cloud-sink-gcs/rangefeed=true failed with artifacts on release-22.2 @ ba1686e00bb140b67ba9ecc154d949795c2555b6:
Parameters:
ROACHTEST_cloud=gce
,ROACHTEST_cpu=16
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-19602
Epic CRDB-11732
The text was updated successfully, but these errors were encountered: